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=644c9845db8b4716d8c2f827673e741c73d04929;hb=1189334836027f0d2d5e08ccca07bdd35910f2a7;hpb=51b1ba5e732a7d7245ed567004e88d36acc01c32 diff --git a/debian/changelog b/debian/changelog index 644c984..0c12866 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,18 @@ 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. --