Official release of version 2.4.4

This commit is contained in:
Klaus Schmidinger 2020-08-02 08:55:08 +02:00
parent 88a2ef45ee
commit 16fb7967ff
2 changed files with 5 additions and 4 deletions

View File

@ -9499,7 +9499,7 @@ Video Disk Recorder Revision History
rendered the whole code branch inactive. Now this branch is only executed for devices rendered the whole code branch inactive. Now this branch is only executed for devices
that are not bonded. that are not bonded.
2020-07-13: 2020-08-02: Version 2.4.4
- Improved deleting plugins in case the plugin uses its own memory management (thanks - Improved deleting plugins in case the plugin uses its own memory management (thanks
to Winfried Köhler). Plugins that have been compiled with previous versions of VDR to Winfried Köhler). Plugins that have been compiled with previous versions of VDR
@ -9511,3 +9511,4 @@ Video Disk Recorder Revision History
- Implemented handling multi packet CATs with MTD (thanks to Helmut Binder). - Implemented handling multi packet CATs with MTD (thanks to Helmut Binder).
- Fixed a possible 'invalid lock sequence' when switching to an unavailable channel - Fixed a possible 'invalid lock sequence' when switching to an unavailable channel
with the main menu open. with the main menu open.
- Official release.

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.18 2020/06/10 14:00:36 kls Exp $ * $Id: config.h 4.19 2020/07/15 15:13:08 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.4.3" #define VDRVERSION "2.4.4"
#define VDRVERSNUM 20403 // Version * 10000 + Major * 100 + Minor #define VDRVERSNUM 20404 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: // The plugin API's version number: