summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-06-02 14:20:18 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-06-02 14:20:18 +0200
commita31c53e6d76e60de171394371f07b188b759fa74 (patch)
tree74c72f91a18c28ffb6c29cd6448410edb27923bf
parentfbc63e8637bff61472d2f58deefcfb971234ce13 (diff)
downloadvdr-plugin-epgsearch-a31c53e6d76e60de171394371f07b188b759fa74.tar.gz
vdr-plugin-epgsearch-a31c53e6d76e60de171394371f07b188b759fa74.tar.bz2
0.9.25.beta22
-rw-r--r--HISTORY4
-rw-r--r--epgsearch.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 8ff9525..866d143 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4,8 +4,8 @@ VDR Plugin 'epgsearch' Revision History
2010-xx-xx; Version 0.9.25
new:
- global blacklists: blacklists for search timers can now be global to exclude
- unwanted events (like on my double SD/HD channels). Default mode for search timers is
- now 'only global', but can be set to 'none' to ignore also global blacklists.
+ generally unwanted events (like on my double SD/HD channels). Default mode for search
+ timers is now 'only global', but can be set to 'none' to ignore also global blacklists.
- new setup variable epgsearch.ConflCheckCmd (no gui for this, so edit setup.conf!), that
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
diff --git a/epgsearch.c b/epgsearch.c
index 8a27505..eb2285d 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.beta21";
+static const char VERSION[] = "0.9.25.beta22";
static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more");
// globals