summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-06-11 14:30:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-06-11 14:30:26 +0200
commit858937f861f43adfebb64529afaa657c1b0cea00 (patch)
tree8b82de7f866687d007f04a3fe432831e7990b08e /HISTORY
parent48a10640e9b9fe51ec7e46d1aa32e29ba16774ca (diff)
downloadvdr-858937f861f43adfebb64529afaa657c1b0cea00.tar.gz
vdr-858937f861f43adfebb64529afaa657c1b0cea00.tar.bz2
Fixed handling timers with a day given as MTWTF--@6
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 8489a417..ae7e4e6a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3578,7 +3578,7 @@ Video Disk Recorder Revision History
- Added cThread::SetPriority() and using it in cSectionHandler::Action() to
reduce the priority of the section handler threads (as suggested by Georg Acher).
-2005-06-05: Version 1.3.26
+2005-06-11: Version 1.3.26
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
@@ -3595,3 +3595,6 @@ Video Disk Recorder Revision History
(suggested by Jan Ekholm).
- Fixed the call to Channels.Unlock() in cEITScanner::Process() (thanks to
Reinhard Nissl).
+- Fixed handling timers with a day given as MTWTF--@6, i.e. a repeating timer with
+ first day not as full date, but just day of month (thanks to Henrik Niehaus for
+ reporting this one).