chiark / gitweb /
Improve debian/changelog
[chiark-utils.git] / debian / changelog
index 58d6224b69853da079cee517e36b4cbfca0633c2..6e6babf7ce77c5f15f2fda7c4665c74d839f986e 100644 (file)
@@ -1,12 +1,15 @@
 chiark-utils (4.4.1) unstable; urgency=low
 
-  Portability fixes for acctdump:
+  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.
 
  --