From b0f8eab7541c3c6933322ac26fcba5a5e3d9af0a Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 30 Dec 2016 03:06:10 -0600 Subject: [PATCH] NEWS: document -idirafter and GCC env vars late changes --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index b2d3be4..9609187 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ Changes from 1.0.1 to 1.1.0: - provide a libpkgconf.pc file for consumers to use - pkgconf client: new --pure flag to enable dependency graph optimization in --static mode - significant .pc parser speedups using bsearch(3). + - handle -idirafter in the same way as -isystem CFLAGS + - learn toolchain "system" paths from GCC environment variables, if present * Bug fixes: - fragments: fix another edge case involving empty tokens being concatenated onto previous tokens (#99)