X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/551a5729aff083d8cc56c092dacc9936e96a1435..eb817e34b6ed2e2127e24a85e38e1c1127602891:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 3d5f0058..558efd32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,35 @@ -catacomb (2.5.99~) experimental; urgency=medium - - * (placeholder for next minor release) +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 Mon, 30 Sep 2019 02:15:20 +0100 + -- Mark Wooding Sat, 09 May 2020 17:38:45 +0100 catacomb (2.5.2) experimental; urgency=medium