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