summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-03-19 12:28:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-03-19 12:28:16 +0100
commit2eab16a3103a1ba8804d937f1087d2e3f8ab7886 (patch)
treeb4ac2e226d8ad32769e6fd8df1838360447c4fbd /HISTORY
parent94afe13373a1afe595075f31ad8ade9dcf125b20 (diff)
downloadvdr-2eab16a3103a1ba8804d937f1087d2e3f8ab7886.tar.gz
vdr-2eab16a3103a1ba8804d937f1087d2e3f8ab7886.tar.bz2
Fixed cReadLine::Read() for lines that end with the infamous "\r\n"
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f92dc8f6..efe581a1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4415,7 +4415,7 @@ Video Disk Recorder Revision History
- Fixed cSchedule::GetFollowingEvent() in case there is currently no present event
running (thanks to Pekka Mauno).
-2006-02-28: Version 1.3.45
+2006-03-19: Version 1.3.45
- Fixed updating the "Info" button in the "Timers" menu.
- Reduced the number of events to actually check when setting events to timers.
@@ -4424,3 +4424,5 @@ Video Disk Recorder Revision History
- The status changes of EPG events are now logged for all channels that have timers.
- Removed the log message "deleting plugin: ..." when shutting down VDR (thanks to
Christoph Haubrich for reporting that this is irritating when calling "vdr --help").
+- Fixed cReadLine::Read() for lines that end with the infamous "\r\n" (thanks to
+ Rolf Ahrenberg).