summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-04-07 14:54:15 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-04-07 14:54:15 +0200
commitae208771e8f6f75c655949252f4e9b3a55b6ef8c (patch)
treed1f6d62def6789baa3a315e8722a287da04fd520 /HISTORY
parentdf4ea104194a19dcb8e525b843dd4fa37f39ff93 (diff)
downloadvdr-ae208771e8f6f75c655949252f4e9b3a55b6ef8c.tar.gz
vdr-ae208771e8f6f75c655949252f4e9b3a55b6ef8c.tar.bz2
Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than one character
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 123046bf..07621a77 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7783,6 +7783,8 @@ Video Disk Recorder Revision History
- Bumped all version numbers to 2.0.0.
- Official release.
-2013-04-05: Version 2.0.1
+2013-04-07: Version 2.0.1
- Fixed initializing cDevice::keepTracks.
+- Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than
+ one character (reported by Stefan Braun).