X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/74c50df9aca7e5416d8e7d3d2c8f385ff103b081..HEAD:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 8c25f60..9a916c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,118 @@ +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. + * Fix `texinice.tex' to work with later versions of Texinfo. + * Fix a number of minor bugs in `mdwsetup.py'. + + -- Mark Wooding Fri, 08 May 2020 12:28:11 +0100 + +cfd (1.3.14) experimental; urgency=low + + * Fix various `gplmumble.tex' files so that they can be included from + `texdoc'. + + -- Mark Wooding Fri, 22 Jun 2018 00:13:02 +0100 + +cfd (1.3.13) experimental; urgency=low + + * maninst: Fix installation into wrongly-named destination directories. + + -- Mark Wooding Sat, 04 Jun 2016 01:37:23 +0100 + +cfd (1.3.12) experimental; urgency=low + + * Fix `mklinks' bug introduced in previous version. + * Include many variants of the GPL. + + -- Mark Wooding Sun, 29 May 2016 20:44:37 +0100 + +cfd (1.3.11) experimental; urgency=low + + * Fix Debian packaging. + * Allow renaming of linked files in `mklinks'. + + -- Mark Wooding Thu, 12 May 2016 14:16:13 +0100 + +cfd (1.3.10.1) experimental; urgency=low + + * confsubst: Allow empty right-hand-side. + + -- Mark Wooding Wed, 19 Jun 2013 09:45:13 +0100 + +cfd (1.3.10) experimental; urgency=low + + * Overhaul of Python support. In particular, handling of generated + files, and the `RELEASE' file, are much improved. + + -- Mark Wooding Sun, 16 Jun 2013 18:51:56 +0100 + +cfd (1.3.9) experimental; urgency=low + + * Don't ship `/usr/share/info/dir.gz'. + + -- Mark Wooding Thu, 14 Mar 2013 20:25:49 +0000 + +cfd (1.3.8) experimental; urgency=low + + * Fix `mdw_LIBTOOL_VERSION_INFO' to use the correct part of a four (or + more) component version number. + + -- Mark Wooding Tue, 05 Mar 2013 17:43:05 +0000 + +cfd (1.3.7) experimental; urgency=low + + * Reinstate mdw_PATH_TEXMF. + * Improve regexp portability. + + -- Mark Wooding Tue, 10 Apr 2012 10:41:47 +0100 + +cfd (1.3.6.1) experimental; urgency=low + + * Don't ship a /usr/share/info/dir.gz file, because it screws everything + up. + * Other minor distribution fettling. + + -- Mark Wooding Tue, 01 Jun 2010 00:13:46 +0100 + +cfd (1.3.6) experimental; urgency=low + + * Support for Automake 1.11's `silent-rules' feature. + + -- Mark Wooding Sun, 30 May 2010 16:29:05 +0100 + +cfd (1.3.5) experimental; urgency=low + + * Include new `mdwsetup.py' module for Python distutils support + + -- Mark Wooding Sun, 04 Oct 2009 13:57:05 +0100 + +cfd (1.3.4) experimental; urgency=low + + * Substitute @VERSION@ cruft in confsubst of all places. + * Separate out version machinery into new auto-version script. + + -- Mark Wooding Sun, 21 Dec 2008 20:13:37 +0000 + +cfd (1.3.3) experimental; urgency=low + + * Fix ugly hack for mdw_AUTO_VERSION to work with newer (e.g., 1.10) + versions of aclocal. + + -- Mark Wooding Wed, 17 Dec 2008 12:15:27 +0000 + cfd (1.3.2) experimental; urgency=low * Add new files for Autotest support.