Updated for vdr-1.7.25.

This commit is contained in:
Rolf Ahrenberg 2012-03-03 15:18:59 +02:00
parent a73921041f
commit 868865c47d
3 changed files with 8 additions and 4 deletions

View File

@ -158,3 +158,7 @@ VDR Plugin 'iptv' Revision History
- Canonicalized the configuration directory.
- Added support for LDFLAGS.
- Added cppcheck target into Makefile.
2012-03-03: Version 0.5.1
- Updated for vdr-1.7.25.

2
iptv.c
View File

@ -20,7 +20,7 @@
#define GITVERSION ""
#endif
const char VERSION[] = "0.5.0" GITVERSION;
const char VERSION[] = "0.5.1" GITVERSION;
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
class cPluginIptv : public cPlugin {

View File

@ -1,6 +1,6 @@
diff -Nru vdr-1.7.24-vanilla/pat.c vdr-1.7.24-disable_ca_updates/pat.c
--- vdr-1.7.24-vanilla/pat.c 2012-02-19 16:28:19.000000000 +0200
+++ vdr-1.7.24-disable_ca_updates/pat.c 2012-02-19 17:43:05.000000000 +0200
diff -Nru vdr-1.7.25-vanilla/pat.c vdr-1.7.25-disable_ca_updates/pat.c
--- vdr-1.7.25-vanilla/pat.c 2012-03-03 14:26:18.000000000 +0200
+++ vdr-1.7.25-disable_ca_updates/pat.c 2012-03-03 15:17:15.000000000 +0200
@@ -537,6 +537,7 @@
}
if (Setup.UpdateChannels >= 2) {