From: Mark Wooding Date: Mon, 13 Jun 2016 21:24:00 +0000 (+0100) Subject: Release 2.2.3. X-Git-Tag: 2.2.3^0 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/c0f640586df9e46a95d2aeb71ce39c934d17a3dc?hp=98421fc1a6832ad5de4b3f6171852437aa3e0fb2 Release 2.2.3. --- diff --git a/debian/changelog b/debian/changelog index d84c92d7..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.