mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Fixed the messed up version number.
This commit is contained in:
parent
f0469e24cc
commit
05e52079f8
7
HISTORY
7
HISTORY
@ -142,8 +142,9 @@ VDR Plugin 'iptv' Revision History
|
|||||||
|
|
||||||
- Updated for vdr-1.7.15.
|
- Updated for vdr-1.7.15.
|
||||||
|
|
||||||
2010-09-15: Version 0.4.3
|
2010-09-19: Version 0.4.3
|
||||||
|
|
||||||
|
- Updated for vdr-1.7.16.
|
||||||
- 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.
|
||||||
@ -151,7 +152,3 @@ VDR Plugin 'iptv' Revision History
|
|||||||
- Changed ProvidesChannel() to set the need of detaching
|
- Changed ProvidesChannel() to set the need of detaching
|
||||||
receivers due to VDR's channel selection mechanism.
|
receivers due to VDR's channel selection mechanism.
|
||||||
- Enabled partial content responses for HTTP protocol.
|
- Enabled partial content responses for HTTP protocol.
|
||||||
|
|
||||||
2010-xx-xx: Version 0.4.4
|
|
||||||
|
|
||||||
- Updated for vdr-1.7.16.
|
|
||||||
|
2
iptv.c
2
iptv.c
@ -16,7 +16,7 @@
|
|||||||
#error "VDR-1.7.15 API version or greater is required!"
|
#error "VDR-1.7.15 API version or greater is required!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char VERSION[] = "0.4.4";
|
const char VERSION[] = "0.4.3";
|
||||||
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
|
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
|
||||||
|
|
||||||
class cPluginIptv : public cPlugin {
|
class cPluginIptv : public cPlugin {
|
||||||
|
Loading…
Reference in New Issue
Block a user