]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - NEWS
Fix detection of build dependencies for buildd logs.
[blhc/blhc.git] / NEWS
1 NEWS
2 ====
3
4 Version 0.XX
5 ------------
6
7 - Fix false positive in configure output if $CC contains options (Debian bug
8   #710135), reported by Bastien Roucariès.
9 - Handle another case of Qt's `moc` (Debian bug #710780), reported by Felix
10   Geyer.
11 - Fix detection of build dependencies for buildd logs (Debian bug #719656),
12   reported by Nicolas Boulenguez.
13
14 - Sync architecture specific hardening support with dpkg 1.17.1.
15
16
17 Version 0.04
18 ------------
19
20 - Fix many false positives, this includes compiled header files, lines with
21   only CC=gcc but no other compiler commands and `moc-qt4`/`moc-qt5` commands.
22 - Accept -Wformat=2 because it implies -Wformat.
23 - Accept --param ssp-buffer-size=4 (space instead of equals sign).
24 - Fix build dependency related checks (Ada, hardening-wrapper) for pbuilder
25   build logs.
26 - Fix architecture detection in old buildd build logs which use an additional
27   "is" in the "dpkg-buildpackage: host architecture" field.
28
29 - Updated output in buildd mode.
30 - Only return non-zero exit codes for errors in buildd mode, not for warnings.
31 - Minor performance improvements.
32 - Support for Ada files.
33
34
35 Version 0.03
36 ------------
37
38 - Fix --ignore-flag with -fPIE.
39 - Detect overwrite of -D_FORTIFY_SOURCE=2 with -D_FORTIFY_SOURCE=0 or 1 or
40   -U_FORTIFY_SOURCE.
41
42 - Add --ignore-arch-flag and --ignore-arch-line options to ignore flags and
43   lines on certain architectures only.
44 - Buildd tags "no-compiler-commands" and "invalid-cmake-used" are now
45   information ('I-') instead of warning ('W-').
46 - Ignore false positives when using moc-qt4.
47
48
49 Version 0.02
50 ------------
51
52 - Fix --version, --help.
53
54 - Remove -Wformat-security from expected CFLAGS because it's already implied
55   by -Werror=format-security (removed in dpkg-dev >= 1.16.3).
56
57
58 Version 0.01
59 ------------
60
61 - Initial release.
62
63 // vim: ft=asciidoc