X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/dab7c2bb5e4df05c033df24b8cb97e4420dbf49b..refs/tags/1.1.0.1:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 6fb1061..f605b40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +catacomb-python (1.1.0.1) experimental; urgency=low + + * Just Debian packaging fixes. + + -- Mark Wooding Fri, 19 Feb 2016 19:39:28 +0000 + +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. + + -- Mark Wooding Sun, 21 Jul 2013 15:57:06 +0100 + +catacomb-python (1.0.5) experimental; urgency=low + + * Make Key constructor actually work. + * Include human-readable text in KeyError exceptions. + + -- Mark Wooding Sat, 04 Jan 2014 01:38:26 +0000 + +catacomb-python (1.0.4) experimental; urgency=low + + * Build against Python 2.7. + + -- Mark Wooding Wed, 09 Jan 2013 02:47:59 +0000 + catacomb-python (1.0.3) experimental; urgency=low * Remove catacomb-python-bin package, because it made building hard and