mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Increased the APIVERSION to allow plugins that relied on the cStatus::MsgSetVolume() bug to react properly
This commit is contained in:
parent
173e0bea90
commit
afb7ae3295
@ -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
|
||||
|
2
HISTORY
2
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).
|
||||
|
6
config.h
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user