mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Prepared for 1.0.0 release.
This commit is contained in:
parent
24ecadf414
commit
af85ef1703
6
HISTORY
6
HISTORY
@ -173,7 +173,7 @@ VDR Plugin 'iptv' Revision History
|
|||||||
|
|
||||||
- Fixed connection problems in HTTP protocol.
|
- Fixed connection problems in HTTP protocol.
|
||||||
|
|
||||||
2012-xx-xx: Version 0.5.3
|
2012-06-03: Version 1.0.0
|
||||||
|
|
||||||
- Tweaked reading from UDP sockets.
|
- Optimized reading from UDP sockets.
|
||||||
- Updated device selection.
|
- Fixed ProvidesChannel method.
|
||||||
|
2
iptv.c
2
iptv.c
@ -21,7 +21,7 @@
|
|||||||
#define GITVERSION ""
|
#define GITVERSION ""
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char VERSION[] = "0.5.3" GITVERSION;
|
const char VERSION[] = "1.0.0" 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