mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Official release of version 2.6.1
This commit is contained in:
parent
2a0222226a
commit
be3c6048ed
3
HISTORY
3
HISTORY
@ -9766,7 +9766,7 @@ Video Disk Recorder Revision History
|
|||||||
(reported by Timo Weingärtner).
|
(reported by Timo Weingärtner).
|
||||||
- Official release.
|
- Official release.
|
||||||
|
|
||||||
2022-01-31:
|
2022-02-02: Version 2.6.1
|
||||||
|
|
||||||
- Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warning
|
- Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warning
|
||||||
(reported by Marco Mäkelä).
|
(reported by Marco Mäkelä).
|
||||||
@ -9778,3 +9778,4 @@ Video Disk Recorder Revision History
|
|||||||
- Fixed a possible deadlock in cDevice::DetachAllReceivers() (thanks to Helmut Binder).
|
- Fixed a possible deadlock in cDevice::DetachAllReceivers() (thanks to Helmut Binder).
|
||||||
- Clarified some potentially mistakable code in cSectionHandler::SetStatus() (pointed
|
- Clarified some potentially mistakable code in cSectionHandler::SetStatus() (pointed
|
||||||
out by Onur Sentürk).
|
out by Onur Sentürk).
|
||||||
|
- Official release.
|
||||||
|
10
config.h
10
config.h
@ -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 5.8 2021/12/27 13:31:29 kls Exp $
|
* $Id: config.h 5.9 2022/02/02 10:56:43 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.6.0"
|
#define VDRVERSION "2.6.1"
|
||||||
#define VDRVERSNUM 20600 // Version * 10000 + Major * 100 + Minor
|
#define VDRVERSNUM 20601 // Version * 10000 + Major * 100 + Minor
|
||||||
|
|
||||||
// The plugin API's version number:
|
// The plugin API's version number:
|
||||||
|
|
||||||
#define APIVERSION "2.6.0"
|
#define APIVERSION "2.6.1"
|
||||||
#define APIVERSNUM 20600 // Version * 10000 + Major * 100 + Minor
|
#define APIVERSNUM 20601 // 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
|
||||||
|
Loading…
Reference in New Issue
Block a user