X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/429bb008068e94288da5328132b35bcfa20771ee..26e182fc3ae2a40dc7d52bab2318d8d1837dfeee:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 9784b9e7..359ea72f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +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. @@ -8,6 +19,13 @@ catacomb (2.2.2) experimental; urgency=low -- 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 + really won't work well without it. + + -- Mark Wooding Fri, 19 Feb 2016 09:04:50 +0000 + catacomb (2.2.1) experimental; urgency=low * Some internal improvements.