summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-11-06 16:05:22 +0100
committerMax Kellermann <max@musicpd.org>2019-11-06 16:05:22 +0100
commit13ce07d181b1ffa8f73ba9734cbc7d72baaaec91 (patch)
treeec68f0bc9a647838be457c88a89549a648e7cf7e /NEWS
parentd659c7df19d715413bd518b4e2e2b4f550f0a25e (diff)
output/shout: declare metadata as UTF-8
Apparently, Icecast defaults to ISO-8859-1 for MP3: http://icecast.org/docs/icecast-2.4.0/config-file.html#mountsettings This change forces Icecast to UTF-8 without having to configure it in Icecast's configuration file.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6bb77ecf4..5f4b2337f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
ver 0.21.17 (not yet released)
* outputs
- jack: mark ports as terminal
+ - shout: declare metadata as UTF-8
* fix build failure with -Ddatabase=false
ver 0.21.16 (2019/10/16)