diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f5ec32b4..38f21ffd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -220,6 +220,8 @@ Stefan Huelswitt 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 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