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