summaryrefslogtreecommitdiff
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
parentb74cb56d2b90b8e263942befc2d597e6572f2408 (diff)
downloadvdr-63e2507b15db3b795f362200a0ee7c81b1fd430c.tar.gz
vdr-63e2507b15db3b795f362200a0ee7c81b1fd430c.tar.bz2
Credits to Ralf Schueler for some backports to version 1.6.0-3
-rw-r--r--CONTRIBUTORS9
-rw-r--r--HISTORY11
2 files changed, 20 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index beff3818..af962b67 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2825,3 +2825,12 @@ Torsten Lang <info@torstenlang.de>
Christian Ruppert <idl0r@gentoo.org>
for some improvements to the Makefiles
+Ralf Schueler <dl4mw@schueler.ws>
+ for backporting "Changed cDvbDevice::GrabImage() to use V4L" from version 1.7.3
+ to 1.6.0-3
+ for backporting "Added some missing 'const' keywords to avoid compilation errors
+ with gcc 4.4" from version 1.7.8 to 1.6.0-3
+ for backporting "Modified cSVDRP::CmdGRAB() to avoid writing into const data"
+ from version 1.7.8 to 1.6.0-3
+ for backporting "Fixed cRecordings::DelByName() to avoid compilation errors with
+ gcc 4.4" from version 1.7.9 to 1.6.0-3
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).