From 462bba8e2ffc46ec5c3daf4bb0c174a8d72ae1c3 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sat, 6 Nov 2010 14:42:03 -0700 Subject: Modify version string to post-release version 0.15.15~git --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0c8e03d88..db85d23fc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ver 0.15.15 (2010/??/??) + + ver 0.15.14 (2010/11/06) * player_thread: fix assertion failure due to wrong music pipe on seek * output_thread: fix assertion failure due to race condition in OPEN -- cgit v1.2.3 From ad52eb236d8746dffce0a5b07bf58a62bf0835d8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 8 Nov 2010 10:37:09 +0100 Subject: input/rewind: fix assertion failure The assertion added in MPD 0.15.14 was too much, it failed when the MIME type of a stream was NULL. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index db85d23fc..1c7d4dc1e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.15.15 (2010/??/??) +* input: + - rewind: fix assertion failure ver 0.15.14 (2010/11/06) -- cgit v1.2.3 From cc1debc94893690b9bc951391be0e69977657be6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 8 Nov 2010 18:46:14 +0100 Subject: output/shout: artist comes first in stream title After popular demand, I've switched the order of "artist" and "title" in the stream title. There is no standard, and there is no reliable way to parse those from the stream title. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1c7d4dc1e..7068149c6 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ ver 0.15.15 (2010/??/??) * input: - rewind: fix assertion failure +* output: + - shout: artist comes first in stream title ver 0.15.14 (2010/11/06) -- cgit v1.2.3 From 23cd8a74bef28003514e1a3ce2b29126f96a0513 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 8 Nov 2010 18:48:28 +0100 Subject: mpd version 0.15.15 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7068149c6..82bf7ae3b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ver 0.15.15 (2010/??/??) +ver 0.15.15 (2010/11/08) * input: - rewind: fix assertion failure * output: -- cgit v1.2.3