From 443516cdda2cf6ba5f1e98546ab22ff2523da243 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 27 Nov 2013 08:24:54 +0100 Subject: configure.ac: prepare for 0.18.6 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9301f1dcc..b48badb56 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.18.6 (not yet released) + ver 0.18.5 (2013/11/23) * configuration - fix crash when db_file is configured without music_directory -- cgit v1.2.3 From 3b0fea5fae8ce52d2d4aa9ae7accc1f7f33592e1 Mon Sep 17 00:00:00 2001 From: Gaetan Bisson Date: Wed, 27 Nov 2013 08:24:34 +0100 Subject: input/cdio_paranoia: support libcdio-paranoia 0.90 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b48badb56..91803bd8a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.18.6 (not yet released) +* input + - cdio_paranoia: support libcdio-paranoia 0.90 ver 0.18.5 (2013/11/23) * configuration -- cgit v1.2.3 From 02e8da6c98e3f7ea67702dffe1dd2bea57d8389b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Dec 2013 19:19:27 +0100 Subject: NEWS: add openal line --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 91803bd8a..300404690 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ ver 0.18.6 (not yet released) * input - cdio_paranoia: support libcdio-paranoia 0.90 +* output + - openal: fix build failure on Mac OS X ver 0.18.5 (2013/11/23) * configuration -- cgit v1.2.3 From 695ca292742a1d09d9bf9c56cea50ac954383914 Mon Sep 17 00:00:00 2001 From: Lukas Stabe Date: Tue, 10 Dec 2013 19:16:37 +0100 Subject: output/osx: fix build failure --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 300404690..3f1fbb269 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ ver 0.18.6 (not yet released) - cdio_paranoia: support libcdio-paranoia 0.90 * output - openal: fix build failure on Mac OS X + - osx: fix build failure ver 0.18.5 (2013/11/23) * configuration -- cgit v1.2.3 From 96fa69ff6b0a07602533b5280c6cfc39571b2552 Mon Sep 17 00:00:00 2001 From: mobidyc Date: Tue, 10 Dec 2013 19:34:35 +0100 Subject: SongUpdate: accept files without metadata If the file was recognized by a decoder plugin, accept it - don't require metadata. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3f1fbb269..cf886eda4 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ ver 0.18.6 (not yet released) * output - openal: fix build failure on Mac OS X - osx: fix build failure +* accept files without metadata ver 0.18.5 (2013/11/23) * configuration -- cgit v1.2.3 From 8e38b4f83c98ae61e9f843c3d770dcbac699c98c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 13 Dec 2013 14:35:36 +0100 Subject: mixer/alsa: use BlockingCall() instead of EventLoop::AddCall() This is safer, and works without epoll(). Fixes a build failure with uClibc, which does not support epoll(). --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index cf886eda4..f789af2b1 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ ver 0.18.6 (not yet released) * output - openal: fix build failure on Mac OS X - osx: fix build failure +* mixer + - alsa: fix build failure with uClibc * accept files without metadata ver 0.18.5 (2013/11/23) -- cgit v1.2.3