aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-11 08:26:16 +0100
committerMax Kellermann <max@duempel.org>2013-11-11 12:27:16 +0100
commit0b6548a2820faaf6c59cda4fbc75ba81e1d6084a (patch)
tree37181843ba2bb620faaaa8acd5aaaaa75e1135cc /NEWS
parentfaf582181649972632ffabb1d9b16aab9e14baa3 (diff)
downloadmpd-0b6548a2820faaf6c59cda4fbc75ba81e1d6084a.tar.gz
mpd-0b6548a2820faaf6c59cda4fbc75ba81e1d6084a.tar.xz
mpd-0b6548a2820faaf6c59cda4fbc75ba81e1d6084a.zip
util/RefCount: no "constexpr" with libc++
Not supported by libc++.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 895d00bf5..c4fa9b8b2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ ver 0.18.4 (not yet released)
* decoder
- dsdiff: fix byte order bug
* fix build failures due to missing includes
+* libc++ compatibility
ver 0.18.3 (2013/11/08)
* fix stuck MPD after song change (0.18.2 regression)