From 5c9be00fb7a44861224e80ecf1ed4005236cc7c9 Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Fri, 3 Apr 2009 10:56:14 +0200 Subject: new release 0.0.9 --- HISTORY | 6 +++--- Makefile | 2 +- ttxtsubs.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HISTORY b/HISTORY index 5daaa9b..1daebc4 100644 --- a/HISTORY +++ b/HISTORY @@ -1,10 +1,10 @@ VDR Plugin 'ttxtsubs' Revision History -------------------------------------- -2009-xx-xx: Version 0.x.x +2009-04-03: Version 0.0.9 - Updated French translation provided by Michaƫl Nival (Closes #49) - Install plug-in to lib dir with --remove-destination -- Added note in README about reported problems with Digitainer II (Closes #62) +- Added note in README about reported problems with Digitainer II (Closes #62) - Don't show page selection menu, when there is no current channel (Closes #111) 2009-01-04: Version 0.0.8 @@ -14,7 +14,7 @@ VDR Plugin 'ttxtsubs' Revision History single OSD area for all rows - Thx to Rolf Ahrenberg (Closes #24) 2008-12-18: Version 0.0.7 --Try to set OSDArea to 8 bpp when AntiAliasing is enabled (Closes #17) +- Try to set OSDArea to 8 bpp when AntiAliasing is enabled (Closes #17) 2008-12-14: Version 0.0.6 - Project moved to http://projects.vdr-developer.org/projects/show/plg-ttxtsubs diff --git a/Makefile b/Makefile index f7ea730..51229b6 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) @mkdir $(TMPDIR)/$(ARCHIVE) @cp -a * $(TMPDIR)/$(ARCHIVE) - @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude .gitignore $(ARCHIVE) + @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude .gitignore --exclude debian $(ARCHIVE) @-rm -rf $(TMPDIR)/$(ARCHIVE) @echo Distribution package created as $(PACKAGE).tar.gz diff --git a/ttxtsubs.c b/ttxtsubs.c index 4dd5b2b..44843ea 100644 --- a/ttxtsubs.c +++ b/ttxtsubs.c @@ -50,7 +50,7 @@ #error "This version of ttxtsubs only works with vdr version >= 1.6.0!" #endif -static const char *VERSION = "0.0.8"; +static const char *VERSION = "0.0.9"; static const char *DESCRIPTION = trNOOP("Teletext subtitles"); cTtxtsubsConf globals; -- cgit v1.2.3