chiark / gitweb /
update copyright dates
[chiark-utils.git] / debian / changelog
1 chiark-utils (4.1.21) unstable; urgency=low
2
3   * backup-snaprsync: pass -I to rsync when copying rsums.
4   * update licence to GPLv3 or later (was GPLv2 or later).
5   * remove FSF's paper address from debian/copyright.
6   * update copyright dates in backup/.
7
8  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 21 Sep 2007 21:58:33 +0100
9
10 chiark-utils (4.1.20) unstable; urgency=low
11
12   * Fix bashism in upstream backup/Makefile.  Closes: #379541.
13
14  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 13 Jul 2007 09:49:17 +0100
15
16 chiark-utils (4.1.19) unstable; urgency=low
17
18   * Mention summer, xacpi-simple, watershed in chiark-utils-bin's description.
19   * Set SHELL=/bin/bash in debian/rules.  Closes: #379541.
20   * Remove Matthew from the Uploaders.  Closes: #280012.
21
22  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 12 Jul 2007 17:25:11 +0100
23
24 chiark-utils (4.1.18) unstable; urgency=low
25
26   * summer works even if passed multiple option-containing args.
27   * workaround for nettle bug, supply -lgmp if -lnettle.
28
29  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 23 May 2007 19:42:05 +0100
30
31 chiark-utils (4.1.17) unstable; urgency=low
32
33   * summer has new -M (do not print mtimes) option.
34
35  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 23 May 2007 18:56:53 +0100
36
37 chiark-utils (4.1.16) unstable; urgency=low
38
39   * chiark-backup's snaprsync has new rsynccompress option.
40
41  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 19 Apr 2007 23:23:32 +0100
42
43 chiark-utils (4.1.15) unstable; urgency=low
44
45   * chiark-backup's snaprsync sedderies mountpoint out before sums diff.
46   * chiark-backup's snaprsync has new sshopts option.
47
48  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 19 Apr 2007 20:12:37 +0100
49
50 chiark-utils (4.1.14) unstable; urgency=low
51
52   * summer has new -x (one file system) option.
53   * summer produces better output with -f when scandir fails.
54   * chiark-backup's snaprsync uses summer -x.
55   * chiark-backup suggests chiark-cprogs with summer with -x.
56
57  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 18 Feb 2007 13:02:21 +0000
58
59 chiark-utils (4.1.13) unstable; urgency=low
60
61   * New `nosnap' no-op snap kind.
62
63  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 16 Feb 2007 19:10:23 +0000
64
65 chiark-utils (4.1.12) unstable; urgency=low
66
67   * New `watershed' program.
68
69  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 15 Feb 2007 01:12:05 +0000
70
71 chiark-utils (4.1.11) unstable; urgency=low
72
73   * remountresizereiserfs version copied from chiark.  Works with LVM1
74     on 2.6.x, but not with 2.4.x due to stupid stupid LVM bug where
75     sizes are reported in 512-byte kilobytes but only sometimes.  Also
76     fixed to cope better with dm-based LVM volumes.
77   * New script `summarise-mailbox-preserving-privacy'.
78
79  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 22 Nov 2006 19:53:17 +0000
80
81 chiark-utils (4.1.10) unstable; urgency=low
82
83   * New script `hexterm', `terminal emulator' for binary data,
84     display/entry in ASCII and hex.
85
86  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon,  2 Oct 2006 22:21:52 +0100
87
88 chiark-utils (4.1.9) unstable; urgency=low
89
90   * New better algorithm for expire-iso8601.
91
92  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon,  2 Oct 2006 18:11:56 +0100
93
94 chiark-utils (4.1.8) unstable; urgency=low
95
96   * remountresizereiserfs: New script for calculating resize= parameter.
97
98  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 15 Aug 2006 15:46:19 +0100
99
100 chiark-utils (4.1.7) unstable; urgency=low
101
102   * backup: new `noinc' fs line option.
103
104  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 14 Aug 2006 11:04:30 +0100
105
106 chiark-utils (4.1.6) unstable; urgency=low
107
108   * backup/snaprsync: work around bug in bash (Debian #382798).
109
110  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 14 Aug 2006 00:43:00 +0100
111
112 chiark-utils (4.1.5) unstable; urgency=low
113
114   * expire-iso8601 - new script.
115   * backup/snaprsync: allow setting of program to use for summer; allow
116     setting of rsync options; allow settings to be set to empty strings on
117     the command line; do not fail if localprevious,rsums is missing.
118   * cprogs/summer.c: properly fix for reentrancy of buf.
119
120  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 13 Aug 2006 17:04:08 +0100
121
122 chiark-utils (4.1.4) unstable; urgency=low
123
124   summer bugfix:
125   * `buf' is used reentrantely by recurse() and sometimes is the `path'
126     argument to recurse; cope appropriately.
127
128  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  5 Aug 2006 15:34:03 +0100
129
130 chiark-utils (4.1.3) unstable; urgency=low
131
132   backup snap remountrocp fixes:
133   * Size of snapshot volume properly calculated (now we divide by 1k
134     since df reports in bytes and vgdisplay in kbytes).
135   * Restrict copy to same file system (oops!).
136   * Nicer messages from remountrocp (-q to mkfs; various echoes).
137
138   backup snaprsync fixes:
139   * Support --subdir= option, defaults to `.' (root of source fs).
140   * Correctly set up /var/lib/chiark-backup/snap-drop so drop works.
141   * Send output of local summer to fd 3 as required.
142
143  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Jul 2006 15:41:07 +0100
144
145 chiark-utils (4.1.2) unstable; urgency=low
146
147   * Translate /dev/mapper devices from mount table into LVM device names.
148   * Use `current logical extents associated to logical volume' (field 8)
149     rather than `allocated logical extents of logical volume' (field 9)
150     for size, as the latter is sometimes -1 for some reason.
151   * Attempt 10 times to mount readonly.
152   * Comments stating that lvm{create,extents}core1 need vgroup.
153
154  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Jul 2006 14:44:23 +0100
155
156 chiark-utils (4.1.1) unstable; urgency=low
157
158   * summer sorts the output and identifies hardlink
159     targets instead of printing link count.
160   * backup: new `remountrocp' snapshot type.
161   * backup: snaprsync script shipped.
162
163  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Jul 2006 13:19:27 +0100
164
165 chiark-utils (4.1.0) unstable; urgency=low
166
167   New facilities:
168   * New `cvs-repomove' and `cvs-adjustroot' programs,
169         for moving CVS repositories about safely and easily.
170   * New `random-word' script (no documentation).
171   * New `xacpi-simple' utility (no documentation).
172   * New `summer' checksumming program with no manpage.
173   * Spice and gnuplot scripts `ngspice2genspic', `gnucap2genspec'
174     `genspic2gnuplot'.
175
176   chiark-backup:
177   * Pass -P option to df (to make new df not break things).
178   * Pass -xtmpfs option to df.
179   * Fix critical driver script lost output bug.
180   * Fix pipe mode by passing -m600 when creating it.
181   * Don't mind devices on local filesystems (was failed stat bug).
182   * New lvm/remount-ro snapshotting feature.
183   * New `snaprsync' script which is still a work in progress.
184   * New gtar backup type.
185   * Use (set) dump label field.
186   * Say `(C)' in nroff pages rather than `\(c0' (typo for `\(co').
187     (Closes: #208299 - Debian bug, thanks to Colin Watson.)
188   * Move tape.* symlinks for chiark example into chiark directory.
189     (Closes: #208300 - Debian bug, thanks to Colin Watson.)
190
191   Other fixes and improvements:
192   * Size for readbuffer/writebuffer may be in k or bytes.
193   * sync-accounts works properly with groups with - + . in names
194   * really has -R (chroot) option, and usage message improved.
195   * Typo in copyright statement in with-lock-ex.1 fixed.
196   * Mention cvs-* and palm-datebook-reminders in debian/control.
197   * Make myself (Ian Jackson) the Maintainer.
198   * Fix manpage titles for palm-datebook-reminders(1) and really(8).
199
200  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 27 Jun 2006 19:40:57 +0100
201
202 chiark-utils (4.0.0) unstable; urgency=medium
203
204   New programs and utilities:
205   * trivsoundd (cprogs, no .deb).  Largely untested.
206   * palm-datebook-reminders (scripts, chiark-scripts.deb)
207   * really (cprogs, chiark-really.deb)
208   * with-lock-ex (cprogs, chiark-utils-bin.deb)
209   * usernice, cvsweb-list, smtpallow.  (Source only, not built.)
210     
211   chiark-named-conf:
212   * remove warnings by adding complete set of function prototypes
213   * check foreign zones from delegation by default (-mforeign!*)
214
215   chiark-rwbuffer:
216   * fix writebuffer's progname.
217
218   chiark-backup:
219   * full dumps have tapedesc in TAPEID
220   * fix reporting of unaccountable filesystems.
221   * compression support (gz as a style option).
222   * ntfsimage support.
223   * Count and display on-tape file numbers.
224   * Count output blocks for each tape file and in total.
225   * $nice and $nasty in settings.pl.
226   * Show mt runes when we execute them.
227   * A little less clone-and-hack.
228   * Manpages.
229
230   Build system improvements:
231   * Make manpages non-executable (!) (ie install with INSTALL_SHARE)
232   * Makefile commonality moved into settings.make.
233   * readbuffer/writebuffer moved into new cprogs directory.
234   
235   Debian-specific changes:
236   * sync-accounts and chiark-named-conf merged into single
237     chiark-scripts package.
238   * Add section and priority fields
239   * Update to a sensible standards-version
240   * Correct location of the GPL
241
242  -- Matthew Vernon <matthew@debian.org>  Wed, 16 Jul 2003 12:01:01 +0100
243
244 chiark-utils (3.0.3) unstable; urgency=low
245
246   * chiark-backup: compatibility with md5sum from dpkg 1.10.4.
247   * chiark-named-conf: manpage gluelessness section improved.
248
249  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 20 Oct 2002 17:42:53 +0100
250
251 chiark-utils (3.0.2) unstable; urgency=low
252
253   * Enhanced portability: cope with (and preserve) comments and 
254     blank lines in local database files.
255
256  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 14 Jul 2002 23:21:31 +0100
257
258 chiark-utils (3.0.1) unstable; urgency=low
259
260   * Enhanced portability: -g root => -g $(SYSTEM_GROUP)
261
262  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 14 Jul 2002 21:52:46 +0100
263
264 chiark-utils (3.0.0) unstable; urgency=low
265
266   sync-accounts:
267   * Moved all files from old CVS repository into chiark-utils.
268   * Manpages for everything.
269   * /etc/sync-accounts comments may be indented.
270   * Copyright notices sorted out.
271   * sync-accounts.linux uses vipw, vigr.
272   * Removed sync-accounts-mktar (eewwgh).
273   * Makefile and Debian control stuff added.
274
275   Other changes:
276   * debian/copyright file improved.
277   * named-conf script has copyright notice at top.
278
279  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 14 Jul 2002 21:18:35 +0100
280
281 chiark-utils (2.2.6) unstable; urgency=low
282
283   * chiark-named-conf --mail-* works without zone list as args.
284   * chiark-named-conf --mail-* prints better output.
285
286  -- Ian Jackson <ian@chiark.greenend.org.uk>  Sat,  1 Jun 2002 01:12:00 +0100
287
288 chiark-utils (2.2.4) unstable; urgency=low
289
290   * chiark-named-conf can send mail reports, and is generally better.
291
292  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 26 May 2002 21:03:11 +0100
293
294 chiark-utils (2.2.3) unstable; urgency=low
295
296   * Allow invocation on 2nd-level domains by coping with superzone `.'
297
298  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 27 Jan 2002 19:38:14 +0000
299
300 chiark-utils (2.2.2) unstable; urgency=low
301
302   * chiark-named-conf does checks on all slaves even for `*' zones.
303   * chiark-named-conf glueless-serverless works properly.
304
305  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 12 Jan 2002 20:19:32 +0000
306
307 chiark-utils (2.2.1) unstable; urgency=low
308
309   * chiark-named-conf gets list of delegated servers right when doing
310     simple checks (ie -l).
311
312  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 12 Jan 2002 00:58:22 +0000
313
314 chiark-utils (2.2.0) unstable; urgency=low
315
316   * Add new chiark-named-conf script with manpage etc., and package it.
317   * Add new scripts directory with Makefile.
318
319  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 12 Jan 2002 00:47:10 +0000
320
321 chiark-utils (2.1.1) unstable; urgency=low
322
323   * add call to mt reten to full.
324
325  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 28 Nov 2001 00:05:11 +0000
326
327 chiark-utils (2.1.0) experimental; urgency=low
328
329   * man pages for readbuffer, writebuffer from Richard Kettlewell.
330   * add info re last-tape and checkallused to iwjbackup.txt.
331   * new `backup-labeltape' utility.
332
333  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri,  9 Nov 2001 21:12:25 +0000
334
335 chiark-utils (2.0.0) experimental; urgency=low
336   
337   * Initial prepackaged release of chiark backup.
338
339   Significant changes since merge chiark/anarres/mnemeth:
340   * readbuffer/writebuffer command line arg for buffer size.
341   * readbuffer/writebuffer share common code.
342   * example config files from Relativity and chiark shipped.
343   * Improved documentation.
344   * bringup-hook created.
345   * bugfixes (all of bugs introduced by merge, AFAICT).
346
347  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon,  8 Oct 2001 01:52:21 +0100
348
349 # Local variables:
350 # mode: debian-changelog
351 # End: