0.20.1		* Remon Sijrier (remonsijrier@vt.shuis.tudelft.nl)
			(28-nov-2003)	***This is a bug fix release only. All fixes are merged into HEAD***
					- (libmustux) MustuxAudioBus had 2 BusModes listed twice
					- (libmustux) removed "std::" in front of "getenv" in MustuxDebugger. "getenv"
					  allready in <stdlib.h>


0.19.9		* Remon Sijrier (protux@vt.shuis.tudelft.nl)
			(31-oct-2003)	- Removed detection of "buses valid modes" in MADM::init(). You have to call
					  MADM::probe_busses_valid_modes() explicitly now after MADM::init()
					  Updated protux internal routines to take care of it!


0.19.7 -    * Luciano Giordana
		(31-Oct-2003) Fixed a very critical bug in WavFile class : wav files generated had
		their lenght wrong, cause standard application such xmms or kaboodle to play only
		1st minute of audio.
		(09-Oct-2003) MustuxDebugger now shows a "|" to aligns different levels of debugging
		
0.19.4 -    * Luciano Giordana
		(28-Aug-2003)  Real Time Scheduling activation on MADM:init() (only possible as root)
			       MustuxAudioDeviceMapper::get_bus_out/in_levels() methods added.
		(21-Aug-2003)  Deprecated common transfer size stuff in MADM
			       Now transfer operations return MustuxAudioBusTransferResult struct, more robust
			       ( This a preparation for 24 bits support, and better xrun handling)
		(20-Aug-2003)  Now each bus has its own fps. This way, it is possible to force
			       a precise (float value) fps when ** opening ** the bus.
0.19.3 -    * Luciano Giordana (giordana@linuxmail.org)	
		(01-Aug-2003) - Implemented the ring buffer inside OggFile class, so all clients
			        read an OggFile as they were reading uncompressed regular-sized-fragments
				of audio from Ogg (seekable only) files.
		(30-Jul-2003) - More improvements on MustuxAudioFileFormat, better generalization and
		               fixed some stuff in OggFile class.
			      - Improvements on MustuxDebugger. Now it can generate a log file if
			        application calls MustuxDebugger::create_log(filename);
0.19.2 -
	    * Luciano Giordana (giordana@linuxmail.org)
                (28-Jul-2003) - Improvements on MustuxAudioFileFormat. Basic OGG (readonly)
                                support, more isolation (clients cannot access internal FILE*)
                                and generalization.
		(26-Jul-2003) - MustuxDebugger improvements (level 3 and 4 implemented)
			        Improvements and code cleaning  in JMB engine.
				Fixed >K>K action detection and implemented better low level  debugging messages.
		(24-Jul-2003) - Praf and Wav classes now are derivated from a super class MustuxAudioFileFormat
		  All specific methods such read_fragment, and write_fragment, and write/read_header,
		  and others  are virtual functions. This strategy gives more flexibility to deal with
		  audio files  from the perspective of a Mustux application, and offer the possibility
		  to create  other formats supports, including OGG VORBIS.

0.17.1 - 0.18.0

	    * Luciano Giordana (lucianogiordana@yahoo.com)

		- 18-Jun-2003 PENTER2/PEXIT2 macros implemented (for flood debugging)
		- 28-Apr-2003
		    Merged PrafFile and WavFile into a nes class container : MustuxAudioFileFormats	
		    These classes were part of Protux. Now they are common to all mustux applications
		    
		- 20-Apr-2003
		    Improved MONO support on MustuxAudioDeviceMapper
		    Added 32 Khz sample rate support on MADM
		    
		-  9-Feb-2003 - new autotool code
0.17.0
	    * Luciano Giordana (giordana@subdimension)
		- 24-Jan-2003 - MustuxAudioDeviceMapper fairly improved.
				- Now it supports subdevicing by mapping cards and its in and out buses
				- common fragment size for all playback buses, so the latency becomes same
				for all clients using multi output streams.
				- better interface. Clients do not need to know about internals. Only needs
				to access MustuxAudioDeviceMapper interface knowing the card index and the bus
				in/out index for that card.
				- The output and input buffers (playback and capture buffers) are INSIDE 
				MustuxAudioDeviceMapper. Clients just have to access them, but no need to create them. 
				They are created on MustuxAudioDeviceMapper::init method.
				
				
		- 16-Jan-2003 - stable x devel fork
		

0.16.0
            - (16-Jan-2003) Added callback function registration to MustuxGlobalProperties
            - (15-Jan-2003) Added MustuxGlobalProperties. not used and not compiled and linked yet, as protux still has it's own GlobalProperties
            - (25-Dec-2002) Radically changed the way MustuxDebugger print stuff. Now it uses printf calls insted of cout << calls
              The cout calls were causing strange segfaults...

0.15.7 - (29-Oct-2002)
	 MustuxDsp Class Deprecated
	 MustuxAudioDeviceMapper Implemented - ALSA COMPATIBLE !!
0.13.8 - 
	MustuxLcd now supports lowercase characters
	MustuxDsp class added
	
0.13.0 - First QT Based MustuxLib

0.12.0 - First Major MustuxLib

0.11.0 - Protux/MustuxLib fork. This is the first version of MustuxLib. Common components for all Mustux applications
will use this. The version starts with 0.10 (and not usual 0.0.1) in order to follow current
protux release


