From: Mark Wooding Date: Sat, 21 Sep 2019 22:00:38 +0000 (+0100) Subject: Release 1.3.0. X-Git-Tag: 1.3.0^0 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/e95512be8777eb7038fa26bffa0709013dc08f19?hp=ecef1cafb862e99b5cb3c3ba958a903bbf70cc44 Release 1.3.0. --- diff --git a/debian/changelog b/debian/changelog index aaee0c3..80f422c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +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) experimental; urgency=low * Fix use-after-free bug in ECPt hashing causing hash instability.