summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-11-04 17:18:33 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-11-04 17:18:33 +0100
commit92af12daac8a33db8be0b33335bd79330ced9463 (patch)
tree32416d5ef4b5f96d09905d40c076a368fd275097 /HISTORY
parent903e929a85945567e9433b93f03567fe2f3b98fc (diff)
downloadvdr-92af12daac8a33db8be0b33335bd79330ced9463.tar.gz
vdr-92af12daac8a33db8be0b33335bd79330ced9463.tar.bz2
cReadLine now dynamically allocates its buffer; changed cConfig::Load() to use cReadLine instead of a fixed buffer
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 4859512e..d242c4a0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3924,3 +3924,8 @@ Video Disk Recorder Revision History
Sascha Volkenandt).
- Fixed a memory leak in cString::operator=() (reported by Sascha Volkenandt).
- Updated the Dutch OSD texts (thanks to Maarten Wisse).
+- cReadLine now dynamically allocates its buffer, so that it can handle lines
+ of any length.
+- Changed cConfig::Load() to use cReadLine instead of a fixed buffer (thanks
+ to Andreas Mair for reporting a problem with extremely long summary fields
+ in timers).