diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | README.git | 9 | ||||
-rw-r--r-- | README.svn | 19 | ||||
-rw-r--r-- | muggle.c | 2 | ||||
-rw-r--r-- | version.h | 2 |
5 files changed, 14 insertions, 22 deletions
@@ -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 @@ -22,7 +22,7 @@ #include <vdr/tools.h> #include <vdr/config.h> -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"; @@ -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 |