1Changes in 0.99.12
2* Fix a libtool version mismatch that led to incorrect library
3  extensions.
4
5Changes in 0.99.11
6* Some erratic information and behaviour, introduced in 0.99.10, has
7  been fixed.
8
9Changes in 0.99.10
10* Some fixes.  Port to the XBox, thanks to Asheesh Laroia.
11
12Changes in 0.99.9
13* Minor changes.  Switched to Automake 1.8.
14
15Changes in 0.99.8
16* Minor bugfix release.  Switched to Automake 1.6.
17
18Changes in 0.99.7
19* Fixed a bug that made libcdaudio log more messages than desired to
20  klogd.  Thanks to Matt Kraai.
21
22Changes in 0.99.6
23* BeOS support, thanks to Travis Vitek.
24
25Changes in 0.99.5
26* The art_data[] member from coverart's struct art_data has changed
27  its name: it's now called art_image[].
28
29Changes in 0.99.4
30* cddb_mc_* class of functions finished.
31
32Changes in 0.99.3
33* Bugs fixed
34
35Changes in 0.99.2
36* Internal optimisations
37
38Changes in 0.99.1
39* Cover art support is functional
40
41Changes in 0.99.0-pre1.0.0:
42* The new final interface is here.  Quite a bit has changed: mainly interface
43  problems created through my ignorance
44* Cover art support added
45* cd_advance() rewinding bug fixed
46* cd_poll() added
47* cd_playctl() added
48
49Changes in 0.7.1:
50* Bugs fixed
51* Internal optimizations attempted
52
53Changes in 0.7.0:
54* CD Index support added
55
56Changes in 0.6.3:
57* Interface changed to support future addition of cover art
58
59Changes in 0.6.2:
60* Experimental CDDB submission support added
61* Bugs fixed in detecting data tracks
62* Bugs with the cd_changer_stat function's formatting fixed
63
64Changes in 0.6.1:
65* cddb_read_serverlist now used to obtain the server list
66* Library interface modified significantly to use HTTP CDDB servers
67
68Changes in 0.6.0:
69* HTTP support added
70* Proxy support added
71
72Changes in 0.5.1:
73* cddb_generate_new_entry is out, cddb_generate_unknown_entry is in
74
75Changes in 0.5.0:
76* Massive improvements in portability.  libcdaudio should now compile under
77  Linux, FreeBSD, OpenBSD, and Solaris, with Digital UNIX and others on the way
78* Internal changes.  More refined CDDB interface.  More powerful CDDB functions
79
80Changes in 0.4.6:
81* Fixed endtrack bug in cd_play_track_pos, the root of all the CD playing
82  functions
83* Fixed mount checking for symlinks
84
85Changes in 0.4.5:
86
87* CDDB server list functions added, as well as cddbconfgen, to create cddb.conf
88* changer.c added, containing functions for working with CD-ROM changers
89* CD volume functions changed to structures to allow for surround sound control
90
91Changes in 0.4.4:
92
93* Makefile now generated with automake/autoconf
94* Support for CDDB extended information added (and helpful processors in data.c)
95