From: Simon Ruderich Date: Sun, 27 May 2012 21:08:18 +0000 (+0200) Subject: Release 0.03. X-Git-Tag: 0.03^0 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=3feff7d79bac4bdf991e8fbcd672c5156f12c019;hp=d8241af33b38ea15eee60caebba0f931c80061be Release 0.03. --- diff --git a/NEWS b/NEWS index 92e1e52..74e74f1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,20 @@ NEWS ==== +Version 0.03 +------------ + +- Fix --ignore-flag with -fPIE. +- Detect overwrite of -D_FORTIFY_SOURCE=2 with -D_FORTIFY_SOURCE=0 or 1 or + -U_FORTIFY_SOURCE. + +- Add --ignore-arch-flag and --ignore-arch-line options to ignore flags and + lines on certain architectures only. +- Buildd tags "no-compiler-commands" and "invalid-cmake-used" are now + information ('I-') instead of warning ('W-'). +- Ignore false positives when using moc-qt4. + + Version 0.02 ------------ diff --git a/bin/blhc b/bin/blhc index 666a151..712d16c 100755 --- a/bin/blhc +++ b/bin/blhc @@ -24,7 +24,7 @@ use warnings; use Getopt::Long (); use Text::ParseWords (); -our $VERSION = '0.02'; +our $VERSION = '0.03'; # CONSTANTS/VARIABLES diff --git a/t/tests.t b/t/tests.t index 7b88c91..02c3d3c 100644 --- a/t/tests.t +++ b/t/tests.t @@ -61,7 +61,7 @@ is_blhc '', '', 2, $usage; is_blhc '', '--version', 0, - 'blhc 0.02 Copyright (C) 2012 Simon Ruderich + 'blhc 0.03 Copyright (C) 2012 Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by