diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-11 18:18:36 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-11 18:18:36 +0000 |
commit | 283a4201828edde1cf92e59ccbb0395a0f894538 (patch) | |
tree | a3126652556700dca24915d9b24b29e0616a2f84 /HISTORY | |
parent | 37ee0c18279d0b328a874c4d058d7ae3b7d2c699 (diff) | |
download | vdr-plugin-muggle-283a4201828edde1cf92e59ccbb0395a0f894538.tar.gz vdr-plugin-muggle-283a4201828edde1cf92e59ccbb0395a0f894538.tar.bz2 |
Merged changes from 0.1.4-wr
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@565 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -82,7 +82,6 @@ XXXXXXXXXX: Version 0.0.8-ALPHA - GD compatibility added - Many bugfixes and usability improvements -2005-02-07: Version 0.1.2-BETA - Die Organisation der Dateien kann nun vom Benutzer verändert werden. Zudem können neue Bäume erstellt werden (zB mag ich Decade > Genre > Track sehr gern). @@ -162,3 +161,19 @@ XXXXXXXXXX: Version 0.0.8-ALPHA exist (debian: Package iso-codes) - add all genres listed by id3 -L. Fix spellings. - lots of bug fixes, as usual + +2005-03-XX: 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 + and external data bases with the same binary. If you omit the -h + parameter, embedded is used. Without embedded support compiled in, + the default for -h is still localhost +- renamed the Makefile conditional HAVE_SERVER to HAVE_ONLY_SERVER. This + better reflects the new functionality. +- if you want to connect to the local server using sockets, you now + do that with -h localhost. Up to now you had to specify -s. This is + no longer needed. This better reflects the mysql C API. As a con- + sequence, up to now not giving any argument to muggle called the + server on localhost using TCP, now it uses the faster sockets. You + can still request TCP by using -h 127.0.0.1 |