diff options
author | Max Kellermann <max@duempel.org> | 2009-11-05 23:47:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-05 23:47:29 +0100 |
commit | 945287358b6e935d994a3411da097aba107e592d (patch) | |
tree | 1eceabefd56eec9fb62007493a170da83184f3b4 /NEWS | |
parent | 979cd5a7684ae6089abb1b6280539fe563a783fb (diff) | |
download | mpd-945287358b6e935d994a3411da097aba107e592d.tar.gz mpd-945287358b6e935d994a3411da097aba107e592d.tar.xz mpd-945287358b6e935d994a3411da097aba107e592d.zip |
output/httpd: bind port when output is enabled
Implement the methods enable() and disable(). Bind the HTTP port in
the enable() method, but reject all incoming connections until the
output is opened.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,6 +28,7 @@ ver 0.16 (20??/??/??) - twolame: new encoder plugin based on libtwolame * output: - recorder: new output plugin for recording radio streams + - alsa: don't recover on CANCEL - openal: new output plugin - pulse: announce "media.role=music" - pulse: renamed context to "Music Player Daemon" @@ -38,8 +39,8 @@ ver 0.16 (20??/??/??) - jack: added option "client_name" - jack: clear ring buffers before activating - jack: support mono input + - httpd: bind port when output is enabled - wildcards allowed in audio_format configuration - - alsa: don't recover on CANCEL - consistently lock audio output objects * mixers: - removed support for legacy mixer configuration |