summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-07-22 09:20:32 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-07-22 09:20:32 +0200
commitc4743d1d26f01db04c6deceabd4d3875476c8e39 (patch)
tree02e78d83d4dedc000c9c3f8efa9867ae16507fc4 /HISTORY
parentf936447c25756f28aed93a6b4da0b9cbb0093053 (diff)
downloadvdr-c4743d1d26f01db04c6deceabd4d3875476c8e39.tar.gz
vdr-c4743d1d26f01db04c6deceabd4d3875476c8e39.tar.bz2
Fixed handling the running status of EPG events before the currently running one, in case they are added after the current event
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 700f47c1..9debcb4f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4802,7 +4802,7 @@ Video Disk Recorder Revision History
- Now making sure a VPS timer has a schedule in case the epg.data file didn't
contain one when VDR was started.
-2006-06-24: Version 1.4.1-2
+2006-07-22: Version 1.4.1-2
- Fixed the Makefile of the 'servicedemo' plugin, so that it defines the
PLUGIN macro, which allows the Make.config file to react properly when
@@ -4812,3 +4812,5 @@ Video Disk Recorder Revision History
- Added a comment regarding the PLUGIN macro to the 'newplugin' script.
- Added '--vfat' to the vdr.1 man page (reported by Udo Richter).
- Removed a double fdopen() in cPipe::Open() (reported by Stefan Huelswitt).
+- Fixed handling the running status of EPG events before the currently running one,
+ in case they are added after the current event.