X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/ea0c812abf0cae71f4ea9cf2fdfb581601275e18..dceab3da31ff7794acb57405ff22fa2ca4f318d2:/debian/changelog 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.