diff options
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | INSTALL | 6 | ||||
-rw-r--r-- | config.h | 10 |
4 files changed, 13 insertions, 8 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 20c8eb68..25cc4b1d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3102,6 +3102,7 @@ Frank Niederwipper <f.niederwipper@gmail.com> Chris Mayo <aklhfex@gmail.com> for reporting a problem with detecting frames on radio channels for fixing the link to "svdrpsend (1)" in the vdr.1 man page + for updating links in the INSTALL file Dominic Evans <oldmanuk@gmail.com> for making the SVDRP command LSTC accepts channel IDs @@ -9129,3 +9129,7 @@ Video Disk Recorder Revision History - Introduced the new macro DISABLE_TEMPLATES_COLLIDING_WITH_STL, which can be defined before including tools.h in case some plugin needs to use the STL and gets error messages regarding one of the template functions defined in tools.h. + +2017-06-12: Version 2.3.8 + +- Updated links in the INSTALL file (thanks to Chris Mayo). @@ -104,13 +104,13 @@ hardware in your system, for instance: Plugin: Device: dvbsddevice Full-Featured SD DVB cards (Fujitsu-Siemens Design) - (comes with the VDR source) + ftp://ftp.tvdr.de/vdr/Plugins dvbhddevice Full-featured HD DVB cards (Technotrend TT S2-6400) https://bitbucket.org/powARman/dvbhddevice rpihddevice Raspberry Pi - http://projects.vdr-developer.org/git/vdr-plugin-rpihddevice.git + https://projects.vdr-developer.org/git/vdr-plugin-rpihddevice.git -See http://linuxtv.org/vdrwiki/index.php/Output_devices for more. +See https://linuxtv.org/vdrwiki/index.php/Output_devices for more. Standard compliance ------------------- @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 4.11 2017/06/05 11:15:37 kls Exp $ + * $Id: config.h 4.12 2017/06/12 08:58:26 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "2.3.7" -#define VDRVERSNUM 20307 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.3.8" +#define VDRVERSNUM 20308 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "2.3.7" -#define APIVERSNUM 20307 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "2.3.8" +#define APIVERSNUM 20308 // 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 |