summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
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).