summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-06-21 21:45:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-06-21 21:45:08 +0200
commitc066f803f10090239b76c6e1a2fcf8daa31c3f8a (patch)
tree756d954b61fae9ab8a84b45a3d8225cff6ae3197 /HISTORY
parent8ee2c5e2936dee8b4c5c95f2ca862dcec5f47f08 (diff)
downloadvdr-c066f803f10090239b76c6e1a2fcf8daa31c3f8a.tar.gz
vdr-c066f803f10090239b76c6e1a2fcf8daa31c3f8a.tar.bz2
Added some missing 'const' to tChannelID
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 015a1019..46a61bb8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6649,3 +6649,7 @@ Video Disk Recorder Revision History
Lars Bläser).
- Added support for "content identifier descriptor" and "default authority descriptor"
to 'libsi' (thanks to Dave Pickles).
+
+2011-06-21: Version 1.7.20
+
+- Added some missing 'const' to tChannelID (reported by Sundararaj Reel).