chiark / gitweb /
Release 1.1.0. 1.1.0
authorMark Wooding <mdw@distorted.org.uk>
Mon, 20 Jul 2015 15:11:21 +0000 (16:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 20 Jul 2015 15:11:40 +0000 (16:11 +0100)
debian/changelog

index b284060c31d03075cce1144d9f2737bdb38fae5c..a55a0fd6bf52cc96897b33ae2e2c0bd78fe6ac50 100644 (file)
@@ -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 <mdw@distorted.org.uk>  Mon, 20 Jul 2015 16:07:51 +0100
+
 catacomb-python (1.0.6) experimental; urgency=low
 
   * Fix stupid bug in WriteBuffer resizing.