Release 1.4.0.
[cfd] / debian / changelog
index a446776..9a916c3 100644 (file)
@@ -1,3 +1,146 @@
+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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  Thu, 12 May 2016 14:16:13 +0100
+
+cfd (1.3.10.1) experimental; urgency=low
+
+  * confsubst: Allow empty right-hand-side.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  Tue, 05 Mar 2013 17:43:05 +0000
+
+cfd (1.3.7) experimental; urgency=low
+
+  * Reinstate mdw_PATH_TEXMF.
+  * Improve regexp portability.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  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 <mdw@distorted.org.uk>  Wed, 17 Dec 2008 12:15:27 +0000
+
+cfd (1.3.2) experimental; urgency=low
+
+  * Add new files for Autotest support.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 05 Apr 2008 14:59:03 +0100
+
+cfd (1.3.1) experimental; urgency=low
+
+  * Fix up scripts and build system for style.
+  * Add (and use) confsubst.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 22 Mar 2008 11:56:34 +0000
+
+cfd (1.3.0) experimental; urgency=low
+
+  * Brought up-to-date with modern Autotools.
+  * Tool for setting up projects straight from Git repositories.
+  * Various bug fixes.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 09 Feb 2008 23:08:39 +0000
+
+cfd (1.2.10) experimental; urgency=low
+
+  * Fix for newer Autoconf and Automake: don't duplicate files shipped
+    with automake, and do diversions in the new way.
+
+ -- Mark Wooding <mdw@nsict.org>  Fri, 22 Apr 2005 22:22:53 +0100
+
 cfd (1.2.9) experimental; urgency=low
 
   * Debianization!