MuSE 0.6.1 - 29 03 01 - august & jaromil
	fixed missing -lpthread flag in compiling

MuSE 0.6 "vollmundig & wuerzig" - 28 03 01 - august & jaromil 
/* this should be a "mature" release.  just out of puberty,
the MuSE engine is gaining in stability,  outgrowing its' bugs */
	GUI was completely re-designed.  
	channels dynamicly added/deleted
	mpeg inchannel fully implemented
	mpeg network decoding working
	greatly improved stability
	default	server configuration being saved in ~/.muserc
	
MuSE 0.5.2 "freelove" - 23 03 01 - jaromil
/* this is supposed to be a stable release, so features like have been
   commented out in order to have MuSE crash-safe */
	vumeter deactivated
   	speed deactivated
	timer deactivated when playing mp3
/* finally this is a 100% free release, not linking anymore to xaudio
   library, substituted with LGPL'd libmpeg by Woo-jae Jung */
	added libmpeg
	updates to configure script
	code cleanup
	
MuSE 0.5.1 - 08 03 01 - jaromil
        fixes in vumeter
        fixes in continuous play mode
        fixed when opening a non 22|44khz bitstream
        took out pthread checking in configure
        code cleaning

MuSE 0.5 "licku" - 05 02 01 - jaromil
	decodes .ogg files if libvorbis is installed
	reads mono and 22khz files (resampling implemented)
	new playlist mechanism
	inchannels structure rewritten for dynamic channels allocation
	enhanced mixing mechanism
	relevant bugfixes
	libshout code updated

MuSE 0.4.1 - 24 01 01 - jaromil
	speed works (just one chan at time)
	now links lame library as shared (requires lame installed)
	gui for encoder settings
	fixed mixing algorithm that was crackling a bit on left chan
	fltk code updated to 1.0.10

MuSE 0.4.0 "mausi" - 02 12 00 - jaromil
	now using 3rd party xaudio library for mp3 stream decoding
	brand new fltk graphic user interface :: by august black
	implemented mp3 encoding to file
	MuSE engine bugfixes and optimizations
	icy/x_audiocast login support (shoutcast compatibility)
	libsync's usleep() substituted with a select() call

MuSE 0.3.1 - 26 10 00 - jaromil
        amuse bugfix contributed :: by voyager
        other bugfixes and docu update
        queue mode is now shown on the commandline (ops!)

MuSE 0.3.0 "not now, i got an headache" - 10 10 00 - jaromil
	added queue module to execute scheduled commands
	major code cleaning and optimization
	added interactive connection to icecast
	bitrate can now be changed dinamicly
	speed setting has been deprecated (will come back on the next release)
	updated libshout
MuSE 0.2.0 "be gentle" - 10 08 00 - jaromil
	first really usable release
	implemented line-in/mic input from soundcard as an extra channel
	implemented speed & vol dinamic setting
	added the tcp/ip daemon for communicating w/ the interface
	libsync is fully implemented - running on threads now	
	A-MuSE tcl/tk interface has been contributed and included in MuSE
MuSE 0.1.2 - 09 07 00 - jaromil
	first public release, altough still in early development stage
	bug fixes to the mixing engine
	libshout and lame work nice toghether now
MuSE 0.1.1 - ? - jaromil
	mmm
MuSE 0.1.0 - 09 05 00 - jaromil
	implemented fully functional streaming to icecast
	included libmp3lame from lame-3.81beta as the encoding engine
MuSE 0.0.2 - 02 05 00 - jaromil
	heavy optimization on the mixing code (jmixer.cpp), now much faster
MuSE 0.0.1 - 01 05 00 - jaromil
	completed the basic c++ class for stream mixing
