summaryrefslogtreecommitdiff
path: root/HISTORY.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-02-11 06:51:26 +0100
committerhorchi <vdr@jwendel.de>2020-02-11 06:51:26 +0100
commit1e909e497d67231832f511ed5c1b609650766c09 (patch)
treeb62965af29ddf74e95c6015a4d8b592b13658fe9 /HISTORY.h
parent31b5956bf2b4e9e9815925d372fc3fe4472a4497 (diff)
downloadvdr-epg-daemon-1e909e497d67231832f511ed5c1b609650766c09.tar.gz
vdr-epg-daemon-1e909e497d67231832f511ed5c1b609650766c09.tar.bz2
2020-02-11: version 1.1.155 (horchi)\n - bugfix: Fixed crash due to wrong handling of python object (thx to Alexander Grothe)\n\n1.1.155
Diffstat (limited to 'HISTORY.h')
-rw-r--r--HISTORY.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/HISTORY.h b/HISTORY.h
index ff3188b..6d8b8f3 100644
--- a/HISTORY.h
+++ b/HISTORY.h
@@ -4,8 +4,8 @@
* -----------------------------------
*/
-#define _VERSION "1.1.154"
-#define VERSION_DATE "10.02.2020"
+#define _VERSION "1.1.155"
+#define VERSION_DATE "11.02.2020"
#define DB_API 7
#ifdef GIT_REV
@@ -18,6 +18,9 @@
* ------------------------------------
*
+2020-02-11: version 1.1.155 (horchi)
+ - bugfix: Fixed crash due to wrong handling of python object (thx to Alexander Grothe)
+
2020-02-10: version 1.1.154 (horchi)
- change: Tray to fix mysterious sql result (mariaDb)