PageRenderTime 20ms CodeModel.GetById 17ms app.highlight 2ms RepoModel.GetById 0ms app.codeStats 0ms

/xmms-scrobbler-0.4.0/NEWS

#
#! | 123 lines | 99 code | 24 blank | 0 comment | 0 complexity | 3088e071339a2a240d85718392e21c89 MD5 | raw file
Possible License(s): LGPL-2.1
  1Sat 26 Feb 2005.
  2	Fix to faulty EasyTag APE tag fix
  3	Released XMMS-Scrobbler 0.3.8.1
  4
  5Tue 22 Feb 2005.
  6	Integrated stability fixes
  7	Split submit-detection algorithm
  8	Debug statements now default to off at configure-time
  9	Released XMMS-Scrobbler 0.3.8
 10
 11Sat 12 Feb 2005.
 12	Fixed corruption on EasyTag APE tags
 13
 14Wed 9 Feb 2005.
 15	Added Multi-CD-drive support
 16
 17Wed 2 Feb 2005.
 18	Fixed corruption on CDex Vorbis tags
 19	Fixed another ID3v2 segfault
 20	Fixed bug in .cda file checking
 21	Fixed bug in endian conversion
 22	Released XMMS-Scrobbler 0.3.7
 23
 24Fri 10 Dec 2004.
 25	Fixed problems with new submission server.
 26	Released XMMS-Scrobbler 0.3.6
 27
 28Sat 25 Sep 2004.
 29	Fixed minor configuration issue with BMP plugin
 30	Fixed some problems with password configuration
 31	Released XMMS-Scrobbler 0.3.5.1
 32
 33Fri 24 Sep 2004.
 34	Released XMMS-Scrobbler 0.3.5
 35
 36Thu 23 Sep 2004.
 37	Fixed short song blockage
 38	Fixed BADAUTH to stop after 3 consecutive failures
 39	Added configure-time BMP plugin support
 40
 41Fri 10 Sep 2004.
 42	Fixed queue.c to be a proper queue
 43	 (fixes chronological reversal of cache to ensure that cache will
 44	  always submit with newer stricter date/time checking)
 45	Moved handshaking to separate thread to allow for caching while not
 46	 handshaked at start
 47	Fixed minor bugs in ID3v1 support, as well as blocking short songs
 48	Released XMMS-Scrobbler 0.3.4 
 49
 50Thu 27 May 2004.
 51	Fixed FLAC support to not die on occasion.
 52
 53Wed 12 May 2004.
 54	Fixed configure script to work properly with musicbrainz-2.0.1
 55	 (for Gentoo users not willing to go to unmasked. Possibly others.)
 56	Added error alerts while I was at it
 57	Released XMMS-Scrobbler 0.3.3a
 58
 59Tue 11 May 2004.
 60	Fixed several memory bugs with BADAUTH
 61	Fixed bug that munged the saved cache when the plugin is deactivated
 62	 and reactivated within XMMS
 63	Tweaked configure file, and added configure-time option to set
 64	 preference of APE to ID3v2 tags
 65	Added <time.h> to all files using fmt.h, so as to fix compile-time
 66	 errors with FreeBSD
 67	Fixed hexify() to allow for BADAUTH to work properly
 68	Released XMMS-Scrobbler 0.3.3
 69
 70Mon 10 May 2004.
 71	Fixed off-by-one bug for server responses and properly malloc'd
 72	Fixed MBID memory bug in libmetatag
 73	Made ALLOW_MULTIPLE submissions default
 74	Fixed minor bug with ALLOW_MULTIPLE and caching
 75
 76Fri 09 Apr 2004.
 77	Fixed CDAudio segfault/hang bugs?
 78	Changed 120 second submit time to 240 as per protocol spec...
 79	More robust caching (now writes cache after each queue push and submit)
 80	Should handle HTTP errors correctly
 81	Will rehandshake after receiving a BADAUTH
 82
 83Sun 28 Mar 2004.
 84	Integrated libmetatag 0.1.0-pre1
 85	Added patchfiles to convert to/from prefering APE to ID3v2
 86	Released XMMS-Scrobbler 0.3.2
 87
 88Wed 10 Mar 2004.
 89	Fixed slow handshake/small song bugs?
 90	Added cache read support
 91
 92Wed 07 Jan 2004.
 93	Fixed ID3v1 bug
 94	Rewrote tag-reader code
 95	Added iTunes, Speex, OggFlac tag-readers
 96	Released XMMS-Scrobbler 0.3.1
 97
 98Thu 01 Jan 2004.
 99	Updated to AudioScrobbler protocol 1.1
100	Released XMMS-Scrobbler 0.3.0
101
102Tue 23 Dec 2003.
103	Changed Unicode handling so as to work properly on all platforms
104	Changed configure.in so as to work properly on all platforms
105
106Sun 07 Dec 2003.
107	Released XMMS-Scrobbler 0.2.0.
108
109Sat 06 Dec 2003.
110	Fixed numerous Unicode bugs.
111	Cleaned code in preparation for public release.
112
113Thu 04 Dec 2003.
114	Added dependancy on libmusicbrainz.
115	Fixed CD Audio crash.
116	Fixed data munging bug in fmt.c.
117	Fixed off-by-one error while reading INTERVAL responses in scrobbler.c.
118
119Sun 21 Sep 2003.
120	Added libscrobblertag for tag reading and MusicBrainz tag reading.
121
122Fri 22 Aug 2003.
123	Initial version.