summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-09-02 10:22:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-09-02 10:22:40 +0200
commit4c88f1da7e96572ad63e82b4756694abef0dd33a (patch)
tree256dc009f312180e0e485089efd0d230e3668cd6 /HISTORY
parent4ae577fcb4a323af74d05645e34f31f893b4c6e7 (diff)
downloadvdr-4c88f1da7e96572ad63e82b4756694abef0dd33a.tar.gz
vdr-4c88f1da7e96572ad63e82b4756694abef0dd33a.tar.bz2
Fixed the cTimer::operator=() so that it won't mess up the cListObject's pointers; fixed a memory leak in the cTimer::operator=() when using the 'aux' string
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index bfbcc44a..10225751 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4896,6 +4896,10 @@ Video Disk Recorder Revision History
detatching receivers. This change has caused some unwanted behavior, so further
testing is necessary.
-2006-09-01: Version 1.4.2-1
+2006-09-02: Version 1.4.2-1
- Added LC_ALL to the checks for UTF-8 at startup (suggested by Matthias Schwarzott).
+- Fixed the cTimer::operator=() so that it won't mess up the cListObject's pointers
+ (reported by Alexander Rieger).
+- Fixed a memory leak in the cTimer::operator=() when using the 'aux' string
+ (reported by Alexander Rieger).