diff options
author | horchi <vdr@jwendel.de> | 2017-03-20 18:02:17 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-20 18:02:17 +0100 |
commit | 42b9898a8a4a07a3134dadce5d24618a0c402fd1 (patch) | |
tree | 6b3837b836873c8bda454778975fe2461bc006fe /HISTORY.h | |
parent | 9065c5cfb63a92a08c44fe249b53b6a8cb003eab (diff) | |
download | vdr-epg-daemon-42b9898a8a4a07a3134dadce5d24618a0c402fd1.tar.gz vdr-epg-daemon-42b9898a8a4a07a3134dadce5d24618a0c402fd1.tar.bz2 |
2017-03-20: version 1.1.113 (horchi)\n -added: Add validity check of the API key for https://www.themoviedb.org (by 3po)\n - change: Removed compiler warnings when using clang\n - added: Added clang++ to Make.config (as optional compiler)\n\n
Diffstat (limited to 'HISTORY.h')
-rw-r--r-- | HISTORY.h | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -4,8 +4,8 @@ * ----------------------------------- */ -#define _VERSION "1.1.110" -#define VERSION_DATE "16.03.2017" +#define _VERSION "1.1.113" +#define VERSION_DATE "20.03.2017" #define DB_API 4 #ifdef GIT_REV @@ -17,6 +17,19 @@ /* * ------------------------------------ +2017-03-20: version 1.1.113 (horchi) + -added: Add validity check of the API key for https://www.themoviedb.org (by 3po) + - change: Removed compiler warnings when using clang + - added: Added clang++ to Make.config (as optional compiler) + +2017-03-18: version 1.1.112 (horchi) + - bugfix: fixed imagecount value in events table + +2017-03-18: version 1.1.111 (horchi) + - change: modified repeaing timer check statement to handle '' values like null values again + - added: new view eventsview-perlbo.sql + - change: fixed some typos + 2017-03-16: version 1.1.110 (horchi) - added: Congig option for MovieDb api-key |