mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Incremented version number and updated HISTORY.
This commit is contained in:
parent
38bd9a21f6
commit
c33b05076a
4
HISTORY
4
HISTORY
@ -168,3 +168,7 @@ VDR Plugin 'iptv' Revision History
|
|||||||
- Added support for a service interface.
|
- Added support for a service interface.
|
||||||
- Changed UDP protocol to always utilize the source address
|
- Changed UDP protocol to always utilize the source address
|
||||||
validation.
|
validation.
|
||||||
|
|
||||||
|
2012-04-26: Version 0.5.2
|
||||||
|
|
||||||
|
- Fixed response header parsing in HTTP protocol.
|
||||||
|
2
iptv.c
2
iptv.c
@ -21,7 +21,7 @@
|
|||||||
#define GITVERSION ""
|
#define GITVERSION ""
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char VERSION[] = "0.5.1" GITVERSION;
|
const char VERSION[] = "0.5.2" GITVERSION;
|
||||||
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