summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-28 15:10:27 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-28 15:10:27 +0100
commita0f12dbc79d53d6390464e3bb903d5f1d3baa579 (patch)
tree774215b1407406cb7773f9f28aea332b503676e2 /HISTORY
parentb395bd614acc6045832a5050c3bd3cc8a37c89c0 (diff)
downloadvdr-a0f12dbc79d53d6390464e3bb903d5f1d3baa579.tar.gz
vdr-a0f12dbc79d53d6390464e3bb903d5f1d3baa579.tar.bz2
Fixed cTimers::GetNextActiveTimer() so that it won't return an expired timer
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index f2dabc4b..17f9b2cd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4255,3 +4255,5 @@ Video Disk Recorder Revision History
recent driver/firmware versions.
- The epg.data file is now written when VDR exits (suggested by Daniel Karsubka).
- There is now a log message when VDR writes the epg.data file.
+- Fixed cTimers::GetNextActiveTimer() so that it won't return an expired timer
+ (reported by Rolf Ahrenberg).