Release 2.4.2. 2.4.2
authorMark Wooding <mdw@distorted.org.uk>
Tue, 12 Jun 2018 00:16:17 +0000 (01:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 12 Jun 2018 00:21:11 +0000 (01:21 +0100)
debian/changelog

index 265161f..2e164ea 100644 (file)
@@ -1,3 +1,22 @@
+catacomb (2.4.2) experimental; urgency=medium
+
+  * catacomb2: Support multi-arch at last.
+  * catacomb2: Fix mangled key-size data for HMAC.
+  * rspit: Support generating large files.
+  * pixie: Improve error-handling around dropping privilege.
+  * ed25519, ed448: Very minor performance improvement.
+  * salsa20, chacha: Fix crash if nonce is none, as it is when invoked by
+    `rspit'.
+  * salsa20, chacha: Fix declaration of cipher classes to prevent them
+    ending up as (useless) common symbols in client code.
+  * limlee: Improve the prime size heuristics.
+  * sha, sha256, sha512: Restructure compression function to improve
+    performance and use less memory.
+  * rijndael: Include enough round constants to make very tiny keys work
+    correctly.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Tue, 12 Jun 2018 01:15:59 +0100
+
 catacomb (2.4.1) experimental; urgency=low
 
   * catacomb2: Two's-complement fix from 2.3.x release branch.