summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-25 10:21:29 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-25 10:21:29 +0100
commit6a0a6c15c0393e837857b4e13fbe3518d2c2b2d5 (patch)
treeefcb4ef12d86cf989d2ad1d45f0be2657cbde0e4 /HISTORY
parent39cefd4b276550e4ea9f080c4e85c4b4a2b828ed (diff)
downloadvdr-6a0a6c15c0393e837857b4e13fbe3518d2c2b2d5.tar.gz
vdr-6a0a6c15c0393e837857b4e13fbe3518d2c2b2d5.tar.bz2
Fixed the 'libsi' function CharArray::checkSize(), which made a previous workaround in libsi/descriptor.c obsolete
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 8c3c8a69..03b70bea 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4360,10 +4360,12 @@ Video Disk Recorder Revision History
- Added a comment to tChannelID::nid, explaining that is is actually the "original"
network id.
-2006-02-24: Version 1.3.44
+2006-02-25: Version 1.3.44
- Fixed setting the audio language codes in 'Transfer-Mode' (reported by Rolf
Ahrenberg). The actual problem was the call to the Transferring() function in
cDevice::AttachPlayer() before assigning the player.
- Fixed removing the '-' when entering a channel number where there is no other
one that fits the input (thanks to Joachim Wilke).
+- Fixed the 'libsi' function CharArray::checkSize(), which made a previous workaround
+ in libsi/descriptor.c obsolete (thanks to Marcel Wiesweg).