Fri Aug 22 06:12:00 CEST 2003 Audun Hove <audun@nlc.no>
	* Fixed responseparsers, now coping with a responselength of 0

Sat Aug 23 17:18:00 CEST 2003 Audun Hove <audun@nlc.no>
	* Plugged memleak, curl_formfree'ing data used in submit

Sun Sep 21 18:34:00 CDT 2003 Pipian <pipian@pipian.com>
	* Added MusicBrainz and tag-reading support through libscrobblertag

Thu Dec 04 23:33:00 CST 2003 Pipian <pipian@pipian.com>
	* Added dependency on libmusicbrainz
	* Fixed data-munging bug in queue.c
	* Fixed off-by-one error while reading server responses

Sat Dec 06 00:48:00 CST 2003 Pipian <pipian@pipian.com>
	* Fixed numerous Unicode bugs in fmt.c, tags.c, and xmms_scrobbler.c

Sun Dec 07 12:19:00 CST 2003 Pipian <pipian@pipian.com>
	* Made Unicode functions thread-safe

Sat Dec 20 23:40:00 CST 2003 Pipian <pipian@pipian.com>
	* Fixed configure errors on Gentoo

Mon Dec 22 19:13:00 CST 2003
	* Changed all wchar_t (UCS-2) to unsigned char (UTF-8)
	* Moved Unicode functions to unicode.c
	* Moved endian defines to endian.h
	* Cleaned up some more tags.c code

Thu Jan 01 12:52:00 CST 2004
	* Updated protocol to version 1.1

Sun Jan 04 19:25:00 CST 2004
	* Rewrote tag-reader code
	* Fixed ID3v1 bug

Wed Mar 10 17:57:00 CST 2004
	* Fixed slow handshake/short song bug?
	* Added cache read support

Sun Mar 28 12:38:00 CST 2004
	* Merged libmetatag-0.1.0-pre1
	* Added patch files for prefering APE to ID3v2 and vice-versa

Fri Apr 09 16:53:00 CDT 2004
	* Fixed CDAudio double free() bug (hopefully)
	* Should handle HTTP errors correctly now (such as 503)
	* Should also rehandshake after the server goes down (BADAUTH)
	* Fixed 120 second submit trigger to 240 seconds.
	* More robust caching added

Mon May 10 20:55:00 CDT 2004
	* Fixed segfaults with sc_parse_sb_res()
	* Fixed missing last character bug for results by properly allocing
	  memory
	* Fixed MBID memory bug with ID3v2 in libmetatag
	* Made ALLOW_MULTIPLE default
	* Fixed minor caching bug with ALLOW_MULTIPLE

Tue May 11 10:26:00 CDT 2004
	* Removed atexit() call in scrobbler.c and replaced with a call to
	  sc_cleaner() in cleanup() [xmms_scrobbler.c]. Should stop nasty
	  queue bugs from happening when deactivating and reactivating the
	  plugin from within xmms.
	* Fixed minor bug that caused a BADAUTH to kill the submission thread

Tue May 11 14:14:00 CDT 2004
	* Tweaked configure to add preference of APE to ID3v2 as
	  configure-time option
	* Changed libmusicbrainz check in configure
	* Added <time.h> includes when fmt.h is included to prevent
	  compile-time errors with FreeBSD

Tue May 11 15:46:00 CDT 2004
	* Fixed several possible double free() calls in scrobbler.c
	* Fixed memleaks with BADAUTH response

Tue May 11 20:28:00 CDT 2004
	* BADAUTH now responds correctly, and hexify() works properly

Wed May 12 18:50:00 CDT 2004
	* Fixed configure script to work with libmusicbrainz-2.0.1
	  (should compile with Gentoo unmasked libmusicbrainz now)
	* Added error-handling system between scrobbler.c, xmms-scrobbler.c,
	  gtkstuff.c

Mon May 27 12:55:00 CDT 2004
	* Fixed minor signed/unsigned bug in vorbis.c so FLAC will work
	  properly.

Fri Sep 10 21:20:00 EDT 2004
	* Fixed queuing to be proper queue
	  (shouldn't lose songs upon writing cache to disk and reading it back)

Fri Sep 10 22:59:00 EDT 2004
	* Separated handshaking into separate thread
	  (shouldn't stop caching while not handshaked)

Sat Sep 11 00:39:00 EDT 2004
	* Integrated ID3v1 fix of fireshipjohn (shouldn't be needed, but it's
	  good backup)
	* Added discarding for songs of length < 30s and > 30m

Sat Sep 11 13:20:00 EDT 2004
	* Removed 30 minute maximum for compatibility with protocol 1.2 in the
	  future

Thu Sep 23 20:48:00 EDT 2004
	* Fixed 30 second minimum-length error
	* Added counter to BADAUTH, so 3 in a row shuts down submissions
	* Added configure-time BMP plugin support

Sat Sep 25 21:42:00 EDT 2004
	* Fixed configure-time BMP support to compile with 0.9.7 final
	* Fixed potential segfault on password change

Fri Dec 10 13:56:00 GMT 2004 Russ <russ@audioscrobbler.com>
	* Applied patch by nix - forms are no longer submitted in multipart to
	work with the new java submission server.

