NEWS: update

pull/164/head
William Pitcock 2017-12-11 18:45:10 -06:00
parent 278a2bd667
commit 4fea62b08e
1 changed files with 2 additions and 1 deletions

3
NEWS
View File

@ -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