chiark / gitweb /
* Fix fd handling to work around Python's habit of closing files
[autopkgtest.git] / debian / changelog
1 autopkgtest (0.8.1feisty1~iwj) feisty-updates; urgency=low
2
3   * Fix fd handling to work around Python's habit of closing files
4     you specify in subprocess.Popen.
5   * Error handling bugfixes: say except (IOError,OSError) everywhere
6     rather than just one of those two; correct harmless bug in gpg key
7     generation error handling.
8   * Make adt-virt-null work properly (VirtSubProc runs `down' with
9     a single argument, so down must be sh -c and not []).
10   * In VirtSubProc close spurious copy of plumbing pipe, which prevents
11     certain hangs during error situations.
12   * Xen cleanup script runs dmsetup info / dmsetup remove several times
13     with some sleeps because xm destroy is not properly instantaneous.
14   
15  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 27 Apr 2007 14:38:49 +0100
16
17 autopkgtest (0.8.1) feisty; urgency=low
18
19   * Call dmsetup remove repeatedly instead of messing with udevsettle.
20     udevsettle doesn't always help with the dmsetup remove race.
21
22  -- Ian Jackson <iwj@ubuntu.com>  Wed,  4 Apr 2007 18:04:38 +0100
23
24 autopkgtest (0.8.0) feisty; urgency=low
25
26   * adt-run: new --instantiate option to allow package installation to be
27     forced for testing.  (This is not an ideal approach - it's not very
28     flexible - but works well enough for the current requirements.)
29   * adt-testreport-onepackage: new ability to test binary as well as
30     source packages, using new --instantiate option.
31   * new `timeout=' option on `execute' virt server command.
32   * set some default timeouts (these should be settable with options,
33     really).
34   * Default kernel image guesser is more sophisticated - now we look
35     for something that looks like a Xen kernel rather than guessing
36     from the filename since the filenames seem unstable.
37   * Default setting for adt_fw_allowglobalports is none.
38   * Set DEBIAN_FRONTEND=noninteractive.
39   * Run udevsettle after xm destroy but before dmsetup remove.
40   * Run sendmail -odi not -odq in adt-testreport-onepackage.
41   * Longer timeouts by default.
42   * Print `adt-run: trace' for trace output.
43   * Show all apt stdout (including dpkg stdout) in contemporaneous trace.
44   
45  -- Ian Jackson <iwj@ubuntu.com>  Tue,  3 Apr 2007 20:08:13 +0100
46
47 autopkgtest (0.7.2) feisty; urgency=low
48
49   * adt-testreport-onepackage: new management script, with some
50     example config files onepackage-config and ubuntu-config.
51   * Fixed quite a few bugs in adt-run.
52   * Made adt_distro xenlvm config var settable.
53   * Fixed various packaging problems.
54
55  -- Ian Jackson <iwj@ubuntu.com>  Thu,  8 Mar 2007 14:54:33 +0000
56
57 autopkgtest (0.7.1) feisty; urgency=low
58
59   * Actually ship README.* files.
60   * Manpage for adt-virt-xenlvm.
61   * New adt-virt-null.
62
63  -- Ian Jackson <iwj@ubuntu.com>  Mon, 26 Feb 2007 16:34:41 +0000
64
65 autopkgtest (0.7.0) feisty; urgency=low
66
67   * Many new features, including:
68     - Xen virtualisation service works
69     - Can build packages as necessary
70     - Many bugfixes.
71     - Documentation (moved from the wiki).
72
73  -- Ian Jackson <iwj@ubuntu.com>  Thu, 22 Feb 2007 20:10:30 +0000
74
75 autopkgtest (0.6.1) edgy; urgency=low
76
77   * autopkgtest-xenlvm: filter output from debootstrap to make
78     the amount of output more reasonable.  set -o pipefail.
79     Create a timestamp file on image creation.  Warn if ipv4
80     forwarding is turned off.
81   * Add missing file `xen/justconfig' to bzr.
82   * Fix typo in usage message in adt-virt-chroot.
83
84  -- Ian Jackson <iwj@ubuntu.com>  Wed, 11 Oct 2006 15:42:18 +0100
85
86 autopkgtest (0.6.0) edgy; urgency=low
87
88   * autopkgtest-xenlvm: new package with Xen/LVM management
89     scripts productised.  Not yet glued into autopkgtest proper.
90
91  -- Ian Jackson <iwj@ubuntu.com>  Fri,  6 Oct 2006 20:45:41 +0100
92
93 autopkgtest (0.5.3) dapper; urgency=low
94
95   * Rename package autodebtest => autopkgtest.
96   * Remove a leftover debugging print from adt-virt-chroot.
97
98  -- Ian Jackson <iwj@ubuntu.com>  Tue,  7 Feb 2006 18:02:08 +0000
99
100 autodebtest (0.5.2) dapper; urgency=low
101
102   * New --output-dir option to adt-run.
103   * Bugfixes (including new mandatory cwd argument to `execute'
104     virt server command).
105
106  -- Ian Jackson <iwj@ubuntu.com>  Thu,  2 Feb 2006 19:44:18 +0000
107
108 autodebtest (0.5.1) dapper; urgency=low
109
110   * Manpages and minor fixes.
111
112  -- Ian Jackson <iwj@ubuntu.com>  Tue, 24 Jan 2006 18:37:46 +0000
113
114 autodebtest (0.5.0) unstable; urgency=low
115
116   * Initial release of (still largely proof-of-concept) automatic binary
117     package testing framework.
118
119  -- Ian Jackson <iwj@ubuntu.com>  Fri, 20 Jan 2006 17:56:55 +0000