summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-14 14:40:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-14 14:40:15 +0100
commit63e2507b15db3b795f362200a0ee7c81b1fd430c (patch)
tree8b0239b94c01cafb7ae6b1c36bb67e624f5dbe50 /HISTORY
parentb74cb56d2b90b8e263942befc2d597e6572f2408 (diff)
downloadvdr-63e2507b15db3b795f362200a0ee7c81b1fd430c.tar.gz
vdr-63e2507b15db3b795f362200a0ee7c81b1fd430c.tar.bz2
Credits to Ralf Schueler for some backports to version 1.6.0-3
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY11
1 files changed, 11 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c2149ef2..fe704895 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6836,6 +6836,17 @@ Video Disk Recorder Revision History
- Fixed frozen live view with device bonding in case the bonded master is used for
live viewing (reported by Uwe Scheffler).
+2012-02-14: Version 1.6.0-3
+
+- Changed cDvbDevice::GrabImage() to use V4L2
+ (backport from version 1.7.3, thanks to Ralf Schueler).
+- Added some missing 'const' keywords to avoid compilation errors with gcc 4.4
+ (backport from version 1.7.8, thanks to Ralf Schueler).
+- Modified cSVDRP::CmdGRAB() to avoid writing into const data
+ (backport from version 1.7.8, thanks to Ralf Schueler).
+- Fixed cRecordings::DelByName() to avoid compilation errors with gcc 4.4
+ (backport from version 1.7.9, thanks to Ralf Schueler).
+
2012-02-13: Version 1.7.24
- Updated the Italian OSD texts (thanks to Diego Pierotto).