chiark / gitweb /
962c562f7a5f550e84181dfd5534c53462b25bea
[chiark-utils.git] / debian / changelog
1 chiark-utils (5.0.3~citrix2) unstable; urgency=medium
2
3   with-lock-ex:
4   * Switch to using getopt.
5   * New -t (timeout) option.  Closes:#858555.
6
7   git-cache-proxy:
8   * New --serve-timeout option.
9   * Radically increase several timeouts.
10
11   Copyright faff:
12   * Add DEVELOPER-CERTIFICATE file and start using S-o-b practice.
13   * Convert with-lock-ex to MIT, since the PD dedication is not
14     effective in some jurisdictions.
15
16  --
17
18 chiark-utils (5.0.3~citrix1) unstable; urgency=medium
19
20   * git-cache-proxy: Do not spuriously timeout on too many simultaneous
21     invocations (specifically, do not timeout when reacquiring the lock
22     before serving).
23
24  -- Ian Jackson <ian.jackson@eu.citrix.com>  Wed, 26 Apr 2017 13:04:12 +0100
25
26 chiark-utils (5.0.2) unstable; urgency=medium
27
28   * Portability fix: Fix on libcs where st_mtime is not a macro
29     (ie, ones lacking st_mtim.)
30
31  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 23 Jan 2017 18:12:52 +0000
32
33 chiark-utils (5.0.1) unstable; urgency=medium
34
35   * with-lock-ex: provide -l
36
37  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 23 Jan 2017 17:53:50 +0000
38
39 chiark-utils (5.0.0) unstable; urgency=medium
40
41   New programs:
42   * cgi-fcgi-interp
43   * git-branchmove
44
45   nntpid:
46   * install in /usr/bin.  Closes:#773651.
47
48   cvs-adjustroot:
49   * Properly exit nonzero in case of error.
50     Fixes the first half of #839708.
51   * Silently succeed for */CVS/Root entries which already match
52     the new value.  Closes:#839708 (second half).
53   * Reinvoke oursevles via "$0" rather than our hardcoded name.
54     Makes testing easier, etc.
55
56   xduplic-copier:
57   * Print error message, rather than segfaulting, if XOpenDisplay fails.
58   * Use XkbKeycodeToKeysym instead of XKeycodeToKeysym.
59   * Drop obsolete variable "ts_last".
60
61   chiark-backup:
62   * No longer attempt to lvchange -a n the snapshot volume.
63   * Add daft_sleep calls to snapshot code.
64   * Honour CHIARK_BACKUP_SHAREDIR in snap/lvm script.
65
66   Documentation:
67   * Install manpage summer(1).
68   * Provide more .txt `docs' (xbatmon-simple.txt, rcopy-repeatedly.txt).
69
70   Packaging:
71   * Rebuild on current sid: Closes:#811216.
72   * Fix tiny typo in long description.  Closes:#819746.  (Luke Faraone.)
73   * Fix build repro by using gzip -n.  Closes:#777300.  (Chris Lamb.)
74   * Drop debian/rules seddery for libgmp3c2 C++ ABI transition.
75   * Add debian/.debhelper to .gitignore.
76   * Drop `-isp' from dpkg-gencontrol invocation.
77   * Drop a lot of -l options from xduplic-copier.
78
79  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 05 Nov 2016 13:48:37 +0000
80
81 chiark-utils (4.4.2) unstable; urgency=low
82
83   Copyright licencing fixes:
84   * nntpid: Provice actual licence (dual MIT/GPL3+).  Closes:#773650.
85   * git-cache-proxy: Mention in debian/copyright.
86   * git-cache-proxy: Update copyright year list to include 2014.
87
88  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 21 Dec 2014 15:07:20 +0000
89
90 chiark-utils (4.4.1) unstable; urgency=low
91
92   Safety and convenience fix:
93   * Redact command name characters outside 33-126.
94
95   Portability fixes for platforms where we can't build acctdump:
96   * Do not build on platforms with no <sys/acct.h>
97
98   Portability fixes for acctdump on kFreeBSD:
99   * Use different struct acct, and different headers, on different
100     platforms.
101   * Tolerate lack of ac_exitcode.
102   * Tolerate lack of ac_minflt and ac_majflt (and use %lu as is right).
103   * Tolerate variation in ac_flag field name, and, to an extent, value.
104   * Print ac_mem and ac_io if available.
105   * Together, the above: Closes:#766913.
106
107  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 26 Oct 2014 23:52:41 +0000
108
109 chiark-utils (4.4.0) unstable; urgency=low
110
111   New utilities:
112   * acctdump.  (Imported from CVS and chiark by Jonathan Amery.)
113
114  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 26 Oct 2014 14:39:11 +0000
115
116 chiark-utils (4.3.1) unstable; urgency=medium
117
118   Bugfixes:
119   * expire-iso8601: Fix mistake in usage message.
120   * git-cache-proxy: Fix various bugs in housekeeping.  Fixes a bug
121     where a particular cache dir could become `Not a git repository.
122
123  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 28 Jul 2014 15:52:50 +0100
124
125 chiark-utils (4.3.0) unstable; urgency=medium
126
127   New utilities:
128   * xduplic-copier.  Closes:#727223.
129   * git-cache-proxy.
130
131   New features:
132   * random-word: -F<n> option for using only first <n> lines of source file.
133
134   Bugfixes:
135   * Make xbatmon-simple tolerate the lack of "type" in power supply uevent
136     fields, by guessing the type from the presence or absence of "present"
137     (which appears for batteries) and "online" (which appears for mains).
138     Closes: #689134.
139
140   Documentation improvements:
141   * really: Add "danger!" warning to usage message description of -R.
142   * really: Document -R option in the manpage.  Closes:#693354.
143   * really: Document need to be in the "root" group as well.  (This is
144     better than removing the restriction, because it would be dangerous to
145     relax this security barrier in existing deployments.)  Closes:#693356.
146   * watershed; Provide -h and --help options.  Closes:#659989.
147
148   Build and portability fixes:
149   * cprogs: Saner build runes when extra libs or objs needed.
150   * cprogs: Honour CMDLINE_CFLAGS, CMDLINE_CPPFLAGS, CMDLINE_LDFLAGS.
151   * debian/rules: use dpkg-buildflags and pass to Makefile.
152   * cprogs/Makefile: clean deletes $PROGRAMS
153   * random-word: Some perl-mode emacs formatting glitch workarounds.
154   * random-word: use strict; -w.
155   * cprogs/usr-local-src-misc-Makefile: Remove ancient cruft file.
156
157  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 29 Nov 2013 20:52:15 +0000
158
159 chiark-utils (4.2.0) unstable; urgency=low
160
161   * Rename `xacpi-simple' to `xbatmon-simple':
162     - rename source file
163     - change program name in Makefiles, .gitignore, rules, etc.
164     - change program's idea of its own name for usage message
165     - look for X resources under both old ane new names
166     - provide a compatibility symlink (using dh_link)
167
168  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 10 Jun 2012 21:40:32 +0100
169
170 chiark-utils (4.1.32) unstable; urgency=medium
171
172   xacpi-simple improvements:
173   * Better parsing of boolean -debug option.
174   * Support -into, -iconic and -withdrawn options.
175
176   Packaging fix:
177   * debian/rules clean removes various sv-* and dh log files.
178
179  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 07 Jun 2012 19:22:46 +0100
180
181 chiark-utils (4.1.31) unstable; urgency=medium
182
183   Bugfixes to programs:
184   * xacpi-simple updated:
185     - Now works with recent kernels by reading /sys/class/power_supply
186       (so is now misnamed, since that may or may not come from acpi).
187       Closes: #635242.
188     - Copes both with batteries which report charge/current and ones which
189       report energy/power.
190     - Copes with batteries which are not full, charging or discharging
191       (eg, if the system is on a/c but battery charging is suppressed).
192     - Shows red when time remaining is less than 5 minutes (configurable)
193       rather than trying to use "alarm" value from /sys/class/power_supply
194       (which is not very predictable or reliable).
195     - Option -debug produces some debugging output.
196     - In the code, rename pix_... variables to be named after the meaning
197       rather than the default colour.
198   * chiark-backup's /etc/chiark-backup/snap/nosnap is now more careful
199     about rm vs. rmdir of its link/mountpoint/whatever.
200
201   Documentation and description improvements:
202   * watershed now installs its head doc comment in
203     /usr/share/doc/chiark-utils-bin/watershed.txt.
204     This is apropos of #659989 but is of course not a proper fix.
205   * Mention rcopy-repeatedly in the Description.
206
207   User-visible packaging improvements:
208   * chiark-backup Suggests chiark-utils-bin, not the nonexistent
209     chiark-cprogs (for `summer').
210
211   Other packaging and source code improvements:
212   * Provide build-arch and build-indep debian/rules targets.
213   * Fix the type of a callback function passed to scandir, to expect
214     struct dirent**'s rather than void*'s.
215   * Add -Wno-pointer-sign to gcc warning options.
216   * Add ${misc:Depends} to Depends: lines.  Causes no change to the .debs.
217   * Switch to git.  Move .cvsignores to .gitignore, etc.
218   * Update my email address.
219
220  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 06 Jun 2012 02:30:50 +0100
221
222 chiark-utils (4.1.30) unstable; urgency=low
223
224   * rcopy-repeatedly: new utility
225   * cvs-repomove: work with Solaris's shoddy sed.  (Closes: #497670)
226   * backup/snap-drop: honour argument specifying vardir.
227
228  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed,  8 Oct 2008 21:42:17 +0100
229
230 chiark-utils (4.1.29) unstable; urgency=low
231
232   * backup-snaprsync: pass $vardir as argument to snap-drop
233   * backup-snaprsync: add a missing x prefix to an ssh invocation
234   * chiark-backup: really cope properly with nosnap removal
235
236  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 28 Aug 2008 20:02:47 +0100
237
238 chiark-utils (4.1.28+nmu2) unstable; urgency=low
239
240   * Non-maintainer upload.
241   * Fix "file-in-etc-not-marked-as-conffile /etc/chiark-backup/snap/nosnap"
242     by adding /etc/chiark-backup/snap/nosnap to debian/chiark-
243     backup/conffiles (closes: #553560).
244
245  -- gregor herrmann <gregoa@debian.org>  Sat, 05 Dec 2009 13:27:32 +0100
246
247 chiark-utils (4.1.28+nmu1) unstable; urgency=low
248
249   * Non-maintainer upload.
250   * change build dependency from libnettle-dev to nettle-dev
251     (Closes: #543123).
252
253  -- Magnus Holmgren <holmgren@debian.org>  Wed, 02 Sep 2009 08:55:36 +0200
254
255 chiark-utils (4.1.28) unstable; urgency=high
256
257   chiark-named-conf:
258   * Remove obsolete +nodebug option from calls to dig;
259     required for BIND9 compatibility.  Thanks to Ross Younger.
260   * Foreign zones work properly using the configuration
261     prevailing at the end of the config file.
262   * Warn if user specifies a zone with the trailing `.'.
263
264   Other:
265   * hexterm: Declare and document the dependency of hexterm on tcl8.4.
266   * chiark-backup: remove snap-mount properly whether it's a dir or a leaf
267     node (such as a symlink).
268
269  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 27 Aug 2008 23:26:55 +0100
270
271 chiark-utils (4.1.24) unstable; urgency=low
272
273   * Change my email address in the Maintainer field so that
274     when I say Closes: in the changelog it doesn't say "fixed in NMU".
275
276  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 23 Sep 2007 16:39:48 +0100
277
278 chiark-utils (4.1.23) unstable; urgency=low
279
280   * chiark-named-conf improvements:
281     - set $|=1 to make output better with eg  2>&1 |less
282     - new allow-indirect-glue directive
283     - new forbid-slave directive
284     - remove incorrect references to SOA ORIGIN - should be MNAME
285     - allow config file to not exist.  Closes: #274528.
286     - do not warn about glueful nameservers in serverless-glueless
287       areas (since these can't cause problems).  Thanks to Ben Harris
288       for report and subsequent discussion.
289   * chiark-backup Depends on chiark-utils-bin.  Closes: #401611.
290   * summer manpage (thanks to Peter Maydell for initial contribution).
291     (Closes: #401640.)
292   * summer has new -B option for suppressing times of unusual node types.
293   * backup-snaprsync passes -B to summer.
294   * copyright notices for various scripts.
295   * many scripts mentioned in Description and debian/copyright.
296   * use dh_strip rather than doing it ourselves.  Closes #436624.
297   (4.1.22 was an internal unreleased version.)
298
299  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 22 Sep 2007 02:29:55 +0100
300
301 chiark-utils (4.1.21) unstable; urgency=low
302
303   * backup-snaprsync: pass -I to rsync when copying rsums.
304   * update licence to GPLv3 or later (was GPLv2 or later).
305   * remove FSF's paper address from debian/copyright
306     and refer to the FSF and GNU websites instead.
307   * update copyright dates in backup/.
308   * Fix some out of date email addresses.
309   * summer and watershed's shlibdeps go into Recommends since
310     bits of the package are useable without them.
311   * seddery libgmp3 dependencies to libgmp3 | libgmp3c2 since
312     we are C and not C++ and care nothing for C++ ABI transitions.
313   * Document the dependency relationships in the Description.
314
315  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 21 Sep 2007 21:58:33 +0100
316
317 chiark-utils (4.1.20) unstable; urgency=low
318
319   * Fix bashism in upstream backup/Makefile.  Closes: #379541.
320
321  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 13 Jul 2007 09:49:17 +0100
322
323 chiark-utils (4.1.19) unstable; urgency=low
324
325   * Mention summer, xacpi-simple, watershed in chiark-utils-bin's description.
326   * Set SHELL=/bin/bash in debian/rules.  Closes: #379541.
327   * Remove Matthew from the Uploaders.  Closes: #280012.
328
329  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 12 Jul 2007 17:25:11 +0100
330
331 chiark-utils (4.1.18) unstable; urgency=low
332
333   * summer works even if passed multiple option-containing args.
334   * workaround for nettle bug, supply -lgmp if -lnettle.
335
336  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 23 May 2007 19:42:05 +0100
337
338 chiark-utils (4.1.17) unstable; urgency=low
339
340   * summer has new -M (do not print mtimes) option.
341
342  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 23 May 2007 18:56:53 +0100
343
344 chiark-utils (4.1.16) unstable; urgency=low
345
346   * chiark-backup's snaprsync has new rsynccompress option.
347
348  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 19 Apr 2007 23:23:32 +0100
349
350 chiark-utils (4.1.15) unstable; urgency=low
351
352   * chiark-backup's snaprsync sedderies mountpoint out before sums diff.
353   * chiark-backup's snaprsync has new sshopts option.
354
355  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 19 Apr 2007 20:12:37 +0100
356
357 chiark-utils (4.1.14) unstable; urgency=low
358
359   * summer has new -x (one file system) option.
360   * summer produces better output with -f when scandir fails.
361   * chiark-backup's snaprsync uses summer -x.
362   * chiark-backup suggests chiark-cprogs with summer with -x.
363
364  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 18 Feb 2007 13:02:21 +0000
365
366 chiark-utils (4.1.13) unstable; urgency=low
367
368   * New `nosnap' no-op snap kind.
369
370  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 16 Feb 2007 19:10:23 +0000
371
372 chiark-utils (4.1.12) unstable; urgency=low
373
374   * New `watershed' program.
375
376  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 15 Feb 2007 01:12:05 +0000
377
378 chiark-utils (4.1.11) unstable; urgency=low
379
380   * remountresizereiserfs version copied from chiark.  Works with LVM1
381     on 2.6.x, but not with 2.4.x due to stupid stupid LVM bug where
382     sizes are reported in 512-byte kilobytes but only sometimes.  Also
383     fixed to cope better with dm-based LVM volumes.
384   * New script `summarise-mailbox-preserving-privacy'.
385
386  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 22 Nov 2006 19:53:17 +0000
387
388 chiark-utils (4.1.10) unstable; urgency=low
389
390   * New script `hexterm', `terminal emulator' for binary data,
391     display/entry in ASCII and hex.
392
393  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon,  2 Oct 2006 22:21:52 +0100
394
395 chiark-utils (4.1.9) unstable; urgency=low
396
397   * New better algorithm for expire-iso8601.
398
399  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon,  2 Oct 2006 18:11:56 +0100
400
401 chiark-utils (4.1.8) unstable; urgency=low
402
403   * remountresizereiserfs: New script for calculating resize= parameter.
404
405  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 15 Aug 2006 15:46:19 +0100
406
407 chiark-utils (4.1.7) unstable; urgency=low
408
409   * backup: new `noinc' fs line option.
410
411  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 14 Aug 2006 11:04:30 +0100
412
413 chiark-utils (4.1.6) unstable; urgency=low
414
415   * backup/snaprsync: work around bug in bash (Debian #382798).
416
417  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 14 Aug 2006 00:43:00 +0100
418
419 chiark-utils (4.1.5) unstable; urgency=low
420
421   * expire-iso8601 - new script.
422   * backup/snaprsync: allow setting of program to use for summer; allow
423     setting of rsync options; allow settings to be set to empty strings on
424     the command line; do not fail if localprevious,rsums is missing.
425   * cprogs/summer.c: properly fix for reentrancy of buf.
426
427  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 13 Aug 2006 17:04:08 +0100
428
429 chiark-utils (4.1.4) unstable; urgency=low
430
431   summer bugfix:
432   * `buf' is used reentrantely by recurse() and sometimes is the `path'
433     argument to recurse; cope appropriately.
434
435  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  5 Aug 2006 15:34:03 +0100
436
437 chiark-utils (4.1.3) unstable; urgency=low
438
439   backup snap remountrocp fixes:
440   * Size of snapshot volume properly calculated (now we divide by 1k
441     since df reports in bytes and vgdisplay in kbytes).
442   * Restrict copy to same file system (oops!).
443   * Nicer messages from remountrocp (-q to mkfs; various echoes).
444
445   backup snaprsync fixes:
446   * Support --subdir= option, defaults to `.' (root of source fs).
447   * Correctly set up /var/lib/chiark-backup/snap-drop so drop works.
448   * Send output of local summer to fd 3 as required.
449
450  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Jul 2006 15:41:07 +0100
451
452 chiark-utils (4.1.2) unstable; urgency=low
453
454   * Translate /dev/mapper devices from mount table into LVM device names.
455   * Use `current logical extents associated to logical volume' (field 8)
456     rather than `allocated logical extents of logical volume' (field 9)
457     for size, as the latter is sometimes -1 for some reason.
458   * Attempt 10 times to mount readonly.
459   * Comments stating that lvm{create,extents}core1 need vgroup.
460
461  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Jul 2006 14:44:23 +0100
462
463 chiark-utils (4.1.1) unstable; urgency=low
464
465   * summer sorts the output and identifies hardlink
466     targets instead of printing link count.
467   * backup: new `remountrocp' snapshot type.
468   * backup: snaprsync script shipped.
469
470  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Jul 2006 13:19:27 +0100
471
472 chiark-utils (4.1.0) unstable; urgency=low
473
474   New facilities:
475   * New `cvs-repomove' and `cvs-adjustroot' programs,
476         for moving CVS repositories about safely and easily.
477   * New `random-word' script (no documentation).
478   * New `xacpi-simple' utility (no documentation).
479   * New `summer' checksumming program with no manpage.
480   * Spice and gnuplot scripts `ngspice2genspic', `gnucap2genspec'
481     `genspic2gnuplot'.
482
483   chiark-backup:
484   * Pass -P option to df (to make new df not break things).
485   * Pass -xtmpfs option to df.
486   * Fix critical driver script lost output bug.
487   * Fix pipe mode by passing -m600 when creating it.
488   * Don't mind devices on local filesystems (was failed stat bug).
489   * New lvm/remount-ro snapshotting feature.
490   * New `snaprsync' script which is still a work in progress.
491   * New gtar backup type.
492   * Use (set) dump label field.
493   * Say `(C)' in nroff pages rather than `\(c0' (typo for `\(co').
494     (Closes: #208299 - Debian bug, thanks to Colin Watson.)
495   * Move tape.* symlinks for chiark example into chiark directory.
496     (Closes: #208300 - Debian bug, thanks to Colin Watson.)
497
498   Other fixes and improvements:
499   * Size for readbuffer/writebuffer may be in k or bytes.
500   * sync-accounts works properly with groups with - + . in names
501   * really has -R (chroot) option, and usage message improved.
502   * Typo in copyright statement in with-lock-ex.1 fixed.
503   * Mention cvs-* and palm-datebook-reminders in debian/control.
504   * Make myself (Ian Jackson) the Maintainer.
505   * Fix manpage titles for palm-datebook-reminders(1) and really(8).
506
507  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 27 Jun 2006 19:40:57 +0100
508
509 chiark-utils (4.0.0) unstable; urgency=medium
510
511   New programs and utilities:
512   * trivsoundd (cprogs, no .deb).  Largely untested.
513   * palm-datebook-reminders (scripts, chiark-scripts.deb)
514   * really (cprogs, chiark-really.deb)
515   * with-lock-ex (cprogs, chiark-utils-bin.deb)
516   * usernice, cvsweb-list, smtpallow.  (Source only, not built.)
517     
518   chiark-named-conf:
519   * remove warnings by adding complete set of function prototypes
520   * check foreign zones from delegation by default (-mforeign!*)
521
522   chiark-rwbuffer:
523   * fix writebuffer's progname.
524
525   chiark-backup:
526   * full dumps have tapedesc in TAPEID
527   * fix reporting of unaccountable filesystems.
528   * compression support (gz as a style option).
529   * ntfsimage support.
530   * Count and display on-tape file numbers.
531   * Count output blocks for each tape file and in total.
532   * $nice and $nasty in settings.pl.
533   * Show mt runes when we execute them.
534   * A little less clone-and-hack.
535   * Manpages.
536
537   Build system improvements:
538   * Make manpages non-executable (!) (ie install with INSTALL_SHARE)
539   * Makefile commonality moved into settings.make.
540   * readbuffer/writebuffer moved into new cprogs directory.
541   
542   Debian-specific changes:
543   * sync-accounts and chiark-named-conf merged into single
544     chiark-scripts package.
545   * Add section and priority fields
546   * Update to a sensible standards-version
547   * Correct location of the GPL
548
549  -- Matthew Vernon <matthew@debian.org>  Wed, 16 Jul 2003 12:01:01 +0100
550
551 chiark-utils (3.0.3) unstable; urgency=low
552
553   * chiark-backup: compatibility with md5sum from dpkg 1.10.4.
554   * chiark-named-conf: manpage gluelessness section improved.
555
556  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 20 Oct 2002 17:42:53 +0100
557
558 chiark-utils (3.0.2) unstable; urgency=low
559
560   * Enhanced portability: cope with (and preserve) comments and 
561     blank lines in local database files.
562
563  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 14 Jul 2002 23:21:31 +0100
564
565 chiark-utils (3.0.1) unstable; urgency=low
566
567   * Enhanced portability: -g root => -g $(SYSTEM_GROUP)
568
569  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 14 Jul 2002 21:52:46 +0100
570
571 chiark-utils (3.0.0) unstable; urgency=low
572
573   sync-accounts:
574   * Moved all files from old CVS repository into chiark-utils.
575   * Manpages for everything.
576   * /etc/sync-accounts comments may be indented.
577   * Copyright notices sorted out.
578   * sync-accounts.linux uses vipw, vigr.
579   * Removed sync-accounts-mktar (eewwgh).
580   * Makefile and Debian control stuff added.
581
582   Other changes:
583   * debian/copyright file improved.
584   * named-conf script has copyright notice at top.
585
586  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 14 Jul 2002 21:18:35 +0100
587
588 chiark-utils (2.2.6) unstable; urgency=low
589
590   * chiark-named-conf --mail-* works without zone list as args.
591   * chiark-named-conf --mail-* prints better output.
592
593  -- Ian Jackson <ian@chiark.greenend.org.uk>  Sat,  1 Jun 2002 01:12:00 +0100
594
595 chiark-utils (2.2.4) unstable; urgency=low
596
597   * chiark-named-conf can send mail reports, and is generally better.
598
599  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 26 May 2002 21:03:11 +0100
600
601 chiark-utils (2.2.3) unstable; urgency=low
602
603   * Allow invocation on 2nd-level domains by coping with superzone `.'
604
605  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 27 Jan 2002 19:38:14 +0000
606
607 chiark-utils (2.2.2) unstable; urgency=low
608
609   * chiark-named-conf does checks on all slaves even for `*' zones.
610   * chiark-named-conf glueless-serverless works properly.
611
612  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 12 Jan 2002 20:19:32 +0000
613
614 chiark-utils (2.2.1) unstable; urgency=low
615
616   * chiark-named-conf gets list of delegated servers right when doing
617     simple checks (ie -l).
618
619  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 12 Jan 2002 00:58:22 +0000
620
621 chiark-utils (2.2.0) unstable; urgency=low
622
623   * Add new chiark-named-conf script with manpage etc., and package it.
624   * Add new scripts directory with Makefile.
625
626  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 12 Jan 2002 00:47:10 +0000
627
628 chiark-utils (2.1.1) unstable; urgency=low
629
630   * add call to mt reten to full.
631
632  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 28 Nov 2001 00:05:11 +0000
633
634 chiark-utils (2.1.0) experimental; urgency=low
635
636   * man pages for readbuffer, writebuffer from Richard Kettlewell.
637   * add info re last-tape and checkallused to iwjbackup.txt.
638   * new `backup-labeltape' utility.
639
640  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri,  9 Nov 2001 21:12:25 +0000
641
642 chiark-utils (2.0.0) experimental; urgency=low
643   
644   * Initial prepackaged release of chiark backup.
645
646   Significant changes since merge chiark/anarres/mnemeth:
647   * readbuffer/writebuffer command line arg for buffer size.
648   * readbuffer/writebuffer share common code.
649   * example config files from Relativity and chiark shipped.
650   * Improved documentation.
651   * bringup-hook created.
652   * bugfixes (all of bugs introduced by merge, AFAICT).
653
654  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon,  8 Oct 2001 01:52:21 +0100
655
656 # Local variables:
657 # mode: debian-changelog
658 # End: