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