NEWS: document #165 changes

pull/173/head
William Pitcock 2017-12-21 02:35:48 -06:00
parent a7864d0111
commit 7ba36b5d89
1 changed files with 3 additions and 0 deletions

3
NEWS
View File

@ -26,6 +26,9 @@ Changes from 1.3.7 to 1.4.0:
- 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
- new variables on the pkg-config builtin:
- ${pc_system_includedirs}: the system includedir search path known by pkgconf
- ${pc_system_libdirs}: the system libdir search path known by pkgconf
- new manpages:
- pc(5) describing pkgconf's interpretation of pkg-config .pc files
- pkg.m4(7) describing the autotools macros bundled with pkgconf