mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Official release of version 2.6.4
This commit is contained in:
parent
63efcf3927
commit
5f136032a2
2
HISTORY
2
HISTORY
@ -9833,7 +9833,7 @@ Video Disk Recorder Revision History
|
|||||||
- Avoiding a zero sized array in cDevice::GetDevice() (thanks to Marko Mäkelä).
|
- Avoiding a zero sized array in cDevice::GetDevice() (thanks to Marko Mäkelä).
|
||||||
- Now checking the video directory after setting the user id.
|
- Now checking the video directory after setting the user id.
|
||||||
|
|
||||||
2023-02-15:
|
2023-02-17: Version 2.6.4
|
||||||
|
|
||||||
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
||||||
- Fixed restoring the volume at program start (thanks to Matthias Senzel).
|
- Fixed restoring the volume at program start (thanks to Matthias Senzel).
|
||||||
|
6
config.h
6
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.11 2022/12/14 09:38:41 kls Exp $
|
* $Id: config.h 5.12 2023/02/17 12:04:45 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
// VDR's own version number:
|
// VDR's own version number:
|
||||||
|
|
||||||
#define VDRVERSION "2.6.3"
|
#define VDRVERSION "2.6.4"
|
||||||
#define VDRVERSNUM 20603 // Version * 10000 + Major * 100 + Minor
|
#define VDRVERSNUM 20604 // Version * 10000 + Major * 100 + Minor
|
||||||
|
|
||||||
// The plugin API's version number:
|
// The plugin API's version number:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user