summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-08-13 11:16:41 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-08-13 11:16:41 +0200
commitef611229f39c1792f045002906443622f63987f1 (patch)
tree920f71e9c0b5a08cb023323539e1b0f661a3d1ec /HISTORY
parent67e7f93d294ecd94114a2ae97232caf4452327f3 (diff)
downloadvdr-ef611229f39c1792f045002906443622f63987f1.tar.gz
vdr-ef611229f39c1792f045002906443622f63987f1.tar.bz2
Implemented static cIndexFile::IndexFileName()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 65f08832..7bb15071 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6650,7 +6650,7 @@ Video Disk Recorder Revision History
- Added support for "content identifier descriptor" and "default authority descriptor"
to 'libsi' (thanks to Dave Pickles).
-2011-08-12: Version 1.7.20
+2011-08-13: Version 1.7.20
- Added some missing 'const' to tChannelID (reported by Sundararaj Reel).
- The isnumber() function now checks the given pointer for NULL (thanks to Holger
@@ -6678,3 +6678,4 @@ Video Disk Recorder Revision History
case insensitive sorting (suggested by Sundararaj Reel).
- Now scanning new transponders before old ones, to make sure transponder changes
are recognized (thanks to Reinhard Nissl).
+- Implemented static cIndexFile::IndexFileName().