From 4fea62b08e2e27bf8e83d1d15855ef6ef9f01ad2 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 11 Dec 2017 18:45:10 -0600 Subject: [PATCH] NEWS: update --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dcc80fe..ca1ad52 100644 --- a/NEWS +++ b/NEWS @@ -17,10 +17,11 @@ Changes from 1.3.7 to 1.4.0: - 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 + - improved compiler warning flag detection on autoconf and CMake - removed PKGCONF_BUFSIZE allocations from the stack where possible - allow for customizing the way fragment lists are rendered using a callback API - new support for --msvc-syntax output using the new fragment rendering callbacks + - fragments are now quoted according to POSIX literal rules * Bug fixes: - fix pkgconf_pkg_t.id generation on native Windows where either \ or / are usable