1.0.2b -> 1.0.3b

	Backup your configuration files (in directory
	/usr/local/basilix/conf). Remove the whole basilix
	directory which is default /usr/local/basilix
	(if you changed some other files, backup them also).
	Install the version 1.0.3b. Restore the backuped files
	and finally set the dbuser, dbpass, and dbhost settings in
	/usr/local/basilix/dbset/mysql-set.inc.

0.9.7 -> 1.0.3b:

	After successfully installation of 1.0.3b, change the
	old_dbuser, old_dbpass and old_dbhost in 
	/usr/local/basilix/lib/abook.inc with the ones of 0.9.7. 
	In the Addressbook window you will see a "Import old entries"
	link which imports the old entries to the new one and then
	delete the olds. I recommend you to backup the addressbook 
	table of the old database before running the new version.
	You can process the backup job with:

	mysql_dump -u dbuser -p basilix AddressBook > addr_dump.txt
	where "dbuser" is the user of the old database, "basilix"
	is the database name and "AddressBook" is the table name.


0.9.7 -> 1.0.2b:
	
	You can use 1.0.2b, but it's not backward compatible (you have
	to erase the old database). I recommend you to download v1.0.3b
	and read the above section.



