diff options
author | horchi <vdr@jwendel.de> | 2020-11-01 09:53:09 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-11-01 09:53:09 +0100 |
commit | af53415f9e6933d540d80209eff1e2d10c71d85c (patch) | |
tree | d3c0451992c74f96d0032c4f4b5e2693c5ae0d34 /HISTORY.h | |
parent | dabaec87fbd0fc8f685d0b855d1626ec62eb0e1d (diff) | |
download | vdr-epg-daemon-af53415f9e6933d540d80209eff1e2d10c71d85c.tar.gz vdr-epg-daemon-af53415f9e6933d540d80209eff1e2d10c71d85c.tar.bz2 |
2020-11-01: version 1.1.165 (horchi)\n - change: Check HTTP Codes 600 nad 500\n - change: Add result check of fromJpeg/scaleJpegBuffer\n\n1.1.165
Diffstat (limited to 'HISTORY.h')
-rw-r--r-- | HISTORY.h | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -4,8 +4,8 @@ * ----------------------------------- */ -#define _VERSION "1.1.164" -#define VERSION_DATE "31.10.2020" +#define _VERSION "1.1.165" +#define VERSION_DATE "01.11.2020" #define DB_API 7 #ifdef GIT_REV @@ -18,7 +18,12 @@ * ------------------------------------ * * -2020-31-31: version 1.1.164 (horchi) + +2020-11-01: version 1.1.165 (horchi) + - change: Check HTTP Codes 600 nad 500 + - change: Add result check of fromJpeg/scaleJpegBuffer + +2020-10-31: version 1.1.164 (horchi) - bugfix: fixed error handling in curl downloadFile (thx to Alexander Grothe) - bugfix: improved error handling of jpeg processing (patch by NemoN) |