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