Version 0.7, 06.03.2000 dominik@brettnacher.org - fixed some minor bugs in signal handling - mpg123-mysql randomly skips some titles that have a bad (negative) rating. (you can switch off this behaviour using --noskip on the command line) - added a column "lastmod" to the mp3 table with a timestamp of last update - mpg123 no longer exits or hangs (when using -b option) when it tries to play a file which does not exist - fixed a typo in INSTALL - removed the "-QQ" option because of the new "--all" one - added -W/--where option for a WHERE clause (e.g. "rating >60") - added --order option for an ORDER clause (e.g. "lastmod") - added a simple script for easier installation (Install.sh) Version 0.6, 26.02.2000 domi@saargate.de - mpg123 now closes its audio device when it gets a SIGTSTP, so you can use your sound card temporarily without quitting mpg123 completely. I don't know if this works with EsounD or ALSA, I just tested this hack with FreeBSD and the OSS-compatible pcm driver. - mpg123 now shows the current filename on its command line (you can see it using "ps") Version 0.5, 23.12.1999 domi@saargate.de - fixed bug with special characters in database queries - allocates (and hopefully frees) memory dynamically for queries Version 0.4, 18.12.1999 domi@saargate.de - no longer dumps core when query gets no result - mysql_make_playlist now allocates memory dynamically (thanks to felicity@kluge.net) - added DEFAULT '0' to table definition - added description to --help and --longhelp - added a simple (simple!) script insertfiles.pl Version 0.3, 12.12.1999 domi@saargate.de - deleted -@? option because of the more versatile -Q - introduced -Q and -QQ options Version 0.2, 05.12.1999 domi@saargate.de - moved some code from mpg123.c to mysqlsupport.[ch] - support for playlist out of database by using "-@?" as parameter Version 0.1, 15.07.1999 domi@saargate.de - initial try to get rating into MySQL - my first steps in C ;)