diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-29 11:44:57 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-29 11:44:57 +0200 |
commit | 2d0d2357133f981edcee0b7b7e9d159eaca221a3 (patch) | |
tree | 77736ee55d0294b650165d4220e4c59186deacfb | |
parent | 4d28c73fa099c510a546f4b9861eb67ccc49a373 (diff) | |
download | vdr-plugin-text2skin-1.3.4.tar.gz vdr-plugin-text2skin-1.3.4.tar.bz2 |
Release 1.3.4v1.3.4
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | text2skin.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'text2skin' Revision History --------------------------------------- -20xx-xx-xx: Version x.x.x +2017-05-29: Version 1.3.4 - Add compatibility for VDR API >= 2.3.1. - Purge DEVELOPMENT_FEATURES, as they have been permanently enabled with t2s-rerunandtab.diff. @@ -11,6 +11,7 @@ VDR Plugin 'text2skin' Revision History - Detach STRIP from DEBUG flag, thanks to Tobias Grimm for his support. - Make MAX_CHARS configurable, requested by nvertigo, (closes #830). - Make tab width configurable, narrow equals original value, wide Tomas Saxer's implementation. +- New release reflecting VDR 2.3.x compatibility 2017-05-21: Version 1.3.3 diff --git a/text2skin.c b/text2skin.c index c532631..fca2d9d 100644 --- a/text2skin.c +++ b/text2skin.c @@ -16,7 +16,7 @@ #error "VDR-1.6.0 API version or greater is required!" #endif -const char *cText2SkinPlugin::VERSION = "1.3.3+git"; +const char *cText2SkinPlugin::VERSION = "1.3.4"; const char *cText2SkinPlugin::SKINVERSION = "1.1"; const char *cText2SkinPlugin::DESCRIPTION = trNOOP("Loader for text-based skins"); |