summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-05 10:34:49 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-05 10:34:49 +0100
commit55f0978c326a5ec42638f68fc2ed5ef9ff8c6a39 (patch)
tree36632475a62601161671d9c3131123accd53e753 /HISTORY
parent4bdc69eb92dd149a519cb44939cc0f8868c3ecd8 (diff)
downloadvdr-55f0978c326a5ec42638f68fc2ed5ef9ff8c6a39.tar.gz
vdr-55f0978c326a5ec42638f68fc2ed5ef9ff8c6a39.tar.bz2
Added some missing member initializations in cBitmap
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3a48011a..ffc565d3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6960,7 +6960,7 @@ Video Disk Recorder Revision History
which was made in version 1.1.10, so please report if this has any unwanted
side effects.
-2012-03-04: Version 1.7.26
+2012-03-05: Version 1.7.26
- Now checking for NULL in cOsd::AddPixmap() (suggested by Christoph Haubrich).
- Fixed the German translation of "VDR will shut down in %s minutes" (thanks to
@@ -6971,3 +6971,4 @@ Video Disk Recorder Revision History
- Fixed a possible race condition with the SVDRP commands CLRE and PUTE, where
EPG data from the transponder could be handled even though it shouldn't be
handled for 10 seconds.
+- Added some missing member initializations in cBitmap.