build: Add uri.h to distribution.
[libmpdclient.git] / NEWS
blobc7a3efc7d0863a055d4c347e10a61f14b1b4739a
1 libmpdclient 2.3 (2010/??/??)
2 * get default timeout from environment variable MPD_TIMEOUT
3 * fix assertion failures on malformed URI
4 * song: support attribute "Range"
6 libmpdclient 2.2 (2010/04/25)
7 * MixRamp support
8 * fix the LIBMPDCLIENT_CHECK_VERSION() macro
10 libmpdclient 2.1 (2009/12/06)
11 * status: added mpd_status_get_elapsed_ms()
12 * sticker: added sticker support
13 * song: copy last_modified value in mpd_song_dup()
14 * socket, async: use WSAGetLastError() instead of errno on WIN32
15 * socket: connect in non-blocking mode
16 * socket: set the close-on-exec flag
17 * tag: support C++
18 * sync: optimistic write, reduce select() calls
19 * Makefile.am: use --version-script only with GNU ld
20 * added library version compile-time checks
22 libmpdclient 2.0 (2009/10/03)
23 * complete rewrite and API redesign
24 * shared library with a documented stable API
25 * asynchronous API
26 * too many minor changes to list here
28 libmpdclient 0.13 (2007/05/28)
29 libmpdclient 0.12.1 (2007/03/21)
30 libmpdclient 0.12 (2006/09/22)
31 libmpdclient 0.11.1 (2004/06/18)
32 libmpdclient 0.11 (2004/06/17)
33 libmpdclient 0.10 (2004/03/03)
34 * these versions were never actually released; its sources were copied
35   into the C/C++ clients