summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--HISTORY.DE3
-rw-r--r--epgsearch.c2
3 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 017cfe1..ba70ca0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -14,6 +14,8 @@ fixes:
- fixed a crash when pressing 'Ok' in an empty timers done menu
- fixed a crash when using the progressbar and events with 0 duration exist, thanks
to egal@vdrportal
+- when an incomplete recording triggers a search timer update for a search timer
+ with 'avoid repeats' now running events are ignored for the repeats.
2008-04-29: Version 0.9.24
new:
diff --git a/HISTORY.DE b/HISTORY.DE
index 47595bd..3458a0d 100644
--- a/HISTORY.DE
+++ b/HISTORY.DE
@@ -14,6 +14,9 @@ fixes:
- Absturz beim Drücken von 'Ok' in leerem Menü erledigter Timer behoben
- Absturz bei Verwendung des Fortschrittsbalkens in Verbindung mit Sendungen
der Länge 0 behoben. Danke an egal@vdrportal
+- Wenn eine unvollständige Aufnahme ein Suchtimer-Update für einen Suchtimer mit
+ 'Wiederholung vermeiden' auslöst, werden nun bereits laufende Sendungen als Wieder-
+ holung ignoriert.
2008-04-29: Version 0.9.24
diff --git a/epgsearch.c b/epgsearch.c
index 6e23e09..ad63fad 100644
--- a/epgsearch.c
+++ b/epgsearch.c
@@ -69,7 +69,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#include <langinfo.h>
#endif
-static const char VERSION[] = "0.9.25.beta1";
+static const char VERSION[] = "0.9.25.beta2";
static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more");
// globals