Release 0.5.2

This commit is contained in:
Frank Schmirler 2012-05-12 12:48:36 +02:00
parent 316ac3344d
commit 783b261bcb
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
2012-05-12: Version 0.5.2
- Use fileno() to retrieve the fd from a FILE structure (submitted by an
anonymous user)
- New special meaning "show current channel" when channel 0 is requested.

View File

@ -10,7 +10,7 @@
using namespace std;
const char *VERSION = "0.5.1-git";
const char *VERSION = "0.5.2-git";
const char cMenuEditIpItem::IpCharacters[] = "0123456789.";