release v0.18

This commit is contained in:
Max Kellermann 2013-10-31 00:09:19 +01:00
parent 9513c1a8d6
commit 8ccd8a008d
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@ -1,4 +1,4 @@
ver 0.18 (2012/??/??) ver 0.18 (2013/10/31)
* configuration: * configuration:
- allow tilde paths for socket - allow tilde paths for socket
- default filesystem charset is UTF-8 instead of ISO-8859-1 - default filesystem charset is UTF-8 instead of ISO-8859-1
@ -39,6 +39,7 @@ ver 0.18 (2012/??/??)
* improved decoder/output error reporting * improved decoder/output error reporting
* eliminate timer wakeup on idle MPD * eliminate timer wakeup on idle MPD
* fix unresponsive MPD while waiting for stream * fix unresponsive MPD while waiting for stream
* port of the source code to C++11
ver 0.17.6 (2013/10/14) ver 0.17.6 (2013/10/14)
* mixer: * mixer:

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT(mpd, 0.18~git, musicpd-dev-team@lists.sourceforge.net) AC_INIT(mpd, 0.18, musicpd-dev-team@lists.sourceforge.net)
VERSION_MAJOR=0 VERSION_MAJOR=0
VERSION_MINOR=18 VERSION_MINOR=18