From e880bf13724ab09fb42af6a16f37340a9728394a Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 3 Apr 2017 10:25:30 +0100 Subject: [PATCH] Release 2.3.0. Organization: Straylight/Edgeware From: Mark Wooding --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7c457f68..a65e5d85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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 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 -- [mdw]