chiark / gitweb /
9a916c34b1fb0b96d25cd9f82013ee5e32b375f7
[runlisp] / debian / changelog
1 cfd (1.4.0) experimental; urgency=medium
2
3   * Have `auto-version' prefix the generated version number with the
4     Debian version, if the latter ends in a `~'.  This keeps the ordering
5     between development and release branches correct.
6   * Make `mdwsetup.py' compatible with Python 3.
7   * Introduce machinery for running Python unit tests.
8   * Turn off Python's `SIGINT' handler while building.
9   * Introduce machinery for building using multiple Python versions,
10     possibly in parallel.
11
12  -- Mark Wooding <mdw@distorted.org.uk>  Fri, 08 May 2020 03:45:20 +0100
13
14 cfd (1.3.15) experimental; urgency=medium
15
16   * Fix `auto-version' to work in external worktrees.
17   * Fix `texinice.tex' to work with later versions of Texinfo.
18   * Fix a number of minor bugs in `mdwsetup.py'.
19
20  -- Mark Wooding <mdw@distorted.org.uk>  Fri, 08 May 2020 12:28:11 +0100
21
22 cfd (1.3.14) experimental; urgency=low
23
24   * Fix various `gplmumble.tex' files so that they can be included from
25     `texdoc'.
26
27  -- Mark Wooding <mdw@distorted.org.uk>  Fri, 22 Jun 2018 00:13:02 +0100
28
29 cfd (1.3.13) experimental; urgency=low
30
31   * maninst: Fix installation into wrongly-named destination directories.
32
33  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 04 Jun 2016 01:37:23 +0100
34
35 cfd (1.3.12) experimental; urgency=low
36
37   * Fix `mklinks' bug introduced in previous version.
38   * Include many variants of the GPL.
39
40  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 29 May 2016 20:44:37 +0100
41
42 cfd (1.3.11) experimental; urgency=low
43
44   * Fix Debian packaging.
45   * Allow renaming of linked files in `mklinks'.
46
47  -- Mark Wooding <mdw@distorted.org.uk>  Thu, 12 May 2016 14:16:13 +0100
48
49 cfd (1.3.10.1) experimental; urgency=low
50
51   * confsubst: Allow empty right-hand-side.
52
53  -- Mark Wooding <mdw@distorted.org.uk>  Wed, 19 Jun 2013 09:45:13 +0100
54
55 cfd (1.3.10) experimental; urgency=low
56
57   * Overhaul of Python support.  In particular, handling of generated
58     files, and the `RELEASE' file, are much improved.
59
60  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 16 Jun 2013 18:51:56 +0100
61
62 cfd (1.3.9) experimental; urgency=low
63
64   * Don't ship `/usr/share/info/dir.gz'.
65
66  -- Mark Wooding <mdw@distorted.org.uk>  Thu, 14 Mar 2013 20:25:49 +0000
67
68 cfd (1.3.8) experimental; urgency=low
69
70   * Fix `mdw_LIBTOOL_VERSION_INFO' to use the correct part of a four (or
71     more) component version number.
72
73  -- Mark Wooding <mdw@distorted.org.uk>  Tue, 05 Mar 2013 17:43:05 +0000
74
75 cfd (1.3.7) experimental; urgency=low
76
77   * Reinstate mdw_PATH_TEXMF.
78   * Improve regexp portability.
79
80  -- Mark Wooding <mdw@distorted.org.uk>  Tue, 10 Apr 2012 10:41:47 +0100
81
82 cfd (1.3.6.1) experimental; urgency=low
83
84   * Don't ship a /usr/share/info/dir.gz file, because it screws everything
85     up.
86   * Other minor distribution fettling.
87
88  -- Mark Wooding <mdw@distorted.org.uk>  Tue, 01 Jun 2010 00:13:46 +0100
89
90 cfd (1.3.6) experimental; urgency=low
91
92   * Support for Automake 1.11's `silent-rules' feature.
93
94  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 30 May 2010 16:29:05 +0100
95
96 cfd (1.3.5) experimental; urgency=low
97
98   * Include new `mdwsetup.py' module for Python distutils support
99
100  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 04 Oct 2009 13:57:05 +0100
101
102 cfd (1.3.4) experimental; urgency=low
103
104   * Substitute @VERSION@ cruft in confsubst of all places.
105   * Separate out version machinery into new auto-version script.
106
107  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 21 Dec 2008 20:13:37 +0000
108
109 cfd (1.3.3) experimental; urgency=low
110
111   * Fix ugly hack for mdw_AUTO_VERSION to work with newer (e.g., 1.10)
112     versions of aclocal.
113
114  -- Mark Wooding <mdw@distorted.org.uk>  Wed, 17 Dec 2008 12:15:27 +0000
115
116 cfd (1.3.2) experimental; urgency=low
117
118   * Add new files for Autotest support.
119
120  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 05 Apr 2008 14:59:03 +0100
121
122 cfd (1.3.1) experimental; urgency=low
123
124   * Fix up scripts and build system for style.
125   * Add (and use) confsubst.
126
127  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 22 Mar 2008 11:56:34 +0000
128
129 cfd (1.3.0) experimental; urgency=low
130
131   * Brought up-to-date with modern Autotools.
132   * Tool for setting up projects straight from Git repositories.
133   * Various bug fixes.
134
135  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 09 Feb 2008 23:08:39 +0000
136
137 cfd (1.2.10) experimental; urgency=low
138
139   * Fix for newer Autoconf and Automake: don't duplicate files shipped
140     with automake, and do diversions in the new way.
141
142  -- Mark Wooding <mdw@nsict.org>  Fri, 22 Apr 2005 22:22:53 +0100
143
144 cfd (1.2.9) experimental; urgency=low
145
146   * Debianization!
147
148  -- Mark Wooding <mdw@nsict.org>  Sun,  9 Nov 2003 14:52:15 +0000