From: Mark Wooding Date: Mon, 20 Jul 2015 15:11:21 +0000 (+0100) Subject: Release 1.1.0. X-Git-Tag: 1.1.0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/refs/tags/1.1.0?ds=sidebyside Release 1.1.0. --- diff --git a/debian/changelog b/debian/changelog index b284060..a55a0fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +catacomb-python (1.1.0) experimental; urgency=low + + * Fix crash on trying to import RSA public and private keys with even + modulus. + * Add bindings for key-strength conversion functions. + * Add bindings for factorial and Fibonacci calculations. + * Implement exact field-of-fractions arithmetic for integers and binary + polynomials. + * Set module nameson types properly, so that IPython doesn't choke on + printing them. + * Implement hashing for comparable types. Again, this makes IPython + work better. + * Support Daniel Bernstein's Salsa20 and ChaCha stream ciphers. + * Stop abusing SyntaxError. + * Support elliptic curve point compression formats. + * Major overhaul of the `pwsafe' utility: multiple storage backends, so + (a) we no longer require GDBM, and (b) we can use a Git-friendly + directory-based format. Or SQLite. + + -- Mark Wooding Mon, 20 Jul 2015 16:07:51 +0100 + catacomb-python (1.0.6) experimental; urgency=low * Fix stupid bug in WriteBuffer resizing.