summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-04-07 14:49:42 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-04-07 14:49:42 +0200
commitcf7f25fe5049ea5b6dc9a5c4ae8962264d5e801d (patch)
tree9512cc5df3c0400ffa1568cb93a6a7ff43714b91 /HISTORY
parentb6b66acfc7a0597f213fa01d8e6930f43c201b36 (diff)
downloadvdr-cf7f25fe5049ea5b6dc9a5c4ae8962264d5e801d.tar.gz
vdr-cf7f25fe5049ea5b6dc9a5c4ae8962264d5e801d.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 86d16051..28b3d499 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7787,6 +7787,8 @@ Video Disk Recorder Revision History
- Fixed initializing cDevice::keepTracks.
-2013-04-05: Version 2.1.1
+2013-04-07: Version 2.1.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).