From fc5e33a3cb525cfcf6aa3a9d10c9ae8a29f57d5b Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 7 Dec 2017 15:22:05 -0600 Subject: [PATCH] add 1.4 stuff so far to NEWS --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 3f7a159..0232d6e 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,15 @@ Changes from 1.3.7 to 1.4.0: usage pattern. - do not mention PKG_CONFIG_SKIP_CONFLICTS environmental variable when simplified errors are requested, as with PKG_CONFIG_PATH. + - the dependency solver now stores solutions to dependency graph elements + it visits, allowing for the dependency graph to be incrementally solved. + this improves dependency solving time by an order of magnitude in most + cases. + - new --env option allows for exporting cflags/libs fragments as export + variables + - new support for building pkgconf with CMake and Meson + - improve compiler warning flag detection + - removed PKGCONF_BUFSIZE allocations from the stack where possible * Bug fixes: - fix pkgconf_pkg_t.id generation on native Windows where either \ or / are usable