1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Updated links in the INSTALL file

This commit is contained in:
Klaus Schmidinger 2017-06-12 08:58:26 +02:00
parent 0a2c88c288
commit 70f48e6ca3
4 changed files with 13 additions and 8 deletions

View File

@ -3102,6 +3102,7 @@ Frank Niederwipper <f.niederwipper@gmail.com>
Chris Mayo <aklhfex@gmail.com> Chris Mayo <aklhfex@gmail.com>
for reporting a problem with detecting frames on radio channels for reporting a problem with detecting frames on radio channels
for fixing the link to "svdrpsend (1)" in the vdr.1 man page 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> Dominic Evans <oldmanuk@gmail.com>
for making the SVDRP command LSTC accepts channel IDs for making the SVDRP command LSTC accepts channel IDs

View File

@ -9129,3 +9129,7 @@ Video Disk Recorder Revision History
- Introduced the new macro DISABLE_TEMPLATES_COLLIDING_WITH_STL, which can be defined - 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 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. 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).

View File

@ -104,13 +104,13 @@ hardware in your system, for instance:
Plugin: Device: Plugin: Device:
dvbsddevice Full-Featured SD DVB cards (Fujitsu-Siemens Design) 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) dvbhddevice Full-featured HD DVB cards (Technotrend TT S2-6400)
https://bitbucket.org/powARman/dvbhddevice https://bitbucket.org/powARman/dvbhddevice
rpihddevice Raspberry Pi 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 Standard compliance
------------------- -------------------

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * 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 #ifndef __CONFIG_H
@ -22,13 +22,13 @@
// VDR's own version number: // VDR's own version number:
#define VDRVERSION "2.3.7" #define VDRVERSION "2.3.8"
#define VDRVERSNUM 20307 // Version * 10000 + Major * 100 + Minor #define VDRVERSNUM 20308 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: // The plugin API's version number:
#define APIVERSION "2.3.7" #define APIVERSION "2.3.8"
#define APIVERSNUM 20307 // Version * 10000 + Major * 100 + Minor #define APIVERSNUM 20308 // Version * 10000 + Major * 100 + Minor
// When loading plugins, VDR searches them by their APIVERSION, which // When loading plugins, VDR searches them by their APIVERSION, which
// may be smaller than VDRVERSION in case there have been no changes to // may be smaller than VDRVERSION in case there have been no changes to