X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/407d0f49d802d4cdb13022bf8466fcc9ef7a3c99..1519ef6617fd7351bd40026b9eeb47c7f7f42234:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 3e08f899..19115e97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,50 @@ +catacomb (2.6.99~) experimental; urgency=medium + + * (placeholder for next minor version) + + -- Mark Wooding Sat, 29 Aug 2020 00:42:11 +0100 + +catacomb (2.6.2) experimental; urgency=medium + + * catacomb: Fix incorrect feature test for AESNI on Intel processors. + (This was introduced in 2.6.0. Workaround for affected processors on + 2.6.0 and 2.6.1: set `CATACOMB_CPUFEAT' to `-x86:aesni'.) + + -- Mark Wooding Sat, 13 Jun 2020 18:10:53 +0100 + +catacomb (2.6.1) experimental; urgency=medium + + * catacomb: Fix segfault from `rand_quick' on i386. + + -- Mark Wooding Mon, 25 May 2020 17:45:02 +0100 + +catacomb (2.6.0) experimental; urgency=medium + + * catacomb: Introduce Mike Hamburg's `STROBE' syymetric encryption + framework, based on Keccak. + * catacomb: Fix KCDSA prime generation so that it makes primes of + exactly the right length. I think this is the last of the prime- + generation algorthms that needs fixing. + * catacomb: Inttroduce low-level key-file functions to accommodate + Python 3 bindings. + * catacomb: Support `tag:', `id:' and `type:' prefixes in `bytag' key + queries. + * catacomb-bin: Be consistent about metasyntax used to denote hash + function names. + * catacomb: Introduce fast SIMD multiplication for ARM32 and ARM64 + platforms. I think this finally means that X86 and ARM have similar + levels of optimization. + * catacomb: Check SIMD feature bit on ARM64 before using the optimized + code. I don't know of any ARM64 implementations which lack SIMD + instructions, but the bit must be there for a reason, so I might as + well use it. + * catacomb-dev: Allow reading the current number of passes from a + `dsarand' object. + * catacomb: Prefer X84 `rdseed' instruction for quick entropy over + `rdrand' if it's available. + + -- Mark Wooding Sat, 09 May 2020 17:38:45 +0100 + catacomb (2.5.2) experimental; urgency=medium * Merge changes from 2.4.5.