summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-03 10:20:41 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-03 10:20:41 +0100
commitc01259dbb5cf56490de58d6021c9c2fd135d7c66 (patch)
tree2d850c3d97f7bcdab4f4acaa6a0576ad842a4f40 /HISTORY
parent86197f02060c594f0ec46a64b614215dcb5d28b6 (diff)
downloadvdr-c01259dbb5cf56490de58d6021c9c2fd135d7c66.tar.gz
vdr-c01259dbb5cf56490de58d6021c9c2fd135d7c66.tar.bz2
Fixed setting the main thread id if VDR is running as a daemon
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 784ce6ec..841950a6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3963,7 +3963,7 @@ Video Disk Recorder Revision History
commands may now be executed at any time, and the message will be displayed
(no more "pending message").
-2006-01-01: Version 1.3.38
+2006-01-03: Version 1.3.38
- Fixed handling second audio and Dolby Digital PIDs for encrypted channels
(was broken in version 1.3.37).
@@ -4065,3 +4065,4 @@ Video Disk Recorder Revision History
- The Makefile now reports a summary of failed plugins (thanks to Udo Richter).
- The cTimer constructor can now take an optional cChannel (suggested by
Patrick Fischer).
+- Fixed setting the main thread id if VDR is running as a daemon.