diff options
author | horchi <vdr@jwendel.de> | 2022-02-12 09:49:54 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2022-02-12 09:49:54 +0100 |
commit | 9c515233168067ee8e56d35a8ee89bfc4d74e618 (patch) | |
tree | 44dbd7fb64ef237295a099ed571ea9b800f55077 /HISTORY.h | |
parent | 29d493f3120a2da8d400e2427151551e32781a86 (diff) | |
download | vdr-plugin-epg2vdr-1.2.6.tar.gz vdr-plugin-epg2vdr-1.2.6.tar.bz2 |
2022-01-12: version 1.2.6 (horchi)\n - change: Further porting to vdr 2.6 (fixed detection of timer stop)\n\n1.2.6
Diffstat (limited to 'HISTORY.h')
-rw-r--r-- | HISTORY.h | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -5,8 +5,8 @@ * */ -#define _VERSION "1.2.5" -#define VERSION_DATE "04.01.2022" +#define _VERSION "1.2.6" +#define VERSION_DATE "12.01.2022" #define DB_API 7 @@ -19,8 +19,11 @@ /* * ------------------------------------ +2022-01-12: version 1.2.6 (horchi) + - change: Further porting to vdr 2.6 (fixed detection of timer stop) + 2022-01-04: version 1.2.5 (horchi) - - change: Makefile change du to more distribution compatibility + - change: Makefile change due to more distribution compatibility 2022-01-03: version 1.2.4 (horchi) - change: Removed dependency to mysql-compat package |