chiark / gitweb /
@@ -1,3 +1,11 @@
[chiark-utils.git] / debian / changelog
1 chiark-utils (4.0.99.0.15) unstable; urgency=low
2
3   * /etc/chiark-backup/snap/lvm (backup/lvm in the source tree) now
4     limits the snapshot size to 1.1x the original lv size (rounded down,
5     ish), as lvcreate has this as an undocumented restriction.
6
7  --
8
9 chiark-utils (4.0.99.0.14) unstable; urgency=low
10
11   * /etc/chiark-backup/snap/lvm (backup/lvm in the source tree) now uses
12     the free extents on the vg as the default size for the snapshot.  This
13     is somewhat better although still not ideal in some cases, obviously.
14
15  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  5 Apr 2005 20:06:27 +0100
16
17 chiark-utils (4.0.99.0.13) unstable; urgency=low
18
19   * Fix usage message for cvs-repomove to be accurate.
20
21  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 31 Dec 2004 15:52:25 +0000
22
23 chiark-utils (4.0.99.0.12) unstable; urgency=low
24
25   * New `cvs-adjustroot' and `cvs-repomove' scripts (no documentation).
26   * Mention cvs-* and palm-datebook-reminders in debian/control.
27
28  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 31 Dec 2004 15:50:44 +0000
29
30 chiark-utils (4.0.99.0.10) unstable; urgency=low
31
32   * New `random-word' script (no documentation).
33   * New xacpi-simple utility (no documentation).
34
35  -- Ian Jackson <ian@localhost.localdomain>  Sun, 12 Dec 2004 18:58:14 +0000
36
37 chiark-utils (4.0.99.0.7) unstable; urgency=low
38
39   * backup: pass -P option to df in lvm snap script.
40
41  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 19 May 2004 01:17:59 +0100
42
43 chiark-utils (4.0.99.0.6) unstable; urgency=low
44
45   * sync-accounts works properly with groups with - + . in names
46   * ngspice2genspic script
47   * gnucap2gnuplot split with new genspic int
48   * gnucap2gnuplot script.
49   * really has -R (chroot) option, and usage message improved.
50   * backup: pass -P option to df (to produce nicely parseable output format).
51   * backup: pass -xtmpfs option to df.
52
53  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 19 May 2004 00:10:51 +0100
54
55 chiark-utils (4.0.99.0.5) unstable; urgency=low
56
57   chiark-backup:
58   * Fix critical driver script lost output bug.
59   * Say `(C)' in nroff pages rather than `\(c0' (typo for `\(co').
60     (Closes: #208299 - Debian bug, thanks to Colin Watson.)
61   * Move tape.* symlinks for chiark example into chiark directory.
62     (Closes: #208300 - Debian bug, thanks to Colin Watson.)
63
64  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 15 Oct 2003 21:47:17 +0100
65
66 chiark-utils (4.0.99.0.3) unstable; urgency=low
67
68   * use -m600 when creating named pipe
69
70  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 2003 23:31:39 +0100
71
72 chiark-utils (4.0.99.0.2) unstable; urgency=low
73
74   * ship snap-drop
75   * don't mind devices on local filesystems (was failed stat bug)
76   * snap bugfixes
77   * use dump label
78
79  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 2003 23:06:00 +0100
80
81 chiark-utils (4.0.99.0.1) unstable; urgency=low
82
83   * backup: new lvm/remount-ro snapshotting feature.
84   * backup: new gtar backup type
85
86  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 2003 20:39:13 +0100
87
88 chiark-utils (4.0.0) unstable; urgency=medium
89
90   New programs and utilities:
91   * trivsoundd (cprogs, no .deb).  Largely untested.
92   * palm-datebook-reminders (scripts, chiark-scripts.deb)
93   * really (cprogs, chiark-really.deb)
94   * with-lock-ex (cprogs, chiark-utils-bin.deb)
95   * usernice, cvsweb-list, smtpallow.  (Source only, not built.)
96     
97   chiark-named-conf:
98   * remove warnings by adding complete set of function prototypes
99   * check foreign zones from delegation by default (-mforeign!*)
100
101   chiark-rwbuffer:
102   * fix writebuffer's progname.
103
104   chiark-backup:
105   * full dumps have tapedesc in TAPEID
106   * fix reporting of unaccountable filesystems.
107   * compression support (gz as a style option).
108   * ntfsimage support.
109   * Count and display on-tape file numbers.
110   * Count output blocks for each tape file and in total.
111   * $nice and $nasty in settings.pl.
112   * Show mt runes when we execute them.
113   * A little less clone-and-hack.
114   * Manpages.
115
116   Build system improvements:
117   * Make manpages non-executable (!) (ie install with INSTALL_SHARE)
118   * Makefile commonality moved into settings.make.
119   * readbuffer/writebuffer moved into new cprogs directory.
120   
121   Debian-specific changes:
122   * sync-accounts and chiark-named-conf merged into single
123     chiark-scripts package.
124   * Add section and priority fields
125   * Update to a sensible standards-version
126   * Correct location of the GPL
127
128  -- Matthew Vernon <matthew@debian.org>  Wed, 16 Jul 2003 12:01:01 +0100
129
130 chiark-utils (3.0.3) unstable; urgency=low
131
132   * chiark-backup: compatibility with md5sum from dpkg 1.10.4.
133   * chiark-named-conf: manpage gluelessness section improved.
134
135  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 20 Oct 2002 17:42:53 +0100
136
137 chiark-utils (3.0.2) unstable; urgency=low
138
139   * Enhanced portability: cope with (and preserve) comments and 
140     blank lines in local database files.
141
142  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 14 Jul 2002 23:21:31 +0100
143
144 chiark-utils (3.0.1) unstable; urgency=low
145
146   * Enhanced portability: -g root => -g $(SYSTEM_GROUP)
147
148  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 14 Jul 2002 21:52:46 +0100
149
150 chiark-utils (3.0.0) unstable; urgency=low
151
152   sync-accounts:
153   * Moved all files from old CVS repository into chiark-utils.
154   * Manpages for everything.
155   * /etc/sync-accounts comments may be indented.
156   * Copyright notices sorted out.
157   * sync-accounts.linux uses vipw, vigr.
158   * Removed sync-accounts-mktar (eewwgh).
159   * Makefile and Debian control stuff added.
160
161   Other changes:
162   * debian/copyright file improved.
163   * named-conf script has copyright notice at top.
164
165  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 14 Jul 2002 21:18:35 +0100
166
167 chiark-utils (2.2.6) unstable; urgency=low
168
169   * chiark-named-conf --mail-* works without zone list as args.
170   * chiark-named-conf --mail-* prints better output.
171
172  -- Ian Jackson <ian@chiark.greenend.org.uk>  Sat,  1 Jun 2002 01:12:00 +0100
173
174 chiark-utils (2.2.4) unstable; urgency=low
175
176   * chiark-named-conf can send mail reports, and is generally better.
177
178  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 26 May 2002 21:03:11 +0100
179
180 chiark-utils (2.2.3) unstable; urgency=low
181
182   * Allow invocation on 2nd-level domains by coping with superzone `.'
183
184  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 27 Jan 2002 19:38:14 +0000
185
186 chiark-utils (2.2.2) unstable; urgency=low
187
188   * chiark-named-conf does checks on all slaves even for `*' zones.
189   * chiark-named-conf glueless-serverless works properly.
190
191  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 12 Jan 2002 20:19:32 +0000
192
193 chiark-utils (2.2.1) unstable; urgency=low
194
195   * chiark-named-conf gets list of delegated servers right when doing
196     simple checks (ie -l).
197
198  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 12 Jan 2002 00:58:22 +0000
199
200 chiark-utils (2.2.0) unstable; urgency=low
201
202   * Add new chiark-named-conf script with manpage etc., and package it.
203   * Add new scripts directory with Makefile.
204
205  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 12 Jan 2002 00:47:10 +0000
206
207 chiark-utils (2.1.1) unstable; urgency=low
208
209   * add call to mt reten to full.
210
211  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 28 Nov 2001 00:05:11 +0000
212
213 chiark-utils (2.1.0) experimental; urgency=low
214
215   * man pages for readbuffer, writebuffer from Richard Kettlewell.
216   * add info re last-tape and checkallused to iwjbackup.txt.
217   * new `backup-labeltape' utility.
218
219  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri,  9 Nov 2001 21:12:25 +0000
220
221 chiark-utils (2.0.0) experimental; urgency=low
222   
223   * Initial prepackaged release of chiark backup.
224
225   Significant changes since merge chiark/anarres/mnemeth:
226   * readbuffer/writebuffer command line arg for buffer size.
227   * readbuffer/writebuffer share common code.
228   * example config files from Relativity and chiark shipped.
229   * Improved documentation.
230   * bringup-hook created.
231   * bugfixes (all of bugs introduced by merge, AFAICT).
232
233  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon,  8 Oct 2001 01:52:21 +0100
234
235 # Local variables:
236 # mode: debian-changelog
237 # End: