X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/388502abb4eb6071db679b0121b794868460fafa..9419af788cb0a97690da8b3ee6c59f2665d36533:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 35eacba..9a916c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +cfd (1.4.0) experimental; urgency=medium + + * Have `auto-version' prefix the generated version number with the + Debian version, if the latter ends in a `~'. This keeps the ordering + between development and release branches correct. + * Make `mdwsetup.py' compatible with Python 3. + * Introduce machinery for running Python unit tests. + * Turn off Python's `SIGINT' handler while building. + * Introduce machinery for building using multiple Python versions, + possibly in parallel. + + -- Mark Wooding Fri, 08 May 2020 03:45:20 +0100 + cfd (1.3.15) experimental; urgency=medium * Fix `auto-version' to work in external worktrees.