0.5 to 0.6.0
--------------------------------
1. BACKUP YOUR DATABASE!

2. Move your current Jaws (/home/users/public_html for example) 
   to another directory (rename it)

3. Extract the tarball where you were running your last Jaws version

4. Create data/ and config/ directories if they don't exist and give them
   write-access permissions, for example:
	
	mkdir /home/users/new/data
        chgrp -R www-data data/ 
        chmod -R 775 data/

	mkdir /home/users/new/config
        chgrp -R www-data config/ 
        chmod -R 775 config/
	 
5. Point your browser to your upgrade.php file, for example:

	   http://www.mydomain.com/upgrade.php

6. Follow the instructions

7. Done!
