diff options
author | horchi <vdr@jwendel.de> | 2018-03-10 08:22:06 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-03-10 08:22:06 +0100 |
commit | 69218e79181c863a92e51d0d0b8f8a31b31c66c2 (patch) | |
tree | a9a24d6684c2484c47a93f624c630502a03bda19 /HISTORY.h | |
parent | 267404563a6c67f4834f27e86fd89ec868528922 (diff) | |
download | vdr-epg-daemon-69218e79181c863a92e51d0d0b8f8a31b31c66c2.tar.gz vdr-epg-daemon-69218e79181c863a92e51d0d0b8f8a31b31c66c2.tar.bz2 |
2018-03-09: version 1.1.137 (horchi)\n bugfix: Try to fixed potential problem at timer modification\n\n1.1.137
Diffstat (limited to 'HISTORY.h')
-rw-r--r-- | HISTORY.h | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -4,8 +4,8 @@ * ----------------------------------- */ -#define _VERSION "1.1.136" -#define VERSION_DATE "07.03.2018" +#define _VERSION "1.1.137" +#define VERSION_DATE "09.03.2018" #define DB_API 6 #ifdef GIT_REV @@ -17,11 +17,14 @@ /* * ------------------------------------ * +2018-03-09: version 1.1.137 (horchi) + bugfix: Try to fixed potential problem at timer modification + 2018-03-08: version 1.1.136 (rechner) - added: if repeatFields shorttext checked, title is also checked and disabled - removed: description field in repeatFields - added: parameter osdTimerNotify - + 2018-03-07: version 1.1.135 (horchi) - bugfix: Fixed minor problem with auto timer and empty episode/shorttext |