mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Updated for vdr-1.7.23 and version number.
This commit is contained in:
parent
2bd31e9eda
commit
6582f137b9
4
HISTORY
4
HISTORY
@ -142,9 +142,9 @@ VDR Plugin 'iptv' Revision History
|
|||||||
|
|
||||||
- Updated for vdr-1.7.15.
|
- 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
|
- Renamed Sid scanner to section id scanner and added
|
||||||
experimental Tid/Nid support into it.
|
experimental Tid/Nid support into it.
|
||||||
- Added optional source address validation for UDP protocol.
|
- Added optional source address validation for UDP protocol.
|
||||||
|
2
iptv.c
2
iptv.c
@ -16,7 +16,7 @@
|
|||||||
#error "VDR-1.7.21 API version or greater is required!"
|
#error "VDR-1.7.21 API version or greater is required!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char VERSION[] = "0.4.3";
|
const char VERSION[] = "0.5.0";
|
||||||
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
|
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
|
||||||
|
|
||||||
class cPluginIptv : public cPlugin {
|
class cPluginIptv : public cPlugin {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -Nru vdr-1.7.20-vanilla/pat.c vdr-1.7.20-disable_ca_updates/pat.c
|
diff -Nru vdr-1.7.23-vanilla/pat.c vdr-1.7.23-disable_ca_updates/pat.c
|
||||||
--- vdr-1.7.20-vanilla/pat.c 2011-08-17 08:42:25.000000000 +0300
|
--- vdr-1.7.23-vanilla/pat.c 2012-01-15 20:26:29.000000000 +0200
|
||||||
+++ vdr-1.7.20-disable_ca_updates/pat.c 2011-08-20 20:24:15.000000000 +0300
|
+++ vdr-1.7.23-disable_ca_updates/pat.c 2012-02-02 18:48:23.000000000 +0200
|
||||||
@@ -537,6 +537,7 @@
|
@@ -537,6 +537,7 @@
|
||||||
}
|
}
|
||||||
if (Setup.UpdateChannels >= 2) {
|
if (Setup.UpdateChannels >= 2) {
|
Loading…
Reference in New Issue
Block a user