From ab8df57205e3f10a2a5bd9e0a7bc79338a9465c0 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 10 May 2018 13:41:47 -0500 Subject: [PATCH] NEWS: mention progress on #166 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index c29a147..461c128 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,10 @@ Changes from 1.4.2 to 1.5.0: - pkgconf now supports the proposed Requires.internal pkg-config extension, by merging it with the Requires.private list (there is no functional difference between the two in our resolver implementation) + - Support for cross-compilation personalities have been added. To make use of this + functionality, create a file in the new personality.d directory that sits inside + the pkgconfig directory. The personality file format is described in + pc-personality(5). (#166) - Support for Haiku has been added, including interpretation of BELIBRARIES and other toolchain specifics. (#180) - Testsuite support can be disabled when building with Meson. (#175)