X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=NEWS;h=47d3327503e2e18ab1a80314c39ed6e9ef6031ed;hp=206d4494b985df9230e761edc608671719eac283;hb=c00a6af3163584d9bbe5f0742f9ed001c202e564;hpb=47eb461331046250bbe1b2d39f73266a25bb5315 diff --git a/NEWS b/NEWS index 206d449..47d3327 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ NEWS ==== +Version 0.XX +------------ + +- Detect restore of -D_FORTIFY_SOURCE=2 after it was overwritten by + -D_FORTIFY_SOURCE=0 or 1 or -U_FORTIFY_SOURCE; reported by Mike Hommey + (Debian bug #898332). +- Detect overwrite of -fstack-protector options with -fno-stack-protector + (same for -fstack-protector-all and -fstack-protector-strong). + + Version 0.08 ------------