chiark / gitweb /
* Redact command name characters outside 33-126.
[chiark-utils.git] / debian / changelog
index 644c9845db8b4716d8c2f827673e741c73d04929..0c12866fb62bdf78e611b26d12f511123ead13ec 100644 (file)
@@ -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 <sys/acct.h>
+
+  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.
 
  --