summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-25 09:34:24 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-25 09:34:24 +0100
commit9e7a2134b4398d2b7851d4f7e2ad888bc04bfb42 (patch)
treebfcd78c14529c8bd2229123cecbe9486aaf84fce /HISTORY
parentfbe4f2a0568a1bf893f2bf970edcbb3d345e5db5 (diff)
downloadvdr-9e7a2134b4398d2b7851d4f7e2ad888bc04bfb42.tar.gz
vdr-9e7a2134b4398d2b7851d4f7e2ad888bc04bfb42.tar.bz2
Fixed cRecording::LengthInSeconds(), which wrongfully rounded the result to full minutes
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index ce99e189..a24ccacc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6836,7 +6836,7 @@ Video Disk Recorder Revision History
- Fixed frozen live view with device bonding in case the bonded master is used for
live viewing (reported by Uwe Scheffler).
-2012-01-18: Version 1.7.24
+2012-01-25: Version 1.7.24
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Revoked "Fixed handling symbolic links in cRecordings::ScanVideoDir()".
@@ -6850,3 +6850,5 @@ Video Disk Recorder Revision History
- Fixed the return type of cMyDeviceHook::DeviceProvidesTransponder() in PLUGINS.html.
- Fixed a crash in a plugin using cDeviceHook when VDR ends (reported by Oliver Endriss).
- Some improvements to the Makefiles (thanks to Christian Ruppert).
+- Fixed cRecording::LengthInSeconds(), which wrongfully rounded the result to full
+ minutes (thanks to Christoph Haubrich).