X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=debian%2Fchangelog;h=0c12866fb62bdf78e611b26d12f511123ead13ec;hp=99e599996adf3fc9aee73ac5364569d727b8f6f7;hb=1189334836027f0d2d5e08ccca07bdd35910f2a7;hpb=9800590a7ead7f7f79fd40188c313dc7fdea8d5c diff --git a/debian/changelog b/debian/changelog index 99e5999..0c12866 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,19 @@ chiark-utils (4.4.1) unstable; urgency=low - Portability fixes for acctdump: + Safety and convenience fix: + * Redact command name characters outside 33-126. + + Portability fixes for platforms where we can't build acctdump: * Do not build on platforms with no + Portability fixes for acctdump on kFreeBSD: + * Use different struct acct, and different headers, on different + platforms. + * Tolerate lack of ac_exitcode. + * Tolerate lack of ac_minflt and ac_majflt (and use %lu as is right). + * Tolerate variation in ac_flag field name, and, to an extent, value. + * Print ac_mem and ac_io if available. + -- chiark-utils (4.4.0) unstable; urgency=low