aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8a2f11be6..d0346dac0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+ver 0.17 (2011/??/??)
+* protocol:
+ - support client-to-client communication
+ - "update" and "rescan" need only "CONTROL" permission
+ - new command "seekcur" for simpler seeking within current song
+* input:
+ - cdio_paranoia: new input plugin to play audio CDs
+ - curl: enable CURLOPT_NETRC
+ - curl: non-blocking I/O
+ - soup: new input plugin based on libsoup
+ - ffmpeg: support libavformat 0.7
+* decoder:
+ - mpg123: implement seeking
+ - ffmpeg: drop support for pre-0.5 ffmpeg
+ - ffmpeg: support libavformat 0.7
+ - oggflac: delete this obsolete plugin
+ - dsdiff: new decoder plugin
+* output:
+ - httpd: support for streaming to a DLNA client
+ - openal: improve buffer cancellation
+ - osx: allow user to specify other audio devices
+ - raop: new output plugin
+ - shout: add possibility to set url
+ - roar: new output plugin for RoarAudio
+ - winmm: fail if wrong device specified instead of using default device
+* playlist:
+ - allow references to songs outside the music directory
+* state_file: add option "restore_paused"
+* cue: show CUE track numbers
+* allow port specification in "bind_to_address" settings
+* support floating point samples
+
+
ver 0.16.7 (2011/??/??)
* output:
- httpd: fix excessive buffering