Bump version 0.14.99
[libmpd.git] / ChangeLog
blob1b27114fd2c02357119521e1219d153bdf9e46f8
1 24-02-2007 Qball <Qball@Sarine.nl>
2         * configure.ac: Bump version to 0.13.1 because of api change
3         * src/libmpd-playlist.c: Add support for server side search.
5 23-02-2007 Qball <Qball@sarine.nl>
6         * src/libmpd.c: Make debug message a bit less retarted.
8 26-01-2007 Qball <Qball@sarine.nl>
9         * src/libmpd-strfsong.c: Add performer to strfsong
11 01-01-2007 Qball <qball@sarine.nl>
12         * src/libmpdclient.c:   Adding performer tag
13         * src/libmpdclient.h:   Adding performer tag
15 06-03-2006 Jelmer Vernooij <jelmer@samba.org>
16         * Fixed IPv6 support
18 29-10-2005 Qball <Qball@qballcow.nl>
19         * Fixed signal bitmasks... they where overlapping....
20         * Fixed signal being called if nothing changed
21 27-10-2005 Qball <Qball@qballcow.nl>
22         * Adding DJWLindenaar signal patch
23         * first splitting of parts in to seperate C and header files
24         * missing mpd_status_update function added to header file
26 24-10-2005 Qball <Qball@qballcow.nl>
27         * Added avuton's libmpdclient patch
29 07-10-2005 Qball <Qball@qballcow.nl>
30         * Added win32 patch. 
31         * Added fix for possible memory in mpd_plyalist_find
32         * Changed mpd_free_data_ob to mpd_data_Free
33 07-08-2005 Qball <Qball@qballcow.nl>
34         * src/libmpd.c: Replaced all printf with debug_printf
35 06-08-2005 Qball <Qball@qballcow.nl>
36         * src/libmpd.c: mpd_ob_playlist_clear: added mi->sonid  = -1. This is
37         needed to detect song change when doing clear (on 1 song) and directly
38         add a song.
39         * autogen.sh:   added libtoolize
40 31-07-2005 Qball <Qball@qballcow.nl>
41         * src/libmpd.c:         Changed some printf to debug_printf
43 29-07-2005 Qball <Qball@qballcow.nl>
44         * Initial import