summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-10-16 08:24:10 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-10-16 08:24:10 +0200
commit38d48afad921baa9edf49535ca9be8ce1fda1592 (patch)
tree38bb30688800a5064ea23e9be2e21d5b9f960e9e /HISTORY
parent41490539357a764d5e4aaca0a84e5800d9ef4da9 (diff)
downloadvdr-38d48afad921baa9edf49535ca9be8ce1fda1592.tar.gz
vdr-38d48afad921baa9edf49535ca9be8ce1fda1592.tar.bz2
Fixed handling timers in case an event is modified and "phased out" while the timer is recording
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index ee29436f..2900a737 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7272,7 +7272,7 @@ Video Disk Recorder Revision History
".keep" to prevent a directory from being deleted when it is empty. Currently the
only file name that is ignored is ".sort".
-2012-10-15: Version 1.7.32
+2012-10-16: Version 1.7.32
- Pressing the Play key during normal live viewing mode now opens the Recordings menu
if there is no "last viewed" recording (thanks to Alexander Wenzel).
@@ -7303,3 +7303,5 @@ Video Disk Recorder Revision History
closer).
- Fixed a possible memory leak in SI::StructureLoop::getNextAsPointer() (reported by
Sundararaj Reel).
+- Fixed handling timers in case an event is modified and "phased out" while the timer
+ is recording.