summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-11-04 11:54:40 +0100
committerMax Kellermann <max@musicpd.org>2018-11-04 11:54:40 +0100
commite3bc85d7bfde1452e1ed103d2367fe76769fc366 (patch)
treeb53154854ea97992235bc43822a0047d3867ee2a /NEWS
parent6f242836e6ea5f9de303d4b0a0622d06580ea310 (diff)
meson.build: require Meson 0.47.2
Meson 0.47.1 suffers from a bug which breaks linking the MPD executable because the `-lpthread` flag is not propagated from our `thread.a`. See https://github.com/mesonbuild/meson/pull/3895 Closes #403
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b6161eb57..cb584b220 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ ver 0.21.1 (not yet released)
* fix build failure on Linux-PowerPC
* fix build failure on FreeBSD
* eliminate DLL dependencies on Windows
+* require Meson 0.47.2 because a Meson 0.47.1 bug breaks our build
ver 0.21 (2018/10/31)
* configuration