summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-09 10:05:21 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-09 10:05:21 +0200
commit6a8e2a99cbfb1544e6b79f2e58697a44cfe4ec73 (patch)
tree6ea92767eb56eca7ab99fadd67739f34b420ab42 /HISTORY
parente83482945d34cf956599b3728b0bd413cad3cdc4 (diff)
downloadvdr-6a8e2a99cbfb1544e6b79f2e58697a44cfe4ec73.tar.gz
vdr-6a8e2a99cbfb1544e6b79f2e58697a44cfe4ec73.tar.bz2
Now using daemon() instead of fork() to run VDR in daemon mode
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index fc46afb1..25bc5243 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3886,6 +3886,7 @@ Video Disk Recorder Revision History
- The 'sub-title' and 'bottom text' in the CAM menu can now consist of several lines.
- Improved the CAM enquiry menu.
-2005-10-08: Version 1.3.35
+2005-10-09: Version 1.3.35
- Updated 'sources.conf' (thanks to Philip Prindeville).
+- Now using daemon() instead of fork() to run VDR in daemon mode (thanks to Enrico Scholz).