summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-08-05 10:15:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-08-05 10:15:34 +0200
commitc325fe76ee94f0335486269362d0404def27d8d1 (patch)
tree9117c4c79e26293232c845082cf8ee9b8373f0db /HISTORY
parentae4633feb04b4665ea561dea4c88dea28e8d9032 (diff)
downloadvdr-c325fe76ee94f0335486269362d0404def27d8d1.tar.gz
vdr-c325fe76ee94f0335486269362d0404def27d8d1.tar.bz2
Fixed handling the running status of EPG events before the currently running one, in case they are added after the current event (cont'd from version 1.4.1-2)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 35d1815e..54a16c62 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4835,7 +4835,7 @@ Video Disk Recorder Revision History
only done for normal keypresses, not for repeated ones. This allows the user to
scroll the value all the way to the limit by keeping the key pressed.
-2006-07-30: Version 1.4.1-3
+2006-08-05: Version 1.4.1-3
- Fixed assigning schedules to channels in case there is no initial EPG information
(thanks to Frank Schmirler).
@@ -4846,3 +4846,5 @@ Video Disk Recorder Revision History
to Udo Richter).
- The /video/.update file is now touched _after_ an editing process is finished
in order to avoid excessive disk access (thanks to Artur Skawina).
+- Fixed handling the running status of EPG events before the currently running one,
+ in case they are added after the current event (cont'd from version 1.4.1-2).