X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/221888a2405c5d145b123f63e397f131b76e8124..19425639b5e7ffaeba6400cc0c76185f8aea0b26:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 5da1860..66c14f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,46 @@ +catacomb-python (1.3.99~) experimental; urgency=medium + + * (placeholder for next release) + + -- Mark Wooding Tue, 01 Oct 2019 12:57:58 +0100 + +catacomb-python (1.3.0.1) experimental; urgency=medium + + * Fix required Catacomb version in `setup.py' script. Only affects the + source package. + + -- Mark Wooding Sun, 22 Sep 2019 01:21:28 +0100 + +catacomb-python (1.3.0) experimental; urgency=medium + + * catacomb: Bindings for new blockcipher-based MACs, and AEAD schemes. + * catacomb: Invalidate `grand' objects passed into Python through prime- + generation events. + * catacomb: Improve class docstrings. (They're still extremely terse.) + * catacomb: Add missing `copy' methods on hash and Keccak objects. + * catacomb: Add `WriteBuffer.contents' as a more convenient way to + extract the contents than coercing to `str' or `ByteString'. + * catacomb: Set `RTLD_DEEPBIND' while loading the native module to work + around #868366. + * pock: New program for generating efficiently verifiable prime numbers, + and for verifying their certificates. + + -- Mark Wooding Sat, 21 Sep 2019 23:00:25 +0100 + +catacomb-python (1.2.1.1) experimental; urgency=medium + + * Fixing to build against Debian `stretch'. + + -- Mark Wooding Mon, 24 Dec 2018 15:21:08 +0000 + +catacomb-python (1.2.1) experimental; urgency=low + + * Fix use-after-free bug in ECPt hashing causing hash instability. + * Fix keywrd argument mismatch in ECDSAPriv. + * Coerce DSA private key values to `MP'. + + -- Mark Wooding Fri, 16 Jun 2017 01:01:05 +0100 + catacomb-python (1.2.0) experimental; urgency=low * Bindings for HSalsa20 and HChaCha PRFs.