debian/rules: Run tests twice, once without any detected CPU features.
[catacomb] / debian / changelog
index 177c90c..2d1989d 100644 (file)
@@ -1,3 +1,57 @@
+catacomb (2.1.7) experimental; urgency=low
+
+  * A number of entropy-source fixes.
+  * Internal tidying.
+  * Add more elliptic curves, from Brainpool and BADA55.
+  * hashsum: Fix hash file verification.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Wed, 16 Jul 2014 10:21:23 +0100
+
+catacomb (2.1.6.1) experimental; urgency=low
+
+  * Fix building from source tarball.
+  * Fix building with Python 2.5.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 28 Dec 2013 14:21:36 +0000
+
+catacomb (2.1.6) experimental; urgency=low
+
+  * mpreduce: Extend domain to all positive integers.
+  * gfreduce: Fix out-of-bounds memory access.
+  * gcd: Don't clobber signs of `constants' when GCD calculation is trivial.
+  * pixie: Don't replace existing pixie unless explicitly requested.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Fri, 27 Dec 2013 14:28:57 +0000
+
+catacomb (2.1.5) experimental; urgency=low
+
+  * New build system.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Mon, 29 Jun 2013 00:38:58 +0100
+
+catacomb (2.1.4) experimental; urgency=low
+
+  * Constant-time operations.
+  * Some minor fixes to header files.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Mon, 27 May 2013 22:34:23 +0100
+
+catacomb (2.1.3) experimental; urgency=low
+
+  * Fibonacci sequence computation: mp_fibonacci function and fibonacci(1)
+    example program.
+  * Upper bounds on phrase entropy in mkphrase(1).
+  * Don't make the Pixie setuid-root by default.  Make the documentation
+    less scary.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Thu, 11 Apr 2013 12:06:28 +0100
+
+catacomb (2.1.2.1) experimental; urgency=low
+
+  * hashsum: Document `--progress' option in `--help' output.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Thu, 28 Feb 2013 17:35:49 +0000
+
 catacomb (2.1.2) experimental; urgency=low
 
   * hashsum: Correct return code when running in `-c' mode.