summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-15 11:12:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-15 11:12:58 +0100
commitc36c65416eeac788136b9e2c20484427b3ad8ddf (patch)
treec2935b598ff6cce30163f982eff94a690038aa5d /HISTORY
parent81f349bf58e0eca80d340c57eb6a718e5a2fa657 (diff)
downloadvdr-c36c65416eeac788136b9e2c20484427b3ad8ddf.tar.gz
vdr-c36c65416eeac788136b9e2c20484427b3ad8ddf.tar.bz2
Fixed wrongfully displaying the length of a recording in the title of the replay progress display
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 343a930c..3f4949a5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6781,7 +6781,7 @@ Video Disk Recorder Revision History
- Replaced all calls to sleep() with cCondWait::SleepMs() (thanks to Rolf Ahrenberg).
- Fixed a crash with malformed SI data (patch from vdr-portal).
-2012-01-14: Version 1.7.23
+2012-01-15: Version 1.7.23
- Removed the '.pl' suffix from svdrpsend.pl (sorry, I missed that one).
- Fixed bonding more than two devices.
@@ -6831,3 +6831,5 @@ Video Disk Recorder Revision History
- The new setup option "Replay/Show remaining time" can be used to switch between
showing the total length or the remaining time of the recording that is currently
replayed.
+- Fixed wrongfully displaying the length of a recording in the title of the replay
+ progress display.