Updated for vdr-1.7.23 and version number.

This commit is contained in:
Rolf Ahrenberg 2012-02-02 18:50:18 +02:00
parent 2bd31e9eda
commit 6582f137b9
3 changed files with 6 additions and 6 deletions

View File

@ -142,9 +142,9 @@ VDR Plugin 'iptv' Revision History
- Updated for vdr-1.7.15.
2010-xx-xx: Version 0.4.3
2012-02-02: Version 0.5.0
- Updated for vdr-1.7.21.
- Updated for vdr-1.7.23.
- Renamed Sid scanner to section id scanner and added
experimental Tid/Nid support into it.
- Added optional source address validation for UDP protocol.

2
iptv.c
View File

@ -16,7 +16,7 @@
#error "VDR-1.7.21 API version or greater is required!"
#endif
const char VERSION[] = "0.4.3";
const char VERSION[] = "0.5.0";
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
class cPluginIptv : public cPlugin {

View File

@ -1,6 +1,6 @@
diff -Nru vdr-1.7.20-vanilla/pat.c vdr-1.7.20-disable_ca_updates/pat.c
--- vdr-1.7.20-vanilla/pat.c 2011-08-17 08:42:25.000000000 +0300
+++ vdr-1.7.20-disable_ca_updates/pat.c 2011-08-20 20:24:15.000000000 +0300
diff -Nru vdr-1.7.23-vanilla/pat.c vdr-1.7.23-disable_ca_updates/pat.c
--- vdr-1.7.23-vanilla/pat.c 2012-01-15 20:26:29.000000000 +0200
+++ vdr-1.7.23-disable_ca_updates/pat.c 2012-02-02 18:48:23.000000000 +0200
@@ -537,6 +537,7 @@
}
if (Setup.UpdateChannels >= 2) {