summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rw-r--r--HISTORY.DE4
-rw-r--r--epgsearch.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/HISTORY b/HISTORY
index 8b692a5..8f2a1b5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,8 +1,9 @@
VDR Plugin 'epgsearch' Revision History
---------------------------------------
-2011-xx-xx; Version 0.9.25
+2011-09-11; Version 1.0.0
new:
+- supports vdr-1.6.0 to vdr-1.7.21
- avoid repeats with new 'compare date' entry: compare two events by their date to ignore
repeats within the same day, week or month
- global blacklists: blacklists for search timers can now be global to exclude
@@ -12,7 +13,6 @@ new:
allows executing a command for each timer causing a conflict, see the MANUAL for details.
- vdr-1.7.15 has changed the SVDRP default port to 6419, please update this in epgsearch's
setup menu too!
-- support for vdr-1.7.12 and later
- there is now an official git repository for epgsearch, that contains the latest
development.
First usage:
diff --git a/HISTORY.DE b/HISTORY.DE
index cb2f30c..2616d57 100644
--- a/HISTORY.DE
+++ b/HISTORY.DE
@@ -1,8 +1,9 @@
VDR Plugin 'epgsearch' Revision History
---------------------------------------
-2011-xx-xx; Version 0.9.25
+2011-09-11; Version 1.0.0
neu:
+- unterstützt vdr-1.6.0 bis vdr-1.7.21
- Vermeide Wiederholungen mit 'Vergleiche Zeitpunkt': dabei werden
2 Sendungen anhand des Zeitpunkts der Ausstrahlung verglichen, um z.B. Wiederholungen
innerhalb des gleichen Tages, der Woche oder des Monats zu ignorieren.
@@ -14,7 +15,6 @@ neu:
setzen!), mit der man je Konflikt-Timer einen Befehl ausführen kann, mehr dazu im MANUAL.
- vdr-1.7.15 benutzt einen anderen SVDRP Standard-Port (6419), bitte im Setupmenü von
epgsearch ebenfalls anpassen!
-- Unterstützung für vdr-1.7.12 und später
- Es gibt nun ein offizielles git repository für epgsearch, das die neueste Entwicklung
enthält.
Zuerst:
diff --git a/epgsearch.c b/epgsearch.c
index eb2285d..f6bcf97 100644
--- a/epgsearch.c
+++ b/epgsearch.c
@@ -70,7 +70,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#include "confdloader.h"
#include "pending_notifications.h"
-static const char VERSION[] = "0.9.25.beta22";
+static const char VERSION[] = "1.0.0";
static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more");
// globals