configure.ac, symm/rijndael*: Use ARMv8 AES instructions where available.
[catacomb] / debian / changelog
index 2890f4c..359ea72 100644 (file)
@@ -1,3 +1,24 @@
+catacomb (2.2.3) experimental; urgency=low
+
+  * rand: Make the main generator resiliant in the face of fork(2).
+  * rand: Introduce `rand_quick', which may also mix in CPU-level
+    randomness sources.
+  * rand: Use higher-resolution timer in the quick-win noise source.
+  * debian: Pick up correct `catacomb-dev' Depends entry from 2.2.1.1
+    which got lost down the side of the sofas.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Mon, 13 Jun 2016 22:22:33 +0100
+
+catacomb (2.2.2) experimental; urgency=low
+
+  * build: Cope with newer Autotools and related equipment.
+  * Miscellaneous small fixes for Cygwin.
+  * catacomb2 (mp_testbit): Fix overread on reading one-bit-past-the-end;
+    particularly, this causes a segfault reading bit zero of a zero-length
+    integer.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 04 Jun 2016 01:12:01 +0100
+
 catacomb (2.2.1.1) experimental; urgency=low
 
   * Arrange that catacomb-dev Depends on correct version of mlib-dev.  It