diff options
-rw-r--r-- | CONTRIBUTORS | 3 | ||||
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | config.h | 10 | ||||
-rw-r--r-- | sources.conf | 1 |
4 files changed, 14 insertions, 5 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ca58ae8e..bc4cdd1e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -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 @@ -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). + @@ -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 diff --git a/sources.conf b/sources.conf index 169eecf1..735738de 100644 --- a/sources.conf +++ b/sources.conf @@ -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 |