* Wed Sep 18 23:07:11 PDT 2002 Version 0.39
	-Removed possibility for coring while pattern searching with internal dispatch
	-Support fixes for RANDOM calls in MySQL dispatch
	-Better search through standard regular expressions

* Wed Jul 10 09:04:52 PDT 2002 Version 0.38 
	- Updates for Vidyut Luther directory server
	- PostgreSQL support from John Erickson

* Version 0.37
	-Random works for playlist dispatch
	-Improved Postgres support from Devon Jones <devon@integware.com>
	-Fix in configure for sites not using directory services 
	-Added RPM logic

* Sun May  5 13:48:37 PDT 2002 Version 0.36
	-Added status handler from  Lukas Schroeder <lukas@azzit.de>
	-Added count() method to dispatch API
	-Fixed the count for pls2
	-New size limiting support
	-Added Postgresql support (alpha, very alpha)
	-Fixes to remove the random call from the dispatch API
	-Added the file dispatch
	-Faq line on MP3Log R Dicaire <rdicaire@ardynet.com>
	-New IPC cleanup code
	-Playlist dispatch

* Mon Jan 21 02:54:43 PST 2002 Version 0.35
	-Changed the way we compile, we now leave the actual linking up to apxs
	-Added flag to make content disposition flags optional
	-Added token support
	-Now finds Redhat's mysql location

* Wed Nov 28 10:17:15 PST 2001 Version 0.33
	-Random fixes (was broken)
	-Fixed the one character removed from m3u files
	-Added header for IE for file types.

* Thu Nov 15 09:21:19 PST 2001 Version 0.31
	-Makefile clean stupidity fixed
	-Cleanup of encode (still alpha, expect it to change)
	-Few other random bits of cleanup

* Tue Nov  6 01:56:00 PST 2001 Version 0.30
	-RDF fixes
	-Pattern now honored in select handler
	-Added default dispatch
	-Added MySQL dispatch
	-Reworked Makefile to enabled/disable more
	-New configure script to build Makefile
	-MusicBrainz support.
	-Now have mp3/ogg plain handler
	-Minor Corrections in FAQ
	-MusicBrainz XML support

* Sun Jul 22 13:11:23 PDT 2001 Version 0.25
	-Allow and deny stuff for title loading
	-Fixes by Jon for poor id3 stuff
	-New Makefile for static builds.

* Mon Jun 18 22:46:38 PDT 2001 Version 0.23
	-Added option to log music being played
	-Dumb fix in id3 code
	-Fix for static compiles

* Sun Jun 17 22:04:02 PDT 2001 Version 0.22
	-Additions for RSS 1.0 (including support for the mod_audio
	proposed addition).
	-ID3v2.2,.3, and .4 support.
	-Fix for the cutoff issue (file descriptors were not getting 
	cleaned up soon enough).

* Wed May 23 23:39:17 PDT 2001 Version 0.19 
	-Fix for rate limitting that can cause forbidden access.

* Wed May 23 23:39:17 PDT 2001 Version 0.18 
	-Added MP3Loop (aka connections will loop forever on play list/random)
	-Random does not repeat
	-Fixed XML encoding of non-printable characters
	-Added feature for limitting connections

* Thu May 10 23:43:13 PDT 2001 Version 0.16
	-Random Fixed
	-Bunch of the XML-RPC calls were fixed
	-The ability to do defautl options was added
	-All of the playlist generation stuff was added
	-Better XML encoding.

* Thu May  3 00:04:42 PDT 2001 Version 0.15
	-Added the default output option directive
	-Added a ton more list types (like pls and m3u)

* Thu Apr 26 12:00:54 PDT 2001 Version 0.14
	-Support for version 1 ID3 tags
	-Better Cleanup of memory
	-Better random support
	-Fixed location of DTD for RSS since netscape went off and broke everyone's.

* Thu Apr 19 16:28:59 PDT 2001 Version 0.12
	-The Ice UDP protocol is now supported
	-Scoreboard was added to do sync across all conncections
	-op=select was added for a simple interface
	-Reorged all of the RPC commands
	-order=* was added to support ordering output
	-pattern=* was added to do requests with
	 searches
	-Added TimeOut directive to the example to solve
	 the problem with connections timing out.
	-Split the module into multiple files

* Thu Apr 12 01:48:39 PDT 2001 Version 0.9
	-Fixed XML attribute problem(more work still
	 to be done here)
	-Shout title streaming now works (except with cached files)
	-Add directive MP3LocalStream. This create a file
	 in /tmp/ named mod_mp3.STREAMNAME. This is a
	 named pipe that you can cat mp3 to.
	- There was in error in how directories were
	 being loaded, this has been solved.

* Mon Apr  9 22:16:29 PDT 2001 Version 0.8
	-Added directive MP3ReloadRequest. This allows
	 you to tell the server to reload the playlist/
	 directories you have specified for each connection.
	 This uses up a bit of resources but is nice for
	 people who aren't as worried about performance
	 and just want to drop new files into directories.
	-Per request information has been broken up into
	 just existing in the request stage.
  -functions have been added to make reloading the
	 lists a bit easier 
	-debugging info is now disabled by default
	 
* Sun Apr  8 22:55:16 PDT 2001 Version 0.7
	-Rewrote the guts, much simplier inside now
	-Songs can now be requested
	-An RSS channel can be generated on the fly 
	 of the contents of a given site.
	-Fixed a race condition with cached content

* Sun Apr  8 02:05:36 PDT 2001 Version 0.6
	-Caching now works
	-MP3Engine has now been added

* Sat Apr  7 20:24:58 PDT 2001 Version 0.5
	-	Race condition with clients hanging up on
		it solved.
	-	Three directives added. 
			- MP3Playlist - load playlists
			- MP3Genre - specify the genre for the feed
			- MP3CachName - specify the name of the feed
	- Protocols are split up (and work a bit better)
	- Lots of other random little errors fixed

* Sat Apr  6 23:24:58 PDT 2001 Version 0.4
	- Initial release