mpd version 0.17
This commit is contained in:
parent
baa77c8ae3
commit
6bfd1f1727
8
NEWS
8
NEWS
|
@ -1,4 +1,4 @@
|
||||||
ver 0.17 (2011/??/??)
|
ver 0.17 (2012/06/27)
|
||||||
* protocol:
|
* protocol:
|
||||||
- support client-to-client communication
|
- support client-to-client communication
|
||||||
- "update" and "rescan" need only "CONTROL" permission
|
- "update" and "rescan" need only "CONTROL" permission
|
||||||
|
@ -17,6 +17,7 @@ ver 0.17 (2011/??/??)
|
||||||
* decoder:
|
* decoder:
|
||||||
- mpg123: implement seeking
|
- mpg123: implement seeking
|
||||||
- ffmpeg: drop support for pre-0.5 ffmpeg
|
- ffmpeg: drop support for pre-0.5 ffmpeg
|
||||||
|
- ffmpeg: support WebM
|
||||||
- oggflac: delete this obsolete plugin
|
- oggflac: delete this obsolete plugin
|
||||||
- dsdiff: new decoder plugin
|
- dsdiff: new decoder plugin
|
||||||
* output:
|
* output:
|
||||||
|
@ -39,11 +40,6 @@ ver 0.17 (2011/??/??)
|
||||||
* allow port specification in "bind_to_address" settings
|
* allow port specification in "bind_to_address" settings
|
||||||
* support floating point samples
|
* support floating point samples
|
||||||
* systemd socket activation
|
* systemd socket activation
|
||||||
|
|
||||||
|
|
||||||
ver 0.16.9 (2012/??/??)
|
|
||||||
* decoder:
|
|
||||||
- ffmpeg: support WebM
|
|
||||||
* improve --version output
|
* improve --version output
|
||||||
* WIN32: fix renaming of stored playlists with non-ASCII names
|
* WIN32: fix renaming of stored playlists with non-ASCII names
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
|
|
||||||
AC_INIT(mpd, 0.17~git, musicpd-dev-team@lists.sourceforge.net)
|
AC_INIT(mpd, 0.17, musicpd-dev-team@lists.sourceforge.net)
|
||||||
|
|
||||||
VERSION_MAJOR=0
|
VERSION_MAJOR=0
|
||||||
VERSION_MINOR=17
|
VERSION_MINOR=17
|
||||||
|
|
Loading…
Reference in New Issue