diff options
author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-10 00:24:51 +0000 |
---|---|---|
committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-10 00:24:51 +0000 |
commit | 751bade0aeb6e384b7980a77759c89704621f7f0 (patch) | |
tree | c50cea14d7f1061b62032d9ad419cee30ef41948 | |
parent | 805be00d6c58763b751a50850f0b29b63829d946 (diff) | |
download | vdr-plugin-muggle-751bade0aeb6e384b7980a77759c89704621f7f0.tar.gz vdr-plugin-muggle-751bade0aeb6e384b7980a77759c89704621f7f0.tar.bz2 |
more sql/embedded changes
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/branches/0.1.4-wr@563 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | muggle-plugin/HISTORY | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/muggle-plugin/HISTORY b/muggle-plugin/HISTORY index 687ff02..d5a168c 100644 --- a/muggle-plugin/HISTORY +++ b/muggle-plugin/HISTORY @@ -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 |