chiark / gitweb /
Release 1.4.2.
[misc] / debian / changelog
CommitLineData
a3da5859
MW
1distorted-utils (1.4.2) experimental; urgency=low
2
3 * locking: Compatibly improve the protocol, so that it's safe to remove
4 (or rename) lockfiles.
5 * sema: New program for hacking semaphores.
6 * xtitle: Add missing manual page. (But please don't use the program.)
7 * Fix Debian packaging.
8 * Various internal improvements.
9
10 -- Mark Wooding <mdw@distorted.org.uk> Wed, 01 Jun 2016 09:50:31 +0100
11
6acd8688
MW
12distorted-utils (1.4.1.1) experimental; urgency=low
13
14 * Build system fix: don't build `x86-model' if mLib isn't available.
15 (Doesn't affect Debian package.)
16
17 -- Mark Wooding <mdw@distorted.org.uk> Fri, 29 Jan 2016 10:50:58 +0000
18
9f8f778f
MW
19distorted-utils (1.4.1) experimental; urgency=low
20
21 * mtimeout: Clarify exit status semantics in the manual page.
22 * hush: Portability fixes.
23
24 -- Mark Wooding <mdw@distorted.org.uk> Fri, 29 Jan 2016 10:18:10 +0000
25
77ce4749
MW
26distorted-utils (1.4.0.1) experimental; urgency=low
27
28 * Fix the transition magic for {nsict->distorted}-cdb.
29
30 -- Mark Wooding <mdw@distorted.org.uk> Fri, 24 Apr 2015 20:19:18 +0100
31
926e521f
MW
32distorted-utils (1.4.0) experimental; urgency=low
33
34 * Package renamed to `distorted-utils'. It's been a long time since I
35 left NSICT.
36 * Add `sshsvc-mkauthkeys'.
37
38 -- Mark Wooding <mdw@distorted.org.uk> Thu, 23 Apr 2015 19:47:16 +0100
39
a02e39d2
MW
40nsict-utils (1.3.2) experimental; urgency=low
41
42 * Add `with-umask'.
43
44 -- Mark Wooding <mdw@distorted.org.uk> Sun, 05 Apr 2015 10:56:21 +0100
45
ed68d9a6
MW
46nsict-utils (1.3.1) experimental; urgency=low
47
48 * buf: New `-e' option to set the extension of the temporary file. This
49 helps when the qualified command is picky about extensions.
50 * hush: Fix clean-up order for old log files.
51
52 -- Mark Wooding <mdw@distorted.org.uk> Wed, 14 Jan 2015 20:51:39 +0000
53
7004d12b
MW
54nsict-utils (1.3.0) experimental; urgency=low
55
56 * Abandon `qmail-checkspam'.
57 * Support `x86-model' on AMD64.
58
59 -- Mark Wooding <mdw@distorted.org.uk> Mon, 20 Jan 2014 16:07:35 +0000
60
348091de
MW
61nsict-utils (1.2.9.1) experimental; urgency=low
62
63 * mtimeout: Bring the help text up to date.
64
65 -- Mark Wooding <mdw@distorted.org.uk> Sat, 11 Jan 2014 00:41:18 +0000
66
7a9e9503
MW
67nsict-utils (1.2.9) experimental; urgency=low
68
69 * space: Fix misreporting of trailing newlines with `-c'.
70 * space: Document the `-v' option.
71 * mtimeout: Fix (impossible) `printf' format-string bug.
72
73 -- Mark Wooding <mdw@distorted.org.uk> Fri, 10 Jan 2014 14:52:54 +0000
74
4641d6e2
MW
75nsict-utils (1.2.8.3) experimental; urgency=low
76
77 * hush: Don't lose backslashes in output lines.
78
79 -- Mark Wooding <mdw@distorted.org.uk> Fri, 14 Jun 2013 12:32:10 +0100
80
12e09263
MW
81nsict-utils (1.2.8.2) experimental; urgency=low
82
83 * hush: Close file descriptors around the command, so that we don't wait
84 for daemons to exit.
85
86 -- Mark Wooding <mdw@distorted.org.uk> Sat, 01 Dec 2012 23:25:41 +0000
87
71fbd124
MW
88nsict-utils (1.2.8.1) experimental; urgency=low
89
90 * hush.8: Fix some misformatting.
91
92 -- Mark Wooding <mdw@distorted.org.uk> Fri, 26 Oct 2012 19:26:30 +0100
93
d3c53639
MW
94nsict-utils (1.2.8) experimental; urgency=low
95
96 * hush: Preserve leading spaces.
97
98 -- Mark Wooding <mdw@distorted.org.uk> Sun, 07 Oct 2012 15:06:40 +0100
99
8fcca866
MW
100nsict-utils (1.2.7) experimental; urgency=low
101
102 * mtimeout: Various improvements to approach feature-parity with the GNU
103 Coreutils `timeout' program.
104 * prlimit, hush: Various minor bug fixes.
105 * qmail-checkspam: Log envelope and spam score to make diagnosing
106 incorrect rejections easier.
107
108 -- Mark Wooding <mdw@distorted.org.uk> Tue, 14 Feb 2012 10:25:24 +0000
109
07f879f5
MW
110nsict-utils (1.2.6) experimental; urgency=low
111
fd048815 112 * mtimeout: Rename from timeout to prevent conflict with GNU Coreutils.
07f879f5
MW
113 This version is slightly better techincally.
114 * x86-model: Actually show the stepping number.
115 * prlimit: A new Linux-specific program for changing another process's
116 resource limits.
117 * hush: A new program for running noisy programs under cron (and
118 similar) without generating cronspam.
119
120 -- Mark Wooding <mdw@distorted.org.uk> Wed, 14 Dec 2011 01:57:46 +0000
121
3b56e117
MW
122nsict-utils (1.2.5) experimental; urgency=low
123
124 * Some user-invisible build system changes.
125 * timeout: New program: run a command for at most a givne time.
126
127 -- Mark Wooding <mdw@distorted.org.uk> Tue, 07 Jun 2011 10:13:49 +0100
128
54b541f5
MW
129nsict-utils (1.2.4) experimental; urgency=low
130
131 * locking: Don't kill target program with alarm clock.
132 * qmail-checkspam: Don't spam-check mail from authenticated clients.
133 * Various build-system tweaks.
134
135 -- Mark Wooding <mdw@distorted.org.uk> Mon, 31 May 2010 18:05:18 +0100
136
85f0470d
MW
137nsict-utils (1.2.3) experimental; urgency=low
138
139 * Build system fixes.
140 * New program x86-model.
141
142 -- Mark Wooding <mdw@distorted.org.uk> Fri, 01 May 2009 00:13:34 +0100
143
b1492ec0
MW
144nsict-utils (1.2.2) experimental; urgency=low
145
146 * Oops. I left `inplace' with `@BASH' in its shebang line.
147
148 -- Mark Wooding <mdw@distorted.org.uk> Sun, 25 Jan 2009 13:05:02 +0000
149
329f8eb8
MW
150nsict-utils (1.2.1) experimental; urgency=low
151
152 * Fix Python stuff for Python 2.5.
153
154 -- Mark Wooding <mdw@distorted.org.uk> Sun, 04 May 2008 14:04:24 +0100
155
a0e384cc
MW
156nsict-utils (1.2.0) experimental; urgency=low
157
158 * Build system overhaul.
159 * Lots of new tools.
160
161 -- Mark Wooding <mdw@distorted.org.uk> Tue, 01 Apr 2008 19:12:15 +0100
162
1dec4fa3 163nsict-utils (1.1.1) experimental; urgency=low
164
ed04d555 165 * Add pause, buf, create and inplace programs.
166 * Fix splitconf documentation to be right.
167 * Fix gorp to produce base32 (ugh!) and safe64 output.
1dec4fa3 168
a0e384cc 169 -- Mark Wooding <mdw@nsict.org> Sat, 5 Feb 2005 10:39:52 +0000
1dec4fa3 170
22fb157c 171nsict-utils (1.1.0) experimental; urgency=low
172
173 * Make gorp a much more useful program.
22fb157c 174 * Get the right version number. Oops!
175
176 -- Mark Wooding <mdw@nsict.org> Tue, 18 Nov 2003 18:47:21 +0000
177
b5284e05 178nsict-utils (1.0) experimental; urgency=low
841e5aca 179
b5284e05 180 * Debianization!
841e5aca 181
22fb157c 182 -- Mark Wooding <mdw@nsict.org> Tue, 18 Nov 2003 13:48:03 +0000