summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-09-03 11:49:32 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-09-03 11:49:32 +0200
commit5ff1d3571199dfa412e8e1cb7eb2a4f920fdbdd5 (patch)
tree35e88e25048e65cd03c2e23652d1ce837e35215f /HISTORY
parent2e97eed6ad98aee6a0058b18e46b9b3430454d86 (diff)
downloadvdr-5ff1d3571199dfa412e8e1cb7eb2a4f920fdbdd5.tar.gz
vdr-5ff1d3571199dfa412e8e1cb7eb2a4f920fdbdd5.tar.bz2
Fixed handling relative volume settings that unmute the audio in the call to cStatus::MsgSetVolume()1.4.2-1
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 337adaf5..9fcbe450 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4896,7 +4896,7 @@ Video Disk Recorder Revision History
detatching receivers. This change has caused some unwanted behavior, so further
testing is necessary.
-2006-09-02: Version 1.4.2-1
+2006-09-03: 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
@@ -4905,3 +4905,5 @@ Video Disk Recorder Revision History
(reported by Alexander Rieger).
- Fixed processing the PDCDescriptor in 'libsi' on big endian systems (thanks to
Martin Ostermann).
+- Fixed handling relative volume settings that unmute the audio in the call to
+ cStatus::MsgSetVolume() (reported by Oliver Endriss).