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