-- V0.9.1
 - Added German language support (Paul Harth).
 - Added Indonesian language support (Budi Riyanto).
 - Added Polish language support (Artur Palka).
 - Added Uninstall procedure.
 - Updated 'Install' doc.
 - Added 'Uninstall' doc.
 - Fixed file edit/open bugs.
 - Fixed 'long user record' bug.
 
-- V0.9
 - Added 'transparent login' function. Now it's possible to enter in user's 
   area calling <cwfm-url>/index.php?buser=username&bpassword=password.
   Please note that this method transmits 'username' and 'password' in
   cleartext over the link.
 - Added directory copy/cut/paste functions.
 - Added Castellano language support (Alberto Sez).
 - Added Dutch language support (Ruud Koortens).
 - Added Brazilian Portuguese language support (Gustavo Tagliassuchi)
 - Added support for filenames containing single-quote character (').
 - Added contex (right-click) menu in file and tree areas.
 - Added multiple file upload panel.
 - Added 'waiting to upload' popup window.
 - Added 'Upload&Unzip' function.
 - Added menu icons.
 - Added 'large-icons' and 'detail' file views.
 - Added several permission checkboxes in user admin.
 - Added user profiles in admin panel.
 - Added user configurable options panel.
 - Added reordering file headers.
 - Added '+/-' buttons to increase/decrease detail level.
 - Added file create/modify functions.
 - Added 'run command' function.
 - Added statistics in Status frame.
 - Added status line indicator for 'Loading..' and 'Done' states
 - Changed layout, now rename function prompts for new name in place.
 - Changed icons set.
 - Changed color scheme.
 - Changed menu layout.
 - Changed some program internals to bypass a nasty bug in PhP4.04.
 - Changed some layout elements.
 - Changed user db format (db conversion automatically performed at first 
   program invocation).
 - Improved frames opens to increase speed (not IE5.0)
 - Updated 'Install' and 'Upgrade' please *read*.
 - Changed permissions in 'tar.gz' source file.
 - Changed tree structure, now tmp files go in <cwfm-inst-dir>/tmp/<sid> 
   and 'Cwfmini.php', 'desc.dat.php', 'desc.idx.php' go in <cwfm-inst-dir>/data.
   <sid> stands for session id and changes every time users login.

   <cwfm-inst-dir>-/
                 ....
		 php file
		 php file
		 php file
		 .....
                   |
		 data/
		   Cwfmini.php
		   desc.dat.php
		   desc.idx.php    
 		 tmp/
		   4e66a6428741fdab6eaa598b697fd431
		     tmp file
		     tmp file
		     .....
 		   4e66a6428741fdab6eaa598b697fd432
		     tmp file
		     tmp file
 		     .....
		   .....
   'tmp/' directory holds temporary data and each user session should remove
   automatically its data on exit. For several reasons this could not happen 
   always. You may periodically empty 'tmp/'.
 - Fixed some display errors for Mozilla.
 - Fixed directory rename bug.
 - Fixed top panel alignment for users with only one area configured.
 - Fixed misalignment of elements when ShowIcons is off.
 - Fixed odd display behaviour in Mozilla starting from 0.9.7 
 - Fixed file description error in Netscape 6.2
 - Fixed severe Tree error on Windows server platform.
 - Fixed upload error. 
 - Fixed several browser-dependent javascript problems.
 - Fixed wrong upload permission behaviour.

-- V0.8 Beta
 - Added multilingual support, English and Italian files are included.
 - Added 'left-right' menu system.
 - Added Copy/Cut/Paste with inter-area capabilities.
 - Added Zip&Download.
 - Added multiple file download.
 - Added multiple file select.
 - Added formatted display.
 - Added Login window username focus on startup.
 - Added MD5 javascript hashing of username and password in login window.
 - Included more 'file-type' icons.
 - Improved user management (administration panel).
 - Fixed security bug 'admin takeover from any valid account'
 - Fixed several generic bugs.
 - Fixed several security bugs.
 - Improved layout for 800x600 resolution.
 - Defined download problems for IE5.5 (see file Ie55.Is.Bugged).
 - Fixed 'random display root file list on start' bug.
 
-- V0.7 Beta
 - Added file delete.
 - Added directory create/delete.
 - Added file/directory rename
 - Added icons.
 - Added dot separator in filesize field.
 - Added 'Cancel' to file upload form.
 - Fixed some layout glitches.
 - Fixed buggy file download for Internet Explorer.
 - Fixed a lot of generic bugs.
 - Fixed several security bugs.
 - Updated installation and upgrade instructions.
 
-- V0.6 Beta
 - New users database format: upgrading from v0.5 will loose all user infos.
   Passwords are now hashed with md5 algorithm.
 - Added file descriptions. Now every file can have an associated short and
   long text description.
 - Main window layout changed to host status window with file description.
 - Added multiple (up to 4) root directories capability. It's now possible
   to assign up to 4 root directory for each user.
 - Fixed several security bugs.

-- V0.5 Beta
 - First beta release.
 - Tested only with Linux/Apache/PhP4.
 - Several missing  functions.
