X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/8d9e85c698780a01d3465cb87954643f27e3c27e..26e182fc3ae2a40dc7d52bab2318d8d1837dfeee:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 2890f4c4..359ea72f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +catacomb (2.2.3) experimental; urgency=low + + * rand: Make the main generator resiliant in the face of fork(2). + * rand: Introduce `rand_quick', which may also mix in CPU-level + randomness sources. + * rand: Use higher-resolution timer in the quick-win noise source. + * debian: Pick up correct `catacomb-dev' Depends entry from 2.2.1.1 + which got lost down the side of the sofas. + + -- Mark Wooding Mon, 13 Jun 2016 22:22:33 +0100 + +catacomb (2.2.2) experimental; urgency=low + + * build: Cope with newer Autotools and related equipment. + * Miscellaneous small fixes for Cygwin. + * catacomb2 (mp_testbit): Fix overread on reading one-bit-past-the-end; + particularly, this causes a segfault reading bit zero of a zero-length + integer. + + -- Mark Wooding Sat, 04 Jun 2016 01:12:01 +0100 + catacomb (2.2.1.1) experimental; urgency=low * Arrange that catacomb-dev Depends on correct version of mlib-dev. It