diff --git a/NEWS b/NEWS index bf745ac..cb8b897 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ Changes from previous version of pkgconf ======================================== +Changes from 1.3.5 to 1.3.6: +---------------------------- + +* Enhancements: + - add many cflags to the protected set: -Wa, -Wl, -Wp, -ansi, -std=, -stdlib=, + -pedantic, -pthread, -trigraphs, -nostdinc, -nostdlibinc, -nobuiltininc. + +* Bug fixes: + - handle -include cflag fragments properly. + Changes from 1.3.4 to 1.3.5: ----------------------------