summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-14 13:00:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-14 13:00:47 +0100
commit262f20eaa03e03b7db88a1def47ae95bc7703682 (patch)
tree1b6b00a2edf35778746249b945fe4a3f42435679 /HISTORY
parenta7d8c92ddcd5d964930e2f0004b30702111884b4 (diff)
downloadvdr-262f20eaa03e03b7db88a1def47ae95bc7703682.tar.gz
vdr-262f20eaa03e03b7db88a1def47ae95bc7703682.tar.bz2
Changed IndexToHMSF() so that it can handle negative Index values
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index d1b1b1ee..338d0129 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-12: Version 1.7.23
+2012-01-14: Version 1.7.23
- Removed the '.pl' suffix from svdrpsend.pl (sorry, I missed that one).
- Fixed bonding more than two devices.
@@ -6825,3 +6825,4 @@ Video Disk Recorder Revision History
- The parameters that are only used by "second generation" delivery systems (DVB-S2
and DVB-T2) are no longer written into channels.conf for "first generation"
delivery systems (DVB-S and DVB-T).
+- Changed IndexToHMSF() so that it can handle negative Index values.