summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-03 13:25:22 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-03 13:25:22 +0100
commit78c1fee7f891e9e10cd7b617ef920b6df34d0d1f (patch)
tree4c8ecfb8cbd5d7c19f9717acf2387ea1ce5b12dc /HISTORY
parent0432198e0b3fb7f77711a2ccb832cdc6c092df58 (diff)
downloadvdr-78c1fee7f891e9e10cd7b617ef920b6df34d0d1f.tar.gz
vdr-78c1fee7f891e9e10cd7b617ef920b6df34d0d1f.tar.bz2
Now checking for NULL in cOsd::AddPixmap()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9c4e7e39..a59f4187 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6959,3 +6959,7 @@ Video Disk Recorder Revision History
is actually going to be switched or has actually been switched successfully"
which was made in version 1.1.10, so please report if this has any unwanted
side effects.
+
+2012-03-03: Version 1.7.26
+
+- Now checking for NULL in cOsd::AddPixmap() (suggested by Christoph Haubrich).