chiark / gitweb /
Release 2.3.0.
[catacomb] / debian / changelog
index 359ea72fd7fa090e055d6be496b81bb7db97d5a8..a65e5d85b1cd8e9e52a4c04c9a7f89e0be7e6c87 100644 (file)
@@ -1,3 +1,39 @@
+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.
+  * catacomb2: Use ARM AES instructions if available.  (But they can't be
+    assembled using wheezy's version of gas, so this doesn't work in the
+    binary package.)
+  * catacomb2: Fix poor performance (and wrong answers for very small
+    numbers) in prime generation.
+  * catacomb2: Return numbers of exactly the requested length in prime and
+    public-key generation.  The `strongprime' and `limlee' algorithms have
+    changed as a result; previously verifiable parameters generated using
+    this algorithm won't be verifiable any more.
+  * catacomb-dev: Deprecate the old `dsa' functions.  Use `gdsa' instead.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 26 Jun 2016 14:18:14 +0100
+
 catacomb (2.2.3) experimental; urgency=low
 
   * rand: Make the main generator resiliant in the face of fork(2).