chiark / gitweb /
changelog: document recent changes
[autopkgtest.git] / debian / changelog
1 autopkgtest (1.3.0) unstable; urgency=low
2
3   * New adt-virt-schroot for driving schroot.
4   * Remove dependency on python in testbed.
5   * Incompatible virtualisation server spec changes: print-execute-command
6     replaced by print-auxverb-command and print-shscript-command.
7   * Spec improvements.
8   * Many bugfixes.
9
10  --
11
12 autopkgtest (1.2.0~) unstable; urgency=low
13
14   * adt-xenlvm-*: support for swap, defaulting to 5G.
15     This will break existing setups with insufficient LVM space.
16   * adt-xenlvm-*: allow specification of LVM PVs to use.
17   * remove spurious mkdir of empty variable $snap.
18   * hosts/magrathea/*: setup as working for initial tests.
19   * adt-xenlvm-with-testbed: sleep 1 after xm destroy, which is racy.
20   * Fix a few other bugs from deployment in 2008.
21
22  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 27 Aug 2008 22:12:13 +0100
23
24 autopkgtest (1.1.1~) unstable; urgency=low
25
26   * adt-xenlvm-setup: new hooks for xmdomain config file.
27   * hosts/cadmium/update-suppression: really do not install empty file.
28   * allow suppresspackages and blacklist lists to contain more
29     information after some whitespace
30   * adt-openbugs-*: new machinery for working with debbugs.
31   * hosts/magrathea/*: work-in-progress configuration
32   * Add Recommends against apt-utils.
33   * hosts/cadmium/crontab: savelog -c7 not savelog -n7
34   * hosts/{cadmium,chinstrap}/crontab: set MAILTO
35   * adt-testreport-cronjob: make executable.
36
37  --
38
39 autopkgtest (1.1.0) unreleased; urgency=low
40
41   * adt-testreport-runloop: manpage
42   * adt-testreport-runloop: better command line parsing
43   * adt-testreport-runloop: removed old lalonde junk
44   * adt-testreport-runloop: replaced `..._ok' vars with sentinel files
45   * hosts/chinstrap/update-suppressions: big comment
46   * adt-testreport-runloop: renamed from hosts/cadmium/lalonde-nightly
47   * hosts/cadmium/onepackage-config: set PATH (was in lalonde-nightly)
48   * adt-testreport-onepackage: many manpage improvements
49   * adt-testreport-runloop: add to Makefile
50   * hosts/* installed as examples with a big fat warning.
51   * adt-testreport-cronjob: renamed from hosts/cadmium/cronjob
52   * adt-testreport-runloop: copyright message.
53   * cfg and adt-testreport-runloop: do not cd in config files.
54   * adt-testreport-runloop: fix handling of test_classes (was xoptslist)
55   * hosts/cadmium/*, debian/rules: onepackage_config renamed to cfg.
56
57  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 18 Oct 2007 17:17:31 +0100
58
59 autopkgtest (1.0.9) unstable; urgency=low
60
61   * Separate email_sourcepackage_header and email_binarypackage_header
62     to allow us to properly file bugs in LP against binary packages built
63     from differently-named sources.
64   * adt-testreport-onepackage: Dump a logfile giving the scores and facts
65     used for package selection.
66   * adt-testreport-onepackage: Do not prefer packages whose source package
67     is listed in the suppressions file.
68   * hosts/cadmium/manual-test-one-binary: new testing script.
69   * hosts/cadmium/onepackage-config: explain about archive skew.
70   * adt-testreport-onepackage: nicer score logging re skip chars.
71   * adt-testreport-onepackage: skip emails if _source_ is suppresed.
72   * adt-testreport-onepackage etc.: new blacklist feature, and initially
73     blacklist ltsp-client{,-core}.
74   * adt-testreport-onepackage: limit log to 64K (32K head, 32K tail)
75     to avoid humungous bug reports which LP silently discards.
76   * hosts/cadmium/lalonde-nightly: check for testbed sentinel file
77     and stop if not present.
78
79  -- Ian Jackson <iwj@ubuntu.com>  Thu, 18 Oct 2007 11:56:51 +0100
80
81 autopkgtest (1.0.8) gutsy; urgency=low
82
83   * adt-run: pass -o Debug::pkgProblemResolver=true to apt & gdebi;
84     this improves dependency problem reporting.  (LP: #135581.)
85   * adt-testreport-onepackage: seddery the log to remove ctrl chars.
86     In particular, this gets rid of ^M's from apt which get corrupted
87     by email transport and thus break the email signatures.
88   * hosts/chinstrap/update-suppressions: pass -S to curl.
89   * hosts/{chinstrap,cadmium}/install-on-*: use --ubuntu branch.
90
91  -- Ian Jackson <iwj@ubuntu.com>  Wed, 19 Sep 2007 15:44:33 +0100
92
93 autopkgtest (1.0.7) gutsy; urgency=low
94
95   * Build properly with debian/copyright.
96
97  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 18:16:35 +0100
98
99 autopkgtest (1.0.6) unstable; urgency=low
100
101   * Better changelog for 1.0.4.
102   * .bzrignore debian/copyright.
103
104  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 18:08:46 +0100
105
106 autopkgtest (1.0.5) gutsy; urgency=low
107
108   * Generate debian/copyright file in source package.
109
110  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 18:01:16 +0100
111
112 autopkgtest (1.0.4) gutsy; urgency=low
113
114   * adt-testreport-onepackage:
115     - Handling of source packages' Architecture: field corrected
116       so package selection works properly.
117     - Use ln -f when installing summary.
118     - Capability to suppress emails similar to ones already sent.
119     - Launchpad bug filing including PGP-signing, `affects' line, etc.
120     - Capability to suppress email for packages listed in a
121       suppression file.
122     - Better formatting and explanations in some emails.
123
124   * adt-run:
125     - Options for setting timeouts.
126     - Increase default timeouts 100s, 3ks, 10ks, 100ks.
127   
128   * hosts/chinstrap/*:
129      Screen-scrape Launchpad to get existing bugs and generate a suitable
130      suppression file so we file a bug iff there isn't one already. 
131   
132   * hosts/cadmium/*:
133      New directory for convenience scripts etc on Canonical buildd.
134
135  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 17:42:13 +0100
136
137 autopkgtest (1.0.3) unstable; urgency=low
138
139   * Set LANG to C by default for commands (eg builds and tests) run on
140     testbed, and make this configurable.
141   * Make builds work again: Fix `cd *' in work.write (broken by
142     inclusion of `tmpdir' in that directory).
143   * adt-testreport-onepackage has better reporting for DC-running.
144   * Fix handling of non-.deb-producing source packages (eg, ones
145     which produce only .udebs).
146
147  -- Ian Jackson <iwj@ubuntu.com>  Mon, 16 Jul 2007 17:18:03 +0100
148
149 autopkgtest (1.0.2) unstable; urgency=low
150
151   * xenlvm command-line settings properly override config file
152     settings everywhere.
153   * Default value for adt_distro computed in time to be used for
154     default value for adt_play.
155   * Close fd 4 for lvm tools too (suppresses daft `File descriptor
156     left open' message).
157   * Change default lvm lv sizes and make documentation correspond
158     to reality.
159
160  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 13 Jul 2007 15:31:58 +0100
161
162 autopkgtest (1.0.1) unstable; urgency=low
163
164   * adt_debootstrap_opts mentioned in README and passable on
165     command lines, instead of unused adt_pbuilder_args.
166   * Dependency on pbuilder fixed; we use debootstrap, not pbuilder.
167
168  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 16:54:47 +0100
169
170 autopkgtest (1.0.0) gutsy; urgency=low
171
172   * Locking: <play>.lock (unlinkable fcntl style) plus <play>/good
173     sentinel file.  This will avoid conflicts between simultaneous calls
174     to with-testbed and setup (and others).  The `with' mode of the userv
175     target is enhanced so that the caller can take out the lock and hold
176     it will starting and discarding the testbed more than once.
177
178  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 15:01:35 +0100
179
180 autopkgtest (0.9.2) unreleased; urgency=low
181
182   * Really discard stderr from our ought-to-be-unnecessary
183     modprobe dm-snapshot.
184
185  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 12 Jul 2007 14:31:20 +0100
186
187 autopkgtest (0.9.1) gutsy; urgency=low
188
189   * autopkgtest-xenlvm declares that it Depends on dmsetup.
190   * Discard stderr from our ought-to-be-unnecessary modprobe dm-snapshot.
191   * New `console' mode for userv service.
192   * Move README.userv to autopkgtest-xenlvm package (and hence to
193     /usr/share/doc/autopkgtest-xenlvm).
194   * Do not mind if directory named by adt_modules doesn't exist - in
195     that case just don't copy any modules.
196   * Attempt to install libc6-xen in fixups-inside, rather than instructing
197     debootstrap to install it.  This makes us not mind if it's missing.
198
199  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 09:50:13 +0100
200
201 autopkgtest (0.9.0) gutsy; urgency=low
202
203   New features:
204   * userv service for testbed invocation now provided and
205     at least somewhat tested, and useable by adt-virt-xenlvm.
206   * New print-execute-command command for virtualisation servers.
207   * New adt_sshauthkeys_hook config variable.
208   * pass count= to dd for erasure when lvm_erasebase=true.
209
210   Bugfixes:
211   * Fix filename pattern bug which can prevent automatic keypair
212     generation (false claim that privkey and pubkey do not match).
213   * Do not demand vg or distro information for initscript to work.
214   * export adt_* variable settings resulting from command-line
215     arguments so that subprocesses get them properly, and arrange
216     for the `defaults for simple settings' not to override environment
217     variables.
218   * suppress various variable settings' default computations (and
219     consequent failure if the default can't be established) when
220     processing config for the initscript.  The initscript does not
221     need per-testbed configuration options.
222   * close fd 8 when running vgdisplay (which avoids an annoying and
223     spurious warning from the lvm tools).
224
225   Packaging:
226   * autopkgtest-xenlvm now Recommends: lvm2 and debootstrap.
227   * autopkgtest Suggests curl (adt-testreport-onepackage needs it).
228
229   Portability:
230   * Check for udev persistent-net-generator and if enabled we
231     write a rune for eth0 for guest_macaddr into the RULES_FILE
232     specified in /lib/udev/write_net_rules.  (Needed for gutsy.)
233   * Remove iwj-specific stuff from adt-testreport-onepackage and put
234     it into onepackage-config with scary warnings to tell people to
235     edit the file.
236
237   Documentation:
238   * ip forwarding warning clarified.
239   * README documentation of default value for erasebase corrected.
240
241  -- Ian Jackson <iwj@ubuntu.com>  Tue,  3 Jul 2007 14:58:56 +0100
242
243 autopkgtest (0.8.2feisty1~iwj) feisty-updates; urgency=low
244
245   * Fix readconfig.in to set adt_$var rather than just $var.
246   * Use fd 8 for readconfig stdout parking rather than fd 10, to avoid
247     Debian #423400 (bash bug).
248   * Truncate files when writing them (copyup, copydown, etc) (!)
249   * Remove spurious \ from `do not know how to handle filename' message.
250   * Reset signal handlers in VirtSubproc cleanup.
251
252  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 17 May 2007 15:11:31 +0100
253
254 autopkgtest (0.8.2) gutsy unstable; urgency=low
255
256   * Fix fd handling to work around Python's habit of closing files
257     you specify in subprocess.Popen.
258   * Error handling bugfixes: say except (IOError,OSError) everywhere
259     rather than just one of those two; correct harmless bug in gpg key
260     generation error handling.
261   * Make adt-virt-null work properly (VirtSubProc runs `down' with
262     a single argument, so down must be sh -c and not []).
263   * In VirtSubProc close spurious copy of plumbing pipe, which prevents
264     certain hangs during error situations.
265   * Xen cleanup script runs dmsetup info / dmsetup remove several times
266     with some sleeps because xm destroy is not properly instantaneous.
267   * Fix handling of pre-built source trees.
268   * Fix cleanup handling not to delete tmpdir before resetting testbed's
269     apt.
270   
271  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 27 Apr 2007 16:06:15 +0100
272
273 autopkgtest (0.8.1) feisty; urgency=low
274
275   * Call dmsetup remove repeatedly instead of messing with udevsettle.
276     udevsettle doesn't always help with the dmsetup remove race.
277
278  -- Ian Jackson <iwj@ubuntu.com>  Wed,  4 Apr 2007 18:04:38 +0100
279
280 autopkgtest (0.8.0) feisty; urgency=low
281
282   * adt-run: new --instantiate option to allow package installation to be
283     forced for testing.  (This is not an ideal approach - it's not very
284     flexible - but works well enough for the current requirements.)
285   * adt-testreport-onepackage: new ability to test binary as well as
286     source packages, using new --instantiate option.
287   * new `timeout=' option on `execute' virt server command.
288   * set some default timeouts (these should be settable with options,
289     really).
290   * Default kernel image guesser is more sophisticated - now we look
291     for something that looks like a Xen kernel rather than guessing
292     from the filename since the filenames seem unstable.
293   * Default setting for adt_fw_allowglobalports is none.
294   * Set DEBIAN_FRONTEND=noninteractive.
295   * Run udevsettle after xm destroy but before dmsetup remove.
296   * Run sendmail -odi not -odq in adt-testreport-onepackage.
297   * Longer timeouts by default.
298   * Print `adt-run: trace' for trace output.
299   * Show all apt stdout (including dpkg stdout) in contemporaneous trace.
300   
301  -- Ian Jackson <iwj@ubuntu.com>  Tue,  3 Apr 2007 20:08:13 +0100
302
303 autopkgtest (0.7.2) feisty; urgency=low
304
305   * adt-testreport-onepackage: new management script, with some
306     example config files onepackage-config and ubuntu-config.
307   * Fixed quite a few bugs in adt-run.
308   * Made adt_distro xenlvm config var settable.
309   * Fixed various packaging problems.
310
311  -- Ian Jackson <iwj@ubuntu.com>  Thu,  8 Mar 2007 14:54:33 +0000
312
313 autopkgtest (0.7.1) feisty; urgency=low
314
315   * Actually ship README.* files.
316   * Manpage for adt-virt-xenlvm.
317   * New adt-virt-null.
318
319  -- Ian Jackson <iwj@ubuntu.com>  Mon, 26 Feb 2007 16:34:41 +0000
320
321 autopkgtest (0.7.0) feisty; urgency=low
322
323   * Many new features, including:
324     - Xen virtualisation service works
325     - Can build packages as necessary
326     - Many bugfixes.
327     - Documentation (moved from the wiki).
328
329  -- Ian Jackson <iwj@ubuntu.com>  Thu, 22 Feb 2007 20:10:30 +0000
330
331 autopkgtest (0.6.1) edgy; urgency=low
332
333   * autopkgtest-xenlvm: filter output from debootstrap to make
334     the amount of output more reasonable.  set -o pipefail.
335     Create a timestamp file on image creation.  Warn if ipv4
336     forwarding is turned off.
337   * Add missing file `xen/justconfig' to bzr.
338   * Fix typo in usage message in adt-virt-chroot.
339
340  -- Ian Jackson <iwj@ubuntu.com>  Wed, 11 Oct 2006 15:42:18 +0100
341
342 autopkgtest (0.6.0) edgy; urgency=low
343
344   * autopkgtest-xenlvm: new package with Xen/LVM management
345     scripts productised.  Not yet glued into autopkgtest proper.
346
347  -- Ian Jackson <iwj@ubuntu.com>  Fri,  6 Oct 2006 20:45:41 +0100
348
349 autopkgtest (0.5.3) dapper; urgency=low
350
351   * Rename package autodebtest => autopkgtest.
352   * Remove a leftover debugging print from adt-virt-chroot.
353
354  -- Ian Jackson <iwj@ubuntu.com>  Tue,  7 Feb 2006 18:02:08 +0000
355
356 autodebtest (0.5.2) dapper; urgency=low
357
358   * New --output-dir option to adt-run.
359   * Bugfixes (including new mandatory cwd argument to `execute'
360     virt server command).
361
362  -- Ian Jackson <iwj@ubuntu.com>  Thu,  2 Feb 2006 19:44:18 +0000
363
364 autodebtest (0.5.1) dapper; urgency=low
365
366   * Manpages and minor fixes.
367
368  -- Ian Jackson <iwj@ubuntu.com>  Tue, 24 Jan 2006 18:37:46 +0000
369
370 autodebtest (0.5.0) unstable; urgency=low
371
372   * Initial release of (still largely proof-of-concept) automatic binary
373     package testing framework.
374
375  -- Ian Jackson <iwj@ubuntu.com>  Fri, 20 Jan 2006 17:56:55 +0000