diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-21 21:53:19 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-21 21:53:19 +0000 |
commit | 6afc9ce39f92d009edd1266d74521e93e7314212 (patch) | |
tree | 8c8c2078cce6de936b3f572dc541d32ba6518cea | |
parent | 94695f543dbfd1f3bbc380bf8184a81a8d5d2529 (diff) | |
download | vdr-plugin-muggle-6afc9ce39f92d009edd1266d74521e93e7314212.tar.gz vdr-plugin-muggle-6afc9ce39f92d009edd1266d74521e93e7314212.tar.bz2 |
Final changes for 0.1.6
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@584 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | HISTORY | 7 | ||||
-rw-r--r-- | muggle.c | 2 | ||||
-rw-r--r-- | muggle.doxygen | 2 |
3 files changed, 7 insertions, 4 deletions
@@ -162,7 +162,7 @@ XXXXXXXXXX: Version 0.0.8-ALPHA - add all genres listed by id3 -L. Fix spellings. - lots of bug fixes, as usual -2005-03-XX: Version 0.1.5-BETA +2005-03-11: Version 0.1.5-BETA - add include files like stdio.h, needed in some environments - fix genre import - if you have mysql embedded 4.1.11 or better, you can access embedded @@ -178,6 +178,9 @@ XXXXXXXXXX: Version 0.0.8-ALPHA server on localhost using TCP, now it uses the faster sockets. You can still request TCP by using -h 127.0.0.1 -NEXT VERSION +2005-03-21: Version 0.1.6-BETA - killing vdr could still result in an empty muggle.state. Fixed. - new sorting fields: Only by the first character of artist or title +- import now runs as a separate thread and no longer blocks user + input and VDR is no longer killed by the watchdog during import + @@ -20,7 +20,7 @@ #include <getopt.h> #include <config.h> -static const char *VERSION = "0.1.4"; +static const char *VERSION = "0.1.6"; static const char *DESCRIPTION = "Media juggle plugin for VDR"; static const char *MAINMENUENTRY = "Muggle"; diff --git a/muggle.doxygen b/muggle.doxygen index 8c917e2..45daa09 100644 --- a/muggle.doxygen +++ b/muggle.doxygen @@ -23,7 +23,7 @@ PROJECT_NAME = Muggle media plugin # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.1.4 +PROJECT_NUMBER = 0.1.6 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |