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