summaryrefslogtreecommitdiff
path: root/HISTORY.DE
diff options
context:
space:
mode:
authorJohann Friedrichs <johann.friedrichs@web.de>2021-05-24 16:12:27 +0200
committerJohann Friedrichs <johann.friedrichs@web.de>2021-05-24 16:12:27 +0200
commitfbdc386baf56f5bf1133f53842644667340145a2 (patch)
tree0c5db53684b0c48cf09387e2b9ca4d4da5d08a30 /HISTORY.DE
parent94c06d9af813483be5ab7708fe81e5fab6e3a7e8 (diff)
downloadvdr-plugin-epgsearch-2.4.1.tar.gz
vdr-plugin-epgsearch-2.4.1.tar.bz2
Set Version to 2.4.1v2.4.1
Diffstat (limited to 'HISTORY.DE')
-rw-r--r--HISTORY.DE22
1 files changed, 22 insertions, 0 deletions
diff --git a/HISTORY.DE b/HISTORY.DE
index bb09f29..0b2e9be 100644
--- a/HISTORY.DE
+++ b/HISTORY.DE
@@ -1,6 +1,28 @@
VDR Plugin 'epgsearch' Revision History
---------------------------------------
+-2021-05-24; Version 2.4.1
+-fixes:
+-- Fixed conflictcheck for encrypted channels with internal CAMs
+-- Fixed compiling with gcc11
+-- Updated deprecated calls to SetItemEvent
+-- Temporally(?) added #define DISABLE_TEMPLATES_COLLIDING_WITH_STL for
+-- compatibility with vdr 2.5.4
+-
+-2021-04-12
+-neu:
+-- Improved handling of remote timers
+-- Replace auto_ptr with unique_ptr for c++11 (kfb77@vdr-portal.de)
+-- Delay threads after pluginstart 10 secs (configurable)
+-- Changed fgets to allow compiling with clang
+-- Clarified "avoid repeats". Forced subtitle-comparison is named "yes" again
+- New option "allow empty"
+-fixes:
+-- Fixed several lock sequence errors
+-- Fix utf-8 encoding in docs and manpages (kfb77 and seahawk1986@vdr-portal.de)
+-- Fixed possible format overflow
+-- Fixed displaying NAME in generated manpages thanks to etobi
+
2018-04-16; Version 2.4.0
neu:
- Create man pages only once. by jasminj@vdr-portal.de