From 7cbaf11ddad6f5b464baed80b80e8c9b62f53d55 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 14 Oct 2013 20:54:05 +0200 Subject: load_file --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d59b6ae7f..4ab825be6 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ ver 0.17.6 (not yet released) * mixer: - alsa: fix busy loop when USB sound device gets unplugged +* stored playlists: + - fix loading playlists with references to local files ver 0.17.5 (2013/08/04) * protocol: -- cgit v1.2.3 From ad631d563bbbdb4aef8bcaf7f02d009b1bc5d06f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 14 Oct 2013 21:11:20 +0200 Subject: stored_playlist: use fs_charset_to_utf8() for URLs --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4ab825be6..c1acf0fd9 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ ver 0.17.6 (not yet released) - alsa: fix busy loop when USB sound device gets unplugged * stored playlists: - fix loading playlists with references to local files + - obey filesystem_charset for URLs ver 0.17.5 (2013/08/04) * protocol: -- cgit v1.2.3 From d9c662d51f2f8f7795875ddfb3dcc0f772717267 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Mon, 14 Oct 2013 21:12:47 +0200 Subject: decoder/modplug: fix include directory --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c1acf0fd9..b2cc0d15a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ ver 0.17.6 (not yet released) * mixer: - alsa: fix busy loop when USB sound device gets unplugged +* decoder: + - modplug: fix build with Debian package 1:0.8.8.4-4 * stored playlists: - fix loading playlists with references to local files - obey filesystem_charset for URLs -- cgit v1.2.3 From 681352ac3bc2abe12ebabbf6e4e3258384beb65b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 14 Oct 2013 21:15:55 +0200 Subject: release 0.17.6 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b2cc0d15a..aebf7a35d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ver 0.17.6 (not yet released) +ver 0.17.6 (2013/10/14) * mixer: - alsa: fix busy loop when USB sound device gets unplugged * decoder: -- cgit v1.2.3