From 676739c426fc4a09f2654e64e4799dfe3c88dae3 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Tue, 20 Jul 2010 20:19:22 -0700 Subject: Modify version string to post-release version 0.15.13~git --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f22a18ac8..c8f63f4de 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ver 0.15.13 (2010/??/??) + + ver 0.15.12 (2010/07/20) * input: - curl: remove assertion after curl_multi_fdset() -- cgit v1.2.3 From 64dacd175ac7279b4b019c2e653d85007d71efb0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 19 Aug 2010 11:05:24 +0200 Subject: output_thread: fix race condition after CANCEL command Clear the notification before finishing the CANCEL command, so the notify_wait() after that will always wait for the right notification, sent by audio_output_all_cancel(). --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c8f63f4de..566422cfe 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ ver 0.15.13 (2010/??/??) +* output_thread: fix race condition after CANCEL command ver 0.15.12 (2010/07/20) -- cgit v1.2.3 From 4a7abc9d44206296587a9e4302e0e1a273aef6e9 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Wed, 8 Sep 2010 13:19:59 +0200 Subject: Correctly terminate stream_title. This caused random data to be send via icy-server if the played song had no tags. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 566422cfe..310174a1c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ ver 0.15.13 (2010/??/??) * output_thread: fix race condition after CANCEL command +* output: + - httpd: fix random data in stream title ver 0.15.12 (2010/07/20) -- cgit v1.2.3 From 54294366d5fe47aba687fc791967596e31a26864 Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Wed, 22 Sep 2010 22:20:50 +0200 Subject: rewind_input_plugin: Update MIME not only once The assumption that MIME type is set only once is not valid with CURL, as URL redirections may update the MIME type. This fixes bug #3044. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 310174a1c..2b6bb2eb3 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ ver 0.15.13 (2010/??/??) * output_thread: fix race condition after CANCEL command * output: - httpd: fix random data in stream title +* input: + - rewind: update MIME not only once ver 0.15.12 (2010/07/20) -- cgit v1.2.3 From e3f4c7b91cb25cc7d233b64de0e55ef2ab0d179b Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Tue, 28 Sep 2010 12:56:47 +0200 Subject: input/rewind: enable for MMS --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2b6bb2eb3..ff6716a0e 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ ver 0.15.13 (2010/??/??) - httpd: fix random data in stream title * input: - rewind: update MIME not only once + - rewind: enable for MMS ver 0.15.12 (2010/07/20) -- cgit v1.2.3 From 5923cfcde357ca57547884819f508bff7a949620 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 3 Oct 2010 16:22:03 +0200 Subject: output/httpd: MIME type audio/ogg for Ogg Vorbis RFC 5334 10.3 defines the MIME type "audio/ogg". We could use "application/ogg" as well, but we know for sure that we only emit audio data. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ff6716a0e..a0babe955 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ ver 0.15.13 (2010/??/??) * output_thread: fix race condition after CANCEL command * output: - httpd: fix random data in stream title + - httpd: MIME type audio/ogg for Ogg Vorbis * input: - rewind: update MIME not only once - rewind: enable for MMS -- cgit v1.2.3 From b552e9a12077dc73ba7d2aaad7c79a8201efff12 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 10 Oct 2010 09:57:52 -0700 Subject: mpd version 0.15.13 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a0babe955..01fd82d13 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ver 0.15.13 (2010/??/??) +ver 0.15.13 (2010/10/10) * output_thread: fix race condition after CANCEL command * output: - httpd: fix random data in stream title -- cgit v1.2.3