diff options
author | Max Kellermann <max@duempel.org> | 2013-11-04 20:10:46 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-04 20:10:46 +0100 |
commit | bcae86196c44baf198534ecec20dc1b8908992f8 (patch) | |
tree | 604d4cb42088b2f9a0e3874e3da56962d7d8e4f8 /NEWS | |
parent | 7adfea8ca268162f10f9b1e1ec3a3322f14928a0 (diff) | |
download | mpd-bcae86196c44baf198534ecec20dc1b8908992f8.tar.gz mpd-bcae86196c44baf198534ecec20dc1b8908992f8.tar.xz mpd-bcae86196c44baf198534ecec20dc1b8908992f8.zip |
event/ServerSocket: open sockets in the order they were configured
Use a std::list which can be appended at the end.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ ver 0.18.1 (2013/11/??) - always ignore whitespace at the end of the line * networking: - log UNIX domain path names instead of "localhost" + - open listener sockets in the order they were configured * filter: - autoconvert: fix "volume_normalization" with mp3 files * add missing files to source tarball |