summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-03-31 08:42:27 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-03-31 08:42:27 +0200
commit5c68fc100c87bf677932852fbcd446199c03fecb (patch)
treed8257dcf6457b0f38124606fb0419912ffc71bfc /HISTORY
parent191fb910bf8f908266dd512a9c649cc906cb72d0 (diff)
downloadvdr-5c68fc100c87bf677932852fbcd446199c03fecb.tar.gz
vdr-5c68fc100c87bf677932852fbcd446199c03fecb.tar.bz2
Redesigned the ring buffer; prepared for remultiplexing
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index a2d05ff4..a888e9ba 100644
--- a/HISTORY
+++ b/HISTORY
@@ -414,7 +414,7 @@ Video Disk Recorder Revision History
given number of seconds. This is mainly useful in combination with the new
'runvdr' script that restarts VDR in case is has exited.
-2001-03-02: Version 0.72
+2001-04-01: Version 0.72
- Fixed SVDRP commands LSTC and LSTT to make them return an error message if
no channels or timers are defined.
@@ -427,3 +427,8 @@ Video Disk Recorder Revision History
- Fixed internationalization of some Main menu texts.
- Updated 'channels.conf' after the recent changes of Premiere World (thanks
to Axel Gruber).
+- Redesigned the ring buffer to make it work with two separate threads for
+ input and output (also prepared for using a remultiplexer).
+- Fixed setting system time from transponders.
+- Fixed a segfault in the Schedule menu in case there is no EPG information.
+- The 'runvdr' script now kills any leftover vdr threads before restarting it.