From 03ed2ab8f3b74c4dbea121bbbf42a8fcea914684 Mon Sep 17 00:00:00 2001 From: Wolfgang Rohdewald Date: Sat, 27 Dec 2008 14:05:14 +0100 Subject: prepare new release 0.2.2 --- HISTORY | 4 +++- README.git | 9 +++++++++ README.svn | 19 ------------------- muggle.c | 2 +- version.h | 2 +- 5 files changed, 14 insertions(+), 22 deletions(-) create mode 100644 README.git delete mode 100644 README.svn diff --git a/HISTORY b/HISTORY index eb7bbd5..359ae82 100644 --- a/HISTORY +++ b/HISTORY @@ -356,7 +356,7 @@ XXXXXXXXXX: Version 0.0.8-ALPHA last changes. Since this also changes the name under which the value is stored in the setup file, you will lose your old value after updating. -2008-xx-xx Version 0.2.2-BETA +2008-12-27 Version 0.2.2-BETA - when showing covers as bitmaps, honour the image show duration from setup - after changing into lyrics mode, the lyrics for the first song were not automatically loaded from the internet @@ -379,3 +379,5 @@ Balke. - when destroying the OSD object, save muggle state. Fixes bug #37 reported by Thomas - updated translations by Ville Skyttä and Diego Pierotto + +2009-XX-XX Version 0.2.3-BETA diff --git a/README.git b/README.git new file mode 100644 index 0000000..6e4871b --- /dev/null +++ b/README.git @@ -0,0 +1,9 @@ +how to anonymously get the current source +========================================= + +git clone git://projects.vdr-developer.org/vdr-plugin-muggle.git muggle + +how to make a new release +========================= + +placeholder, need to test this first diff --git a/README.svn b/README.svn deleted file mode 100644 index 64edb6d..0000000 --- a/README.svn +++ /dev/null @@ -1,19 +0,0 @@ -how to make a new release -========================= - -adapt version in muggle.c and HISTORY - -set date in HISTORY - -svn ci - -svn copy https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/tags/0.2.1-BETA -m 'Tagging 0.2.1-BETA muggle' - -cd -cd tmp -rm -rf muggle-0.2.1 -svn co https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/tags/0.2.1-BETA muggle-0.2.1 -rm -rf muggle-0.2.1/.svn muggle-0.2.1/*/*.svn -lftp -c "open upload.sourceforge.net/incoming ; put vdr-muggle-0.2.1.tgz" - -now log into sourceforge, Admin, File release etc diff --git a/muggle.c b/muggle.c index 45afd69..f8f0234 100644 --- a/muggle.c +++ b/muggle.c @@ -22,7 +22,7 @@ #include #include -static const char VERSION[] = "0.2.1"; +static const char VERSION[] = "0.2.2"; static const char DESCRIPTION[] = "Media juggle plugin for VDR"; static const char MAINMENUENTRY[] = "Muggle"; diff --git a/version.h b/version.h index 7377cc0..c54c46d 100644 --- a/version.h +++ b/version.h @@ -23,5 +23,5 @@ #define ___VERSION_H #define PLUGIN_NAME "VDR-music" -#define PLUGIN_VERSION "0.2.1" +#define PLUGIN_VERSION "0.2.2" #endif //___VERSION_H -- cgit v1.2.3