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