chiark / gitweb /
Release 2.3.0.
[catacomb] / debian / changelog
index 8890ce8de812af62b723554250875941cd471398..a65e5d85b1cd8e9e52a4c04c9a7f89e0be7e6c87 100644 (file)
@@ -1,3 +1,23 @@
+catacomb (2.3.0) experimental; urgency=low
+
+  * catacomb2: Use the correct Oakley 2048 group.  For a long time, this
+    was a duplicate of the Oakley 1536 group.  There's a compatibility
+    break here, but it's for the best.
+  * catacomb2: Include `.note.GNU-stack' sections in the assembler code,
+    so that the process stack doesn't get marked executable.
+  * catacomb2: New SSE2-based multipliers for i386 and AMD64.
+  * catacomb2: Lots of other improvements to the assembler code.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Mon, 03 Apr 2017 10:24:17 +0100
+
+catacomb (2.2.5) experimental; urgency=low
+
+  * catacomb2 (ARM AES): Fix crash from `rijndael*_init' when key material
+    is unaligned.
+  * build: Use less obsolete macro names in configure script.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Tue, 12 Jul 2016 10:27:05 +0100
+
 catacomb (2.2.4) experimental; urgency=low
 
   * build: Fix build failures on post-wheezy Debian versions.