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 Pipian <pipian@pipian.com>
	* 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 Pipian <pipian@pipian.com>
	* Updated protocol to version 1.1

Sun Jan 04 19:25:00 CST 2004 Pipian <pipian@pipian.com>
	* Rewrote tag-reader code
	* Fixed ID3v1 bug

Wed Mar 10 17:57:00 CST 2004 Pipian <pipian@pipian.com>
	* Fixed slow handshake/short song bug?
	* Added cache read support

Sun Mar 28 12:38:00 CST 2004 Pipian <pipian@pipian.com>
	* 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 Pipian <pipian@pipian.com>
	* 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 Pipian <pipian@pipian.com>
	* 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 Pipian <pipian@pipian.com>
	* 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 Pipian <pipian@pipian.com>
	* 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 Pipian <pipian@pipian.com>
	* Fixed several possible double free() calls in scrobbler.c
	* Fixed memleaks with BADAUTH response

Tue May 11 20:28:00 CDT 2004 Pipian <pipian@pipian.com>
	* BADAUTH now responds correctly, and hexify() works properly

Wed May 12 18:50:00 CDT 2004 Pipian <pipian@pipian.com>
	* 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 Pipian <pipian@pipian.com>
	* Fixed minor signed/unsigned bug in vorbis.c so FLAC will work
	  properly.

Fri Sep 10 21:20:00 EDT 2004 Pipian <pipian@pipian.com>
	* 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 Pipian <pipian@pipian.com>
	* Separated handshaking into separate thread
	  (shouldn't stop caching while not handshaked)

Sat Sep 11 00:39:00 EDT 2004 Pipian <pipian@pipian.com>
	* 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 Pipian <pipian@pipian.com>
	* Removed 30 minute maximum for compatibility with protocol 1.2 in the
	  future

Thu Sep 23 20:48:00 EDT 2004 Pipian <pipian@pipian.com>
	* 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 Pipian <pipian@pipian.com>
	* 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.

Tue Feb 1 18:59:00 EST 2005 Pipian <pipian@pipian.com>
	* Applied patch by Brett Parker (Debian Maintainer) - Some ID3v2 tags
	  will now not segfault.
	* Applied patch by flexo - CDex Vorbis tags should no longer segfault
	* Applied fix from Jonathan Amery - Some files without a '.' in the
	  name should no longer segfault
	* Applied fix from Toby Corkindale - Proper errors should occur if
	  fopen() fails
	* Applied fix from derobert - casting endian macros to unsigned
	  char * variables

Wed Feb 9 16:39:00 EST 2005 Pipian <pipian@pipian.com>
	* Added fix to allow for support for multiple CD drives.

Sat Feb 12 01:03:00 EST 2005 Pipian <pipian@pipian.com>
	* Fixed strcmp bug in multi-CD code.
	* APE tag reader now more tolerant of bad tags.

Sat Feb 19 23:36:00 EST 2005 Pipian <pipian@pipian.com>
	* Applied parts of 20050218 patch by nosuke - Integrated some stability
	  and code cleanliness fixes (patching through queue.c)
	* Removed (META_)DEBUG defines from default install, and added to
	  configure-time (based on nosuke's patch)

Sun Feb 20 13:52:00 EST 2005 Pipian <pipian@pipian.com>
	* Applied parts of 20050218 patch by nosuke - Integrated more stability
	  and code cleanliness fixed (including major change to submit detect
	  algorithm)

Sun Feb 20 19:47:00 EST 2005 Pipian <pipian@pipian.com>
	* Put in artificial 10-song limit on submission chunks from queue,
	  until "FAILED Plugin bug: Not all request variables are set>>param
	  size:636" bug is fixed server-side.

Sat Feb 26 21:35:00 EST 2005 Pipian <pipian@pipian.com>
	* Fixed faulty logic in for loop that continued to cause EasyTag APE tag
	  problems, and also fixed number of items under that circumstance.
