From dceab3da31ff7794acb57405ff22fa2ca4f318d2 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 20 Jul 2015 16:11:21 +0100 Subject: [PATCH] Release 1.1.0. Organization: Straylight/Edgeware From: Mark Wooding --- debian/changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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. -- [mdw]