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