mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added 'S3W ABS-3A' to sources.conf
This commit is contained in:
parent
ab9e7d50a3
commit
f345908f77
@ -3459,3 +3459,6 @@ Aitugan Sarbassov <isarbassov@gmail.com>
|
||||
Sergey Chernyavskiy <glenvt18@gmail.com>
|
||||
for reporting truncated date/time strings in the skins on multi-byte UTF-8
|
||||
for adding a short sleep to cTSBuffer::Action() to avoid high CPU usage
|
||||
|
||||
Frank Richter <kulpstur@t-online.de>
|
||||
for adding 'S3W ABS-3A' to sources.conf
|
||||
|
5
HISTORY
5
HISTORY
@ -8881,3 +8881,8 @@ Video Disk Recorder Revision History
|
||||
- Added support for the systemd watchdog (thanks to Marc Perrudin),
|
||||
- Added a short sleep to cTSBuffer::Action() to avoid high CPU usage (thanks to
|
||||
Sergey Chernyavskiy).
|
||||
|
||||
2016-12-27: Version 2.3.3
|
||||
|
||||
- Added 'S3W ABS-3A' to sources.conf (thanks to Frank Richter).
|
||||
|
||||
|
10
config.h
10
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 4.6 2015/09/16 11:11:42 kls Exp $
|
||||
* $Id: config.h 4.7 2016/12/27 11:45:25 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -22,13 +22,13 @@
|
||||
|
||||
// VDR's own version number:
|
||||
|
||||
#define VDRVERSION "2.3.2"
|
||||
#define VDRVERSNUM 20302 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "2.3.3"
|
||||
#define VDRVERSNUM 20303 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// The plugin API's version number:
|
||||
|
||||
#define APIVERSION "2.3.2"
|
||||
#define APIVERSNUM 20302 // Version * 10000 + Major * 100 + Minor
|
||||
#define APIVERSION "2.3.3"
|
||||
#define APIVERSNUM 20303 // 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
|
||||
|
@ -182,6 +182,7 @@ S8W Eutelsat 8 West A/C
|
||||
S7W Nilesat 101/201 & Eutelsat 7 West A
|
||||
S5W Eutelsat 5 West A
|
||||
S4W Amos 2/3
|
||||
S3W ABS-3A
|
||||
S1W Thor 5/6
|
||||
S0.8W Intelsat 10-02
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user