From c710608b32f65500d70620275db178834bec1a1f Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Thu, 10 Jul 2008 19:54:36 +0200 Subject: when an incomplete recording triggers a search timer update for a search timer with 'avoid repeats' now running events are ignored for the repeats. --- HISTORY | 2 ++ HISTORY.DE | 3 +++ epgsearch.c | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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 #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 -- cgit v1.2.3