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