From 783b261bcbb2a19388a13386cb0bbf625c32e42c Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Sat, 12 May 2012 12:48:36 +0200 Subject: [PATCH] Release 0.5.2 --- HISTORY | 2 ++ common.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index fce5d03..bcd4e4d 100644 --- a/HISTORY +++ b/HISTORY @@ -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. diff --git a/common.c b/common.c index b6b0e16..edddd20 100644 --- a/common.c +++ b/common.c @@ -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.";