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