]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - NEWS
fix false positive with `gcc -v`
[blhc/blhc.git] / NEWS
1 NEWS
2 ====
3
4 Version 0.XX
5 ------------
6
7 - Sync architecture specific hardening support with dpkg 1.18.2.
8 - Fix false positive in "libtool: link: g++ -include test.h .." (Debian Bug
9   #784959), reported by Raphaël Hertzog.
10 - Fix false positive with `gcc -v` (Debian Bug #765756), reported by Andreas
11   Beckmann.
12
13
14 Version 0.05
15 ------------
16
17 - Fix false positive in configure output if $CC contains options (Debian bug
18   #710135), reported by Bastien Roucariès.
19 - Handle another case of Qt's `moc` (Debian bug #710780), reported by Felix
20   Geyer.
21 - Fix detection of build dependencies for buildd logs (Debian bug #719656),
22   reported by Nicolas Boulenguez.
23 - Fix buildd architecture detection. Only relevant if the chroot setup fails
24   and dpkg-buildpackage is never run; therefore a minor issue.
25 - Fix false positive when "compiling" python files (Debian bugs #714630 and
26   #753080), reported by Matthias Klose, patch by James McCoy.
27 - Don't check for hardening flags in non-verbose compiler commands spanning
28   multiple lines.
29 - Better handling of libtool commands (Debug bug #717598), reported by Stefan
30   Fritsch.
31
32 - Sync architecture specific hardening support with dpkg 1.17.13.
33 - Check for -fstack-protector-strong on supported platforms (since dpkg
34   1.17.11) (Debian bug #757885), reported by Markus Koschany.
35 - Consider lines with -O0 or -Og debug builds and disable checks for -O2
36   (Debian bug #714628), reported by Matthias Klose. Also don't check for
37   fortification in those lines as it requires optimization (Debian bug
38   #757683), also reported by Matthias Klose.
39
40
41 Version 0.04
42 ------------
43
44 - Fix many false positives, this includes compiled header files, lines with
45   only CC=gcc but no other compiler commands and `moc-qt4`/`moc-qt5` commands.
46 - Accept -Wformat=2 because it implies -Wformat.
47 - Accept --param ssp-buffer-size=4 (space instead of equals sign).
48 - Fix build dependency related checks (Ada, hardening-wrapper) for pbuilder
49   build logs.
50 - Fix architecture detection in old buildd build logs which use an additional
51   "is" in the "dpkg-buildpackage: host architecture" field.
52
53 - Updated output in buildd mode.
54 - Only return non-zero exit codes for errors in buildd mode, not for warnings.
55 - Minor performance improvements.
56 - Support for Ada files.
57
58
59 Version 0.03
60 ------------
61
62 - Fix --ignore-flag with -fPIE.
63 - Detect overwrite of -D_FORTIFY_SOURCE=2 with -D_FORTIFY_SOURCE=0 or 1 or
64   -U_FORTIFY_SOURCE.
65
66 - Add --ignore-arch-flag and --ignore-arch-line options to ignore flags and
67   lines on certain architectures only.
68 - Buildd tags "no-compiler-commands" and "invalid-cmake-used" are now
69   information ('I-') instead of warning ('W-').
70 - Ignore false positives when using moc-qt4.
71
72
73 Version 0.02
74 ------------
75
76 - Fix --version, --help.
77
78 - Remove -Wformat-security from expected CFLAGS because it's already implied
79   by -Werror=format-security (removed in dpkg-dev >= 1.16.3).
80
81
82 Version 0.01
83 ------------
84
85 - Initial release.
86
87 // vim: ft=asciidoc