descriptors. Printing the context where the file descriptor was
originally opened and where it was previously closed.
+* --track-fds=yes also produces "real" errors now which can be
+ suppressed and work with --error-exitcode. When combined with
+ --xml the xml-output now also includes FdBadClose and FdNotClosed
+ error kinds (see docs/internals/xml-output-protocol5.txt).
+
* The option --show-error-list=no|yes now accepts a new value all.
This indicates to also print the suppressed errors.
This is useful to analyse which errors are suppressed by which
* ================== PLATFORM CHANGES =================
-Added ARM64 support for FreeBSD.
+* Added ARM64 support for FreeBSD.
* ==================== TOOL CHANGES ===================
+* The none tool now also supports xml output.
+
* ==================== FIXED BUGS ====================
The following bugs have been fixed or resolved. Note that "n-i-bz"
where XXXXXX is the bug number as listed above.
(3.23.0.RC1: 19 Apr 2024)
+(3.23.0.RC2: 24 Apr 2024)
Release 3.22.0 (31 Oct 2023)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
m4_define([v_major_ver], [3])
m4_define([v_minor_ver], [23])
m4_define([v_micro_ver], [0])
-m4_define([v_suffix_ver], [RC1])
-m4_define([v_rel_date], ["19 Apr 2024"])
+m4_define([v_suffix_ver], [RC2])
+m4_define([v_rel_date], ["24 Apr 2024"])
m4_define([v_version],
m4_if(v_suffix_ver, [],
[v_major_ver.v_minor_ver.v_micro_ver],