forked from ariadne/pkgconf
NEWS: document -idirafter and GCC env vars late changes
parent
ad1e414dee
commit
b0f8eab754
2
NEWS
2
NEWS
|
@ -14,6 +14,8 @@ Changes from 1.0.1 to 1.1.0:
|
||||||
- provide a libpkgconf.pc file for consumers to use
|
- provide a libpkgconf.pc file for consumers to use
|
||||||
- pkgconf client: new --pure flag to enable dependency graph optimization in --static mode
|
- pkgconf client: new --pure flag to enable dependency graph optimization in --static mode
|
||||||
- significant .pc parser speedups using bsearch(3).
|
- 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:
|
* Bug fixes:
|
||||||
- fragments: fix another edge case involving empty tokens being concatenated onto previous tokens (#99)
|
- fragments: fix another edge case involving empty tokens being concatenated onto previous tokens (#99)
|
||||||
|
|
Loading…
Reference in New Issue