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