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=e140080a20e39f968e8b17572952a96e0a96c308;hb=1189334836027f0d2d5e08ccca07bdd35910f2a7;hpb=46fa88e7747c8dc5861897e2b5aaeed4c43c4ab7 diff --git a/debian/changelog b/debian/changelog index e140080..0c12866 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +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. --