X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/6ec3a4cf4aaa7cd375e1aa18f85861986259b8e5..28ffcb2af24deaf7d77f62b48246b768e16c6a07:/debian/changelog?ds=sidebyside diff --git a/debian/changelog b/debian/changelog index 2f12b70e..12d14d54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +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 Fri, 27 Dec 2013 14:28:57 +0000 + +catacomb (2.1.5) experimental; urgency=low + + * New build system. + + -- Mark Wooding 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 Mon, 27 May 2013 22:34:23 +0100 + catacomb (2.1.3) experimental; urgency=low * Fibonacci sequence computation: mp_fibonacci function and fibonacci(1)