summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-05-15 21:44:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-05-15 21:44:08 +0200
commitee382b4ad2d815384e57edd418b8e31f74287e76 (patch)
treecd870637ff108ef6ff94d1881b7c6e66dd12ca7d /HISTORY
parent464552dd91a170f5e6c69650a6df1af871a2ad1a (diff)
downloadvdr-ee382b4ad2d815384e57edd418b8e31f74287e76.tar.gz
vdr-ee382b4ad2d815384e57edd418b8e31f74287e76.tar.bz2
Avoiding a gcc 4.6 compiler error in the skincurses plugin
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3dff3b5a..69233209 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6607,7 +6607,8 @@ Video Disk Recorder Revision History
- Avoiding an unecessary call to Recordings.ResetResume() (thanks to Reinhard
Nissl).
-2011-04-29: Version 1.7.19
+2011-05-15: Version 1.7.19
- Fixed cString's operator=(const char *String) in case the given string is the
same as the existing one (thanks to Dirk Leber).
+- Avoiding a gcc 4.6 compiler error in the skincurses plugin (thanks to Tobias Grimm).