summaryrefslogtreecommitdiff
path: root/HISTORY.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-02-09 17:15:09 +0100
committerhorchi <vdr@jwendel.de>2018-02-09 17:15:09 +0100
commit59875c10d77355d34b864445e63f635fcc60d853 (patch)
treed142415bad5d29eb65613edc94418d6ae2272e75 /HISTORY.h
parentdc1a77c5662d6b1d1fb988f61590f71af3773c29 (diff)
downloadvdr-plugin-epg2vdr-59875c10d77355d34b864445e63f635fcc60d853.tar.gz
vdr-plugin-epg2vdr-59875c10d77355d34b864445e63f635fcc60d853.tar.bz2
2018-02-09 version 1.1.82 (horchi)\n - added: Switch timer\n\n1.1.82
Diffstat (limited to 'HISTORY.h')
-rw-r--r--HISTORY.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/HISTORY.h b/HISTORY.h
index 385a819..df9c9ba 100644
--- a/HISTORY.h
+++ b/HISTORY.h
@@ -5,10 +5,10 @@
*
*/
-#define _VERSION "1.1.81"
-#define VERSION_DATE "29.01.2018"
+#define _VERSION "1.1.82"
+#define VERSION_DATE "09.02.2018"
-#define DB_API 5
+#define DB_API 6
#ifdef GIT_REV
# define VERSION _VERSION "-GIT" GIT_REV
@@ -19,6 +19,9 @@
/*
* ------------------------------------
+2018-02-09 version 1.1.82 (horchi)
+ - added: Switch timer
+
2018-01-29 version 1.1.81 (horchi)
- bugfix: Fixed possible crash on recording update without longdescription
- change: More readable error message on DBAPI mismatch (thx to Lars!)