summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-05-15 11:46:30 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-05-15 11:46:30 +0200
commit464552dd91a170f5e6c69650a6df1af871a2ad1a (patch)
treee074ebe09c11608a422e2be39577d4ef3d257359 /HISTORY
parent914b04c1d23fe94c22de79cc34c62b7a26bac22c (diff)
downloadvdr-464552dd91a170f5e6c69650a6df1af871a2ad1a.tar.gz
vdr-464552dd91a170f5e6c69650a6df1af871a2ad1a.tar.bz2
Fixed cString's operator=(const char *String) in case the given string is the same as the existing one
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c4e22fd8..3dff3b5a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6606,3 +6606,8 @@ Video Disk Recorder Revision History
- Added handling of "ANSI/SCTE 57" descriptors (thanks too Rolf Ahrenberg).
- Avoiding an unecessary call to Recordings.ResetResume() (thanks to Reinhard
Nissl).
+
+2011-04-29: 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).