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