chiark / gitweb /
better changelog
[autopkgtest.git] / debian / changelog
1 autopkgtest (1.0.4) unstable; urgency=low
2
3   * adt-testreport-onepackage:
4     - Handling of source packages' Architecture: field corrected
5       so package selection works properly.
6     - Use ln -f when installing summary.
7     - Capability to suppress emails similar to ones already sent.
8     - Launchpad bug filing including PGP-signing, `affects' line, etc.
9     - Capability to suppress email for packages listed in a
10       suppression file.
11     - Better formatting and explanations in some emails.
12
13   * adt-run:
14     - Options for setting timeouts.
15     - Increase default timeouts 100s, 3ks, 10ks, 100ks.
16   
17   * hosts/chinstrap/*:
18      Screen-scrape Launchpad to get existing bugs and generate a suitable
19      suppression file so we file a bug iff there isn't one already. 
20   
21   * hosts/cadmium/*:
22      New directory for convenience scripts etc on Canonical buildd.
23
24  --
25
26 autopkgtest (1.0.3) unstable; urgency=low
27
28   * Set LANG to C by default for commands (eg builds and tests) run on
29     testbed, and make this configurable.
30   * Make builds work again: Fix `cd *' in work.write (broken by
31     inclusion of `tmpdir' in that directory).
32   * adt-testreport-onepackage has better reporting for DC-running.
33   * Fix handling of non-.deb-producing source packages (eg, ones
34     which produce only .udebs).
35
36  -- Ian Jackson <iwj@ubuntu.com>  Mon, 16 Jul 2007 17:18:03 +0100
37
38 autopkgtest (1.0.2) unstable; urgency=low
39
40   * xenlvm command-line settings properly override config file
41     settings everywhere.
42   * Default value for adt_distro computed in time to be used for
43     default value for adt_play.
44   * Close fd 4 for lvm tools too (suppresses daft `File descriptor
45     left open' message).
46   * Change default lvm lv sizes and make documentation correspond
47     to reality.
48
49  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 13 Jul 2007 15:31:58 +0100
50
51 autopkgtest (1.0.1) unstable; urgency=low
52
53   * adt_debootstrap_opts mentioned in README and passable on
54     command lines, instead of unused adt_pbuilder_args.
55   * Dependency on pbuilder fixed; we use debootstrap, not pbuilder.
56
57  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 16:54:47 +0100
58
59 autopkgtest (1.0.0) gutsy; urgency=low
60
61   * Locking: <play>.lock (unlinkable fcntl style) plus <play>/good
62     sentinel file.  This will avoid conflicts between simultaneous calls
63     to with-testbed and setup (and others).  The `with' mode of the userv
64     target is enhanced so that the caller can take out the lock and hold
65     it will starting and discarding the testbed more than once.
66
67  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 15:01:35 +0100
68
69 autopkgtest (0.9.2) unreleased; urgency=low
70
71   * Really discard stderr from our ought-to-be-unnecessary
72     modprobe dm-snapshot.
73
74  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 12 Jul 2007 14:31:20 +0100
75
76 autopkgtest (0.9.1) gutsy; urgency=low
77
78   * autopkgtest-xenlvm declares that it Depends on dmsetup.
79   * Discard stderr from our ought-to-be-unnecessary modprobe dm-snapshot.
80   * New `console' mode for userv service.
81   * Move README.userv to autopkgtest-xenlvm package (and hence to
82     /usr/share/doc/autopkgtest-xenlvm).
83   * Do not mind if directory named by adt_modules doesn't exist - in
84     that case just don't copy any modules.
85   * Attempt to install libc6-xen in fixups-inside, rather than instructing
86     debootstrap to install it.  This makes us not mind if it's missing.
87
88  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 09:50:13 +0100
89
90 autopkgtest (0.9.0) gutsy; urgency=low
91
92   New features:
93   * userv service for testbed invocation now provided and
94     at least somewhat tested, and useable by adt-virt-xenlvm.
95   * New print-execute-command command for virtualisation servers.
96   * New adt_sshauthkeys_hook config variable.
97   * pass count= to dd for erasure when lvm_erasebase=true.
98
99   Bugfixes:
100   * Fix filename pattern bug which can prevent automatic keypair
101     generation (false claim that privkey and pubkey do not match).
102   * Do not demand vg or distro information for initscript to work.
103   * export adt_* variable settings resulting from command-line
104     arguments so that subprocesses get them properly, and arrange
105     for the `defaults for simple settings' not to override environment
106     variables.
107   * suppress various variable settings' default computations (and
108     consequent failure if the default can't be established) when
109     processing config for the initscript.  The initscript does not
110     need per-testbed configuration options.
111   * close fd 8 when running vgdisplay (which avoids an annoying and
112     spurious warning from the lvm tools).
113
114   Packaging:
115   * autopkgtest-xenlvm now Recommends: lvm2 and debootstrap.
116   * autopkgtest Suggests curl (adt-testreport-onepackage needs it).
117
118   Portability:
119   * Check for udev persistent-net-generator and if enabled we
120     write a rune for eth0 for guest_macaddr into the RULES_FILE
121     specified in /lib/udev/write_net_rules.  (Needed for gutsy.)
122   * Remove iwj-specific stuff from adt-testreport-onepackage and put
123     it into onepackage-config with scary warnings to tell people to
124     edit the file.
125
126   Documentation:
127   * ip forwarding warning clarified.
128   * README documentation of default value for erasebase corrected.
129
130  -- Ian Jackson <iwj@ubuntu.com>  Tue,  3 Jul 2007 14:58:56 +0100
131
132 autopkgtest (0.8.2feisty1~iwj) feisty-updates; urgency=low
133
134   * Fix readconfig.in to set adt_$var rather than just $var.
135   * Use fd 8 for readconfig stdout parking rather than fd 10, to avoid
136     Debian #423400 (bash bug).
137   * Truncate files when writing them (copyup, copydown, etc) (!)
138   * Remove spurious \ from `do not know how to handle filename' message.
139   * Reset signal handlers in VirtSubproc cleanup.
140
141  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 17 May 2007 15:11:31 +0100
142
143 autopkgtest (0.8.2) gutsy unstable; urgency=low
144
145   * Fix fd handling to work around Python's habit of closing files
146     you specify in subprocess.Popen.
147   * Error handling bugfixes: say except (IOError,OSError) everywhere
148     rather than just one of those two; correct harmless bug in gpg key
149     generation error handling.
150   * Make adt-virt-null work properly (VirtSubProc runs `down' with
151     a single argument, so down must be sh -c and not []).
152   * In VirtSubProc close spurious copy of plumbing pipe, which prevents
153     certain hangs during error situations.
154   * Xen cleanup script runs dmsetup info / dmsetup remove several times
155     with some sleeps because xm destroy is not properly instantaneous.
156   * Fix handling of pre-built source trees.
157   * Fix cleanup handling not to delete tmpdir before resetting testbed's
158     apt.
159   
160  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 27 Apr 2007 16:06:15 +0100
161
162 autopkgtest (0.8.1) feisty; urgency=low
163
164   * Call dmsetup remove repeatedly instead of messing with udevsettle.
165     udevsettle doesn't always help with the dmsetup remove race.
166
167  -- Ian Jackson <iwj@ubuntu.com>  Wed,  4 Apr 2007 18:04:38 +0100
168
169 autopkgtest (0.8.0) feisty; urgency=low
170
171   * adt-run: new --instantiate option to allow package installation to be
172     forced for testing.  (This is not an ideal approach - it's not very
173     flexible - but works well enough for the current requirements.)
174   * adt-testreport-onepackage: new ability to test binary as well as
175     source packages, using new --instantiate option.
176   * new `timeout=' option on `execute' virt server command.
177   * set some default timeouts (these should be settable with options,
178     really).
179   * Default kernel image guesser is more sophisticated - now we look
180     for something that looks like a Xen kernel rather than guessing
181     from the filename since the filenames seem unstable.
182   * Default setting for adt_fw_allowglobalports is none.
183   * Set DEBIAN_FRONTEND=noninteractive.
184   * Run udevsettle after xm destroy but before dmsetup remove.
185   * Run sendmail -odi not -odq in adt-testreport-onepackage.
186   * Longer timeouts by default.
187   * Print `adt-run: trace' for trace output.
188   * Show all apt stdout (including dpkg stdout) in contemporaneous trace.
189   
190  -- Ian Jackson <iwj@ubuntu.com>  Tue,  3 Apr 2007 20:08:13 +0100
191
192 autopkgtest (0.7.2) feisty; urgency=low
193
194   * adt-testreport-onepackage: new management script, with some
195     example config files onepackage-config and ubuntu-config.
196   * Fixed quite a few bugs in adt-run.
197   * Made adt_distro xenlvm config var settable.
198   * Fixed various packaging problems.
199
200  -- Ian Jackson <iwj@ubuntu.com>  Thu,  8 Mar 2007 14:54:33 +0000
201
202 autopkgtest (0.7.1) feisty; urgency=low
203
204   * Actually ship README.* files.
205   * Manpage for adt-virt-xenlvm.
206   * New adt-virt-null.
207
208  -- Ian Jackson <iwj@ubuntu.com>  Mon, 26 Feb 2007 16:34:41 +0000
209
210 autopkgtest (0.7.0) feisty; urgency=low
211
212   * Many new features, including:
213     - Xen virtualisation service works
214     - Can build packages as necessary
215     - Many bugfixes.
216     - Documentation (moved from the wiki).
217
218  -- Ian Jackson <iwj@ubuntu.com>  Thu, 22 Feb 2007 20:10:30 +0000
219
220 autopkgtest (0.6.1) edgy; urgency=low
221
222   * autopkgtest-xenlvm: filter output from debootstrap to make
223     the amount of output more reasonable.  set -o pipefail.
224     Create a timestamp file on image creation.  Warn if ipv4
225     forwarding is turned off.
226   * Add missing file `xen/justconfig' to bzr.
227   * Fix typo in usage message in adt-virt-chroot.
228
229  -- Ian Jackson <iwj@ubuntu.com>  Wed, 11 Oct 2006 15:42:18 +0100
230
231 autopkgtest (0.6.0) edgy; urgency=low
232
233   * autopkgtest-xenlvm: new package with Xen/LVM management
234     scripts productised.  Not yet glued into autopkgtest proper.
235
236  -- Ian Jackson <iwj@ubuntu.com>  Fri,  6 Oct 2006 20:45:41 +0100
237
238 autopkgtest (0.5.3) dapper; urgency=low
239
240   * Rename package autodebtest => autopkgtest.
241   * Remove a leftover debugging print from adt-virt-chroot.
242
243  -- Ian Jackson <iwj@ubuntu.com>  Tue,  7 Feb 2006 18:02:08 +0000
244
245 autodebtest (0.5.2) dapper; urgency=low
246
247   * New --output-dir option to adt-run.
248   * Bugfixes (including new mandatory cwd argument to `execute'
249     virt server command).
250
251  -- Ian Jackson <iwj@ubuntu.com>  Thu,  2 Feb 2006 19:44:18 +0000
252
253 autodebtest (0.5.1) dapper; urgency=low
254
255   * Manpages and minor fixes.
256
257  -- Ian Jackson <iwj@ubuntu.com>  Tue, 24 Jan 2006 18:37:46 +0000
258
259 autodebtest (0.5.0) unstable; urgency=low
260
261   * Initial release of (still largely proof-of-concept) automatic binary
262     package testing framework.
263
264  -- Ian Jackson <iwj@ubuntu.com>  Fri, 20 Jan 2006 17:56:55 +0000