summaryrefslogtreecommitdiff
path: root/HISTORY.DE
diff options
context:
space:
mode:
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