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