diff --git a/HISTORY b/HISTORY index c849765..1a82d34 100644 --- a/HISTORY +++ b/HISTORY @@ -469,7 +469,8 @@ Version 1.2.10 - [pbiering] retrieve ChannelName from 'info' and fallback via ChannelID from active channel list - [kamel5] Update skin estuary4vdr -Version 1.2.10+ +Version 1.2.11 - [pbiering] align displayed tuner number (0,1,2 -> 1,2,3) - [pbiering] SVDRP: do not reload in case plugin is not fully initialized (results in VDR crash) - [pbiering] SVDRP: respond with proper error message in case of OSD is active or parsing error +- [kamel5] Fixed an error in displayreplay if no recording information are available diff --git a/skindesigner.c b/skindesigner.c index 71eb363..05faa70 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -21,7 +21,7 @@ #endif -static const char *VERSION = "1.2.10"; +static const char *VERSION = "1.2.11"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {