summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-07-29 09:57:57 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-07-29 09:57:57 +0200
commitafb7ae32954eece9a3088815e6c2e17d34328368 (patch)
treeb0bede405c3dfcc19fd9c70ca5d3133cf74535b9
parent173e0bea9050de76f3dc424a5e18ef632053c7a7 (diff)
downloadvdr-afb7ae32954eece9a3088815e6c2e17d34328368.tar.gz
vdr-afb7ae32954eece9a3088815e6c2e17d34328368.tar.bz2
Increased the APIVERSION to allow plugins that relied on the cStatus::MsgSetVolume() bug to react properly
-rw-r--r--CONTRIBUTORS2
-rw-r--r--HISTORY2
-rw-r--r--config.h6
3 files changed, 7 insertions, 3 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index f5ec32b4..38f21ffd 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -220,6 +220,8 @@ Stefan Huelswitt <huels@iname.com>
for reporting a problem with channel up/down switching on single card systems
for fixing the PremiereContentTransmissionDescriptor in 'libsi'
for reporting a double fdopen() in cPipe::Open()
+ for suggesting to increase the APIVERSION to allow plugins that relied on the
+ cStatus::MsgSetVolume() bug to react properly
Ulrich Röder <roeder@efr-net.de>
for pointing out that there are channels that have a symbol rate higher than 27500
diff --git a/HISTORY b/HISTORY
index 682dd28c..dd668bdd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4839,3 +4839,5 @@ Video Disk Recorder Revision History
- Fixed assigning schedules to channels in case there is no initial EPG information
(thanks to Frank Schmirler).
+- Increased the APIVERSION to allow plugins that relied on the cStatus::MsgSetVolume()
+ bug to react properly (suggested by Stefan Huelswitt).
diff --git a/config.h b/config.h
index e0bbfb7c..fd244cdf 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 1.263 2006/07/29 09:40:41 kls Exp $
+ * $Id: config.h 1.264 2006/07/29 09:56:04 kls Exp $
*/
#ifndef __CONFIG_H
@@ -26,8 +26,8 @@
// The plugin API's version number:
-#define APIVERSION "1.4.1"
-#define APIVERSNUM 10401 // Version * 10000 + Major * 100 + Minor
+#define APIVERSION "1.4.2"
+#define APIVERSNUM 10402 // Version * 10000 + Major * 100 + Minor
// When loading plugins, VDR searches them by their APIVERSION, which
// may be smaller than VDRVERSION in case there have been no changes to