diff options
author | Martin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu> | 2013-05-05 16:51:43 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu> | 2013-05-05 16:51:43 +0200 |
commit | ff7f91f75fe13e8c996a894e5c0582740a3ed555 (patch) | |
tree | 1899e35f9fa060e7cc31b692c860bedf955f4e7f | |
parent | 2e2bdc1d4d7b2f534dde52b3adbf7d352469e547 (diff) | |
download | vdr-plugin-neutrinoepg-ff7f91f75fe13e8c996a894e5c0582740a3ed555.tar.gz vdr-plugin-neutrinoepg-ff7f91f75fe13e8c996a894e5c0582740a3ed555.tar.bz2 |
release version 0.3.4
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | neutrinoepg.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ VDR Plugin 'neutrinoepg' Revision History -2013-XX-XX: Version 0.3.4 +2013-05-05: Version 0.3.4 - [Fix] Bufferoverflow bei Tastendruck 0 - [Feature] Beschleunigter Start des Plugin, besonders bei großen channels.conf mit vielen Gruppen - [Feature] Neuer Parameter 'HideGroupsAt' zum ausblenden aller Gruppen ab dieser Gruppe diff --git a/neutrinoepg.h b/neutrinoepg.h index eb22ef3..e57effc 100644 --- a/neutrinoepg.h +++ b/neutrinoepg.h @@ -29,7 +29,7 @@ extern int switchgroupkey; extern int ChannelNameWidth; extern int HideGroupsAt; -static const char *VERSION = "0.3.3"; +static const char *VERSION = "0.3.4"; static const char *DESCRIPTION = "View the EPG like neutrino does"; static const char *MAINMENUENTRY = "Neutrino EPG"; |