-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
74 lines (56 loc) · 2.32 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Changes in 1.0.0
* Windows support
* Basic rewrite of the CDDB code, adding full support for data submission through both SMTP and HTTP
* Changes to internal memory management (no more fixed size arrays for CD info; may address this bug)
* Removed CDindex support and CD changer support
* General bug fixes, code reorganization, and simplification
* Addition of test applications to exercise the CD player and CDDB capability (including SMTP and HTTP emulators for testing CDDB submission support)
Changes in 0.99.4
* cddb_mc_* class of functions finished.
Changes in 0.99.3
* Bugs fixed
Changes in 0.99.2
* Internal optomisations
Changes in 0.99.1
* Cover art support is functional
Changes in 0.99.0-pre1.0.0:
* The new final interface is here. Quite a bit has changed: mainly interface
problems created through my ignorance
* Cover art support added
* cd_advance() rewinding bug fixed
* cd_poll() added
* cd_playctl() added
Changes in 0.7.1:
* Bugs fixed
* Internal optomizations attempted
Changes in 0.7.0:
* CD Index support added
Changes in 0.6.3:
* Interface changed to support future addition of cover art
Changes in 0.6.2:
* Experimental CDDB submission support added
* Bugs fixed in detecting data tracks
* Bugs with the cd_changer_stat function's formatting fixed
Changes in 0.6.1:
* cddb_read_serverlist now used to obtain the server list
* Library interface modified significantly to use HTTP CDDB servers
Changes in 0.6.0:
* HTTP support added
* Proxy support added
Changes in 0.5.1:
* cddb_generate_new_entry is out, cddb_generate_unknown_entry is in
Changes in 0.5.0:
* Massive improvements in portability. libcdaudio should now compile under
Linux, FreeBSD, OpenBSD, and Solaris, with Digital UNIX and others on the way
* Internal changes. More refined CDDB interface. More powerful CDDB functions
Changes in 0.4.6:
* Fixed endtrack bug in cd_play_track_pos, the root of all the CD playing
functions
* Fixed mount checking for symlinks
Changes in 0.4.5:
* CDDB server list functions added, as well as cddbconfgen, to create cddb.conf
* changer.c added, containing functions for working with CD-ROM changers
* CD volume functions changed to structures to allow for surround sound control
Changes in 0.4.4:
* Makefile now generated with automake/autoconf
* Support for CDDB extended information added (and helpful processors in data.c)