$Id: RELEASE_NOTES,v 1.7 2003/12/05 14:23:35 amitshah Exp $

These are the release notes for AudioLink.

Read this first before you run the AudioLink scripts. This file
describes changes in the user interface.

Release notes for AudioLink v0.05:
----------------------------------
* The scripts alfilldb and alsearch have been moved to code/. The
directories code/search and code/filldb are not used now.

* Config file: resides in ~/.audiolink/config.

* New script: audiolink that handles creation/modification of config
file and the database, tables in MySQL.


Release notes for AudioLink v0.04:
----------------------------------
* The script alfilldb.pl is now renamed to alfilldb, and the script
  alsearch.pl is now renamed to alsearch.

* the --prompt option now doesn't support the mode 'all'. It's been
replaced by 'most'.


Release notes for AudioLink v0.03:
----------------------------------
* You can now store the information you entered for audio files in the
database in the ID3 tags of MP3s.

* The --prompt modes have been revised since version 0.02.  See
alfilldb_usage.txt for more details.

Read on if you are upgrading from v0.01.


Release notes for AudioLink v0.02:
----------------------------------
* the alfilldb script can now ask you which entries you want to insert
into the database. Fields for 'comment' and 'track number' are now
supported. New modes for just updating existing entries in the
database and just adding new files to database w/o updating existing
entries are supported. Default is to add as well as update.

* The schema of the database has been updated. If you were using an
older version of AudioLink earlier, you must run the following:

	mysql -u<username> -p aldb < db/schemas/02.schema

This will update the schema of the database.

* The documentation has been updated; read INSTALL and the _usage.txt
files in the Documentation directory for the scripts.
