[Database::Update] Fix API breakage on MPD side.
[libmpd.git] / ChangeLog
blob11371fa784b6b24a0db9c5118e18184a8955ca48
1 29-11-2007 Qball <Qball@Sarine.nl>
2         * libmpd.pc.in:                 Add Dependency on glib-2.0
4 28-11-2007 Qball <Qball@Sarine.nl>
5         * src/debug_printf.c:   Only print date stamp on linux, win32 has no
6         localtime_r.
8 28-11-2007 Qball <Qball@Sarine.nl>
9         **Backloggin**  Yes I should not forget changelog. not everybody reads
10         git/svn log.
11         * Add server side search
12         * Add Glib dependency and use slice allocater in linked list
13         * Remove Pooled link list.
14         * Add Stat search.
15         * Playlist editing functionality.
16         * Add support for urlhandlers and tag_types.
17         * Support exposing mpd errors.  (f.e. failed to open audio device).
18         * Don't give disconnect signal when connecting fails. only when actual
19         going from connect to disconnect.
20         * Playback Queue support. 
21         * Remove sorting, as it's done better in gmpc.
22         * Playlist change where size stays the same, give song_change signal
23         (needed for streams that change metadata).
24         * Removal of token based functions.
25         * Redirecting of debug output to a FILE *
27 24-02-2007 Qball <Qball@Sarine.nl>
28         * configure.ac: Bump version to 0.13.1 because of api change
29         * src/libmpd-playlist.c: Add support for server side search.
31 23-02-2007 Qball <Qball@sarine.nl>
32         * src/libmpd.c: Make debug message a bit less retarted.
34 26-01-2007 Qball <Qball@sarine.nl>
35         * src/libmpd-strfsong.c: Add performer to strfsong
37 01-01-2007 Qball <qball@sarine.nl>
38         * src/libmpdclient.c:   Adding performer tag
39         * src/libmpdclient.h:   Adding performer tag
41 06-03-2006 Jelmer Vernooij <jelmer@samba.org>
42         * Fixed IPv6 support
44 29-10-2005 Qball <Qball@qballcow.nl>
45         * Fixed signal bitmasks... they where overlapping....
46         * Fixed signal being called if nothing changed
47 27-10-2005 Qball <Qball@qballcow.nl>
48         * Adding DJWLindenaar signal patch
49         * first splitting of parts in to seperate C and header files
50         * missing mpd_status_update function added to header file
52 24-10-2005 Qball <Qball@qballcow.nl>
53         * Added avuton's libmpdclient patch
55 07-10-2005 Qball <Qball@qballcow.nl>
56         * Added win32 patch. 
57         * Added fix for possible memory in mpd_plyalist_find
58         * Changed mpd_free_data_ob to mpd_data_Free
59 07-08-2005 Qball <Qball@qballcow.nl>
60         * src/libmpd.c: Replaced all printf with debug_printf
61 06-08-2005 Qball <Qball@qballcow.nl>
62         * src/libmpd.c: mpd_ob_playlist_clear: added mi->sonid  = -1. This is
63         needed to detect song change when doing clear (on 1 song) and directly
64         add a song.
65         * autogen.sh:   added libtoolize
66 31-07-2005 Qball <Qball@qballcow.nl>
67         * src/libmpd.c:         Changed some printf to debug_printf
69 29-07-2005 Qball <Qball@qballcow.nl>
70         * Initial import