diff options
author | Max Kellermann <max@duempel.org> | 2013-11-04 23:36:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-04 23:36:02 +0100 |
commit | 7bca61f5bbacfdf19c9e143f3829aa157d22e003 (patch) | |
tree | 1094473c2087382f059b65878fd548307ab9eacf /NEWS | |
parent | ecf12a60e8f82df59b1cf1fcbab1609fb2dfd7f4 (diff) | |
download | mpd-7bca61f5bbacfdf19c9e143f3829aa157d22e003.tar.gz mpd-7bca61f5bbacfdf19c9e143f3829aa157d22e003.tar.xz mpd-7bca61f5bbacfdf19c9e143f3829aa157d22e003.zip |
event/ServerSocket: don't abort if IPv6 is not available
First check if an IPv6 socket can be created.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ ver 0.18.1 (2013/11/??) * networking: - log UNIX domain path names instead of "localhost" - open listener sockets in the order they were configured + - don't abort if IPv6 is not available * filter: - autoconvert: fix "volume_normalization" with mp3 files * add missing files to source tarball |