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