0.99.5
	* bugfix release: serious breakage (#271912)

0.99.4
	* bugfix release: handles ssl servers, patch from A. Jargensen (#268921)

0.99.3
	* bugfix release: handles specially crafted MP3 files (#259255)
	* Stupid mistake: the RSS idea came from Soren Hansen

0.99.2
	* Added first RSS feed support
	* Cache versionning support
	* Switch to XHTML 1.1
	* Added FLAC support
	* Fix : display size when requested

0.99.1
	* CODE CLEANUP RELEASE
	* flags cleanup
	* treat_args cleanup
	* move some HTTP stuff from playlist.c to mod_musicindex.c
	* new code for header display (#if 0'ed atm)
	* prepare for latter inclusion of RSS patch

0.99.0
	* THE one with big changes (bumped from 0.9.7 to 0.99.0)
	* Only check we can read cover files, don't open them (html.c)
	* Generated pages rework :
	  - Switch to XHTML 1.0 Strict
	  - No more table in the header
	  - No more table in the footer
	  - Diverse minor XHTML/CSS cleanups
	  - CSS should now be valid
	* First implementation of custom cross-directories playlists
	* Merge of the two functions to generate playlists
	* Simplification of call to generate pages
	* Removal of useless defined values
	* Configuration change : use of On/Off-type parameters to enable/disable
	  features with .htaccess files.
	* Reworked sort system.
	* Autodetect present CSS and make them available
	* Possibility to choose the default CSS file
	* Better use of AllowOverride options
	* Do not display stream buttons if Stream is disabled
	* Next release should be 1.0!

0.9.7
	* Hopefully, new apache2 bug in Suse 9.0 fixed

0.9.6
	* Fixed a segfault when streaming with apache2
	* Fixed the module signature in apache2
	* If the icecast hostname is missing, the URL hostname will be assumed
	
0.9.5
	* There was no 0.9.[3-4], too much rework
	* Deep rewrite and split of the code
	* We now use arrays of function pointers to deal with different file types
	* Stricter function pointers declarations
	* Cache subsystem has been rewritten to behave as a file handler itself
	* Hard coded string length in mu_ent_names struct
	* Makefile now autogenerates dependencies (quit roughly though)

0.9.2
	* Possibility to use an external icecast server for streaming
	* Moved file closing inside make_mp3_entry()
	* Merge of handle_mp3 and handle_ogg to handle_musicfile
	* Bugfix in decoding mp3 genre number in brackets
	* Alternative optimized mp3 genre number detection
	* Some variable scope declarations optimisations
	* More Apache2 tweaks
	* More cleanups and code rewrites
	* Added support for gif file as cover image
	* Added favicon
	* Added LGPL license and copyright to README
	* README update

0.9.1
	* Merged makefiles
	* Cache bugfix in cache_remove_dir()
	* Sorting bugfix in inf_global()
	* Directory shuffle bugfix in send_directories()
	* Improved sorting of search results
	* Got rid of ascii2uri() in html.c
	* First attempt at a better handling of stream requests
	* Various code rewrites and cleanups
	
0.9.0
	* Apache2 ready
	* Cache bugfix on BSD systems (EPERM vs EISDIR)
	* playlist.c code rewrite (merged 2 funcs)
	* Code janitorial (got rid of deprecated ap_log func)

0.8.10
	* Preparing gettext compat

0.8.9
	* Preparing Apache 2 compat
	* Minor code rewrites
	* Removed extra includes
	* Moved new_ent() to playlist.c
	* New option to name root link
	* Reverted zlib change: libid3tag depends on it

0.8.8
	* Field sorting in search results
	* Enhanced error reporting through Apache logs
	* Makefile rewritten to support OSX, Solaris
	  and unknown OSes.
	* Minor code rewrites (OSX, Solaris)
	* Got rid of -lz

0.8.7
	* Fix for cache locking problem
	* Fix empty fields initialisation from cache
	* Minor cleanups

0.8.6
	* Added "genre" tag management

0.8.5
	* Initial Freshmeat announcement
	* HTML 4.01 Strict
	* More bugfixes and improvements
	* First step in file handlers
	* Cache subsystem

0.7.8
	* Switch to LGPL
	* Part Of a Set key added
	* New search result display
	* Bugfixes and functions rework
	
0.7.7
	* Initial Release
