From 92f2b4a2e0970c90485b5755294dc75dcd8a1eaf Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 30 Dec 2016 11:14:05 -0600 Subject: [PATCH] NEWS: add entry about path list deduplication --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 9609187..27f2692 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,7 @@ Changes from 1.0.1 to 1.1.0: - 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 + - filter duplicate PKG_CONFIG_PATH (and other) entries by inode * Bug fixes: - fragments: fix another edge case involving empty tokens being concatenated onto previous tokens (#99)