summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-09-08 15:06:09 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-09-08 15:06:09 +0200
commit782f2683d9476d227c67cff7db0bb392a0bf5f09 (patch)
tree9c9f40df3b5b7beabb66e3c757940f613d638044 /HISTORY
parent5ff1d3571199dfa412e8e1cb7eb2a4f920fdbdd5 (diff)
downloadvdr-782f2683d9476d227c67cff7db0bb392a0bf5f09.tar.gz
vdr-782f2683d9476d227c67cff7db0bb392a0bf5f09.tar.bz2
Fixed cTimer::operator=() in case a cTimer variable is assigned to itself; implemented a copy constructor for cTimer
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9fcbe450..ec461fa2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4907,3 +4907,10 @@ Video Disk Recorder Revision History
Martin Ostermann).
- Fixed handling relative volume settings that unmute the audio in the call to
cStatus::MsgSetVolume() (reported by Oliver Endriss).
+
+2006-09-04: Version 1.4.2-2
+
+- Fixed cTimer::operator=() in case a cTimer variable is assigned to itself (thanks
+ to Alexander Rieger).
+- Implemented a copy constructor for cTimer (thanks to Udo Richter for reporting that
+ an assignment in svdrp.c didn't use the cTimer::operator=()).