2006-10/24  Melanie Thielker
			* Added x64 patch and DJ Console volume fix

2005-07-14	Melanie Thielker
			* Bumped version to 0.3.0 because of completed Hercules
			  DJ Console support

2005-07-07	Melanie Thielker
			* Hercules DJ Console support
			* DJ Console autodetect

2004-12-09	Melanie Thielker
			* UI overhaul
			* Talk button now locks
			* New LDSPA loader
			* Some build fixes
			* Uses pitch plugin from tap-plugins now
			* Fixed bug that could corrupt Auto playlist on disk

2003-11-23	Melanie Thielker
			* Added setup dialog tab for icecast configuretion

2003-11-13	Melanie Thielker
			* Added button to select recorder meter channel(record or broadcast)

2003-11-11	Melanie Thielker
			* Added separate data path and ports for broadcast
			* Added saving of window positions

2003-11-10	Melanie Thielker
			* Added .m3u and .pls playlist read/write support
			* Added agc for soundfiles as part of BPM analysis

2003-11-07	Melanie Thielker
			* Added support for ogg vorbis format
			* Fixes to metadata generation
			* Added monitor display for metadata sending
			* Added support for free-format metadata

2003-11-06	Melanie Thielker
			* More config file stuff
			* Controls to selectively record, broadcast, or both
			* Enhancements to playlist handling
			* Items can now be reordered in virtual lists and the player list
			* Fix for destructors that would not be called
			* Fix for scan thread not terminating correctly
			* Added support for metadata sending
			* Added new playlist config page
			* Added tracker for metadata sending
			* Added config options for video

2003-11-05	Melanie Thielker
			* Support for persistent port connection through config file
			* Removed --with-multitrack and NO_MULTITRACK define (obsolete)
			* Added support for muting the mic channel when talk is not down
			* Split setup dialog into tabs
			* Added options for recording to a pipeline
			* More setup options
			* Added configuration panel for port connections

2003-11-04	Melanie Thielker
			* Configuration file support
			* Configuration options for broadcast
			* Optical indication of "on air" status
			* Made MixEffect more versatile
			* Added talkover button

2003-11-02	Melanie Thielker
			* Added support for shoutcast/icecast and ffmpeg streaming

2003-10-28	Melanie Thielker
			* Added video preview in display while seeking
			* Change of video on/off semantics
			* Video window is now hidden when no video is playing and the
			  video output is on a different display from the main controls

2003-10-25	Melanie Thielker
			* Added video mixing
			* Added video crossfading control and on/off buttons
			* Updated graphics
			* Major changes in video framebuffer code

2003-10-24	Melanie Thielker
			* Added internal support for MPEG video playback
			* Added video playback using SDL
			* Added support for video window on another display

2003-10-14	Melanie Thielker and Denis de Leeuw Duarte
			* Created automake/autoconf files

2003-10-13	Melanie Thielker
			* Restructured the source tree, changed makefile
			* Changes to make some dependencies optional

2003-10-13	Melanie Thielker
			* Added BPM Detction code from SoundTouch by Olli Parviainen,
			  with changes
			* Updated display routines to show detected BPM value

2003-10-08	Melanie Thielker
			* Fixed another potential segfault in the VU-Meter code

2003-10-07	Melanie Thielker
			* Final set of buttons and images added
			* Playlist frame with new graphical background
			* Added LADSPA pitch shift support (only for the tone deaf)

2003-10-07	Melanie Thielker
			* Yet more graphical elements
			* Various small fixes to annoying little bugs

2003-10-06	Melanie Thielker
			* Fixed playback hang where UI updates would block data pump
			* More graphical elements

2003-10-05	Melanie Thielker
			* Fixed segfault in pump.cpp when song is changed during pump run
			* More skinnable UI components
			* Bitmap bacjground for main player subwindows
			* Fixed meter update to be in sync with audio instead of one buffer
			  too soon
			* Added brushed metal bitmap for transport control fader

2003-10-04	Melanie Thielker
			* Support for skinning buttons and sliders
			* Added shiny metal buttons and brushed metal slider plates
			* Fixed segfault when updating mixer meters
			* Fixed deadlock race condition in data pump
			* Changes to support reconnect to Jack server when zombified

2003-10-02	Melanie Thielker
			* Class changes for generic effect support
			* Line-in support
			* Full mixer with pfl and eq

2003-10-01	Melanie Thielker
			* Support for LADSPA Effects added
			* DJ EQ will be used if present
			* Channel mixer added
			* Channel meters added
			* New generic framework for meters and effect
			* Some fixes on playlist item copies
			* Faster playlist loading
			* Small CPU use optimizations
			
2003-09-27	Melanie Thielker
			* Improvements in UI responsiveness
			* Changes to allow running at lower latencies (breaks CDDA)
			* Changes in background scanning of files, doesn't hog CPU now
			* Playlist bug fixes
			* Added title search

2003-09-25	Melanie Thielker
			* CD TOC read support for playlists
			* cdda:// URL support
			* cdda playback module with buffering
			* numerous changes to many modules to support the cdda reader
			* small change to force CD-Rom drive to spin up on play

2003-09-25	Melanie Thielker
			* extended selection for file list
			* multiple file operations (copy, remove)
			* file flags setting in playerlist

2003-09-24	Melanie Thielker
			* implemented full player automation
			* numerous changes to support the 'Auto' playlist
			
2003-09-24	Melanie Thielker
			* added crossfader and automation support
			* added fader profiles
			* added continuous play and shuffle play support

2003-09-23	Melanie Thielker
			* ID3 tag reading and writing
			* Song time will be computed for .mp3 and inserted in tag
			* tag values song time and bpm will be read and displayed
			* cache for id3 tag values
			* tag data display for all types of file lists
			* players now correctly control current song display

2003-09-23	Melanie Thielker
			* Introduced the concept of a 'current song'
			* added management for the current song in player automation list
			* more thread cleanup

2003-09-23	Melanie Thielker
			* fixed crash on exit
			* added support for getting file information for display
			* fixed bug in PlayerList (wrong inheritance)
			* removed code that caused duplicate display of list names
			* introduced centralized thread for file scanning in Playlist
			* fixed various memory leaks

2003-09-22	Melanie Thielker
			* created initial release
