chiark / gitweb /
Improve debian/changelog
[chiark-utils.git] / debian / changelog
index 9350f09d4c61d5ef2d07c678150be3324f22bcec..6e6babf7ce77c5f15f2fda7c4665c74d839f986e 100644 (file)
@@ -1,10 +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.
 
  --