2003-08-31  Torsten Marek  <shlomme@gmx.net>
	* added FLAC support
	* changes/additions to the build system, now Ogg Vorbis and FLAC
	  are disabled when not detected on the system
	* released as 1.0b2
	
2003-06-01  Torsten Marek  <shlomme@gmx.net>
	* in id3Tag::getSongInfo():
	  replaced head |= tmp[0] by head |= (unsigned char)tmp[0] to avoid
	  wrong length computation
	
2003-05-05  Torsten Marek  <shlomme@gmx.net>
	* released as 1.0b1
	
2003-05-04  Torsten Marek  <shlomme@gmx.net>
	* some build fixes & cleanups

2003-04-23  Torsten Marek  <shlomme@gmx.net>
	* replaced mp3tech.c with code taken from xmms mpg123
	  to significantly speed up reading of mp3 files
	* removed old TagEditCreator class
	* added operator[](const string&) to TagEditor, which uses mapToID
	  and deligates to operator[](FieldID)
	
2002-12-10  Torsten Marek  <shlomme@gmx.net>
	* released as 0.9

2002-11-30  Torsten Marek  <shlomme@gmx.net>
	* added function setAltered(bool) to TagEditor (use with care)

2002-11-27  Torsten Marek  <shlomme@gmx.net>
	* added function getBitrate() in TagEditor and find out bitrate
	  in id3Tag and oggTag

Sat Nov 24 21:05:16 2002 Torsten Marek <shlomme@gmx.net>
	* added mapToID() to TagEditor class for python bindings to support
	  indexing with strings and FieldIDs

Wed Nov 20 20:25:33 2002 Torsten Marek <shlomme@gmx.net>
	* added mp3tech.c to id3Tag to get length from mp3 files
	* fixed reading of ID3V1 structure: a problem occured when
	  the fields were padded with spaces instead of zeros
	* fixed a segmentation violation in id3Tag when reading a frame
	  longer than 8192 bytes

Fre Sep 20 00:23:57 2002 Torsten Marek <shlomme@gmx.net>
	* added some comments to tageditor.hpp
	* shifted header includes from libtagedit.hpp to libtagedit.cpp
	
Tue Sep 17 00:37:16 2002 Torsten Marek <shlomme@gmx.net>
	* added implementation of oggTag::existingField(FieldID)
	* fixed access violation in oggTag::writeTag() when the directory
	  is not writable
	* released as 0.6.1
	
2002-08-05 Torsten Marek <shlomme@gmx.net>
	* added some tweaks to configure.in to detect various ogg vorbis stuff
	* first public release

