]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Release 0.03. 0.03
authorSimon Ruderich <simon@ruderich.org>
Sun, 27 May 2012 21:08:18 +0000 (23:08 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 27 May 2012 21:08:18 +0000 (23:08 +0200)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index 92e1e52e7831090e0a111d4486d962e10c921686..74e74f1ae649f653e3973eed87f93123f6ed1627 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,20 @@
 NEWS
 ====
 
 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
 ------------
 
 Version 0.02
 ------------
 
index 666a151d847a6567687bcbd3d5394f97d754706a..712d16cb7d37c7cb24f5ab5d0274304b06b46d7e 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -24,7 +24,7 @@ use warnings;
 use Getopt::Long ();
 use Text::ParseWords ();
 
 use Getopt::Long ();
 use Text::ParseWords ();
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 
 # CONSTANTS/VARIABLES
 
 
 # CONSTANTS/VARIABLES
index 7b88c910329c3fdc4eef04e4b107994c1fcb835d..02c3d3c38206f6144063ddb581c9ed7fb96435eb 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -61,7 +61,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
         $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
 
 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