chiark / gitweb /
618980ef5ad44df4c716041f94f864f82fc26108
[autopkgtest.git] / debian / changelog
1 autopkgtest (0.9.1) gutsy; urgency=low
2
3   * autopkgtest-xenlvm declares that it Depends on dmsetup.
4   * Discard stderr from our ought-to-be-unnecessary modprobe dm-snapshot.
5   * New `console' mode for userv service.
6
7  --
8
9 autopkgtest (0.9.0) gutsy; urgency=low
10
11   New features:
12   * userv service for testbed invocation now provided and
13     at least somewhat tested, and useable by adt-virt-xenlvm.
14   * New print-execute-command command for virtualisation servers.
15   * New adt_sshauthkeys_hook config variable.
16   * pass count= to dd for erasure when lvm_erasebase=true.
17
18   Bugfixes:
19   * Fix filename pattern bug which can prevent automatic keypair
20     generation (false claim that privkey and pubkey do not match).
21   * Do not demand vg or distro information for initscript to work.
22   * export adt_* variable settings resulting from command-line
23     arguments so that subprocesses get them properly, and arrange
24     for the `defaults for simple settings' not to override environment
25     variables.
26   * suppress various variable settings' default computations (and
27     consequent failure if the default can't be established) when
28     processing config for the initscript.  The initscript does not
29     need per-testbed configuration options.
30   * close fd 8 when running vgdisplay (which avoids an annoying and
31     spurious warning from the lvm tools).
32
33   Packaging:
34   * autopkgtest-xenlvm now Recommends: lvm2 and debootstrap.
35   * autopkgtest Suggests curl (adt-testreport-onepackage needs it).
36
37   Portability:
38   * Check for udev persistent-net-generator and if enabled we
39     write a rune for eth0 for guest_macaddr into the RULES_FILE
40     specified in /lib/udev/write_net_rules.  (Needed for gutsy.)
41   * Remove iwj-specific stuff from adt-testreport-onepackage and put
42     it into onepackage-config with scary warnings to tell people to
43     edit the file.
44
45   Documentation:
46   * ip forwarding warning clarified.
47   * README documentation of default value for erasebase corrected.
48
49  -- Ian Jackson <iwj@ubuntu.com>  Tue,  3 Jul 2007 14:58:56 +0100
50
51 autopkgtest (0.8.2feisty1~iwj) feisty-updates; urgency=low
52
53   * Fix readconfig.in to set adt_$var rather than just $var.
54   * Use fd 8 for readconfig stdout parking rather than fd 10, to avoid
55     Debian #423400 (bash bug).
56   * Truncate files when writing them (copyup, copydown, etc) (!)
57   * Remove spurious \ from `do not know how to handle filename' message.
58   * Reset signal handlers in VirtSubproc cleanup.
59
60  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 17 May 2007 15:11:31 +0100
61
62 autopkgtest (0.8.2) gutsy unstable; urgency=low
63
64   * Fix fd handling to work around Python's habit of closing files
65     you specify in subprocess.Popen.
66   * Error handling bugfixes: say except (IOError,OSError) everywhere
67     rather than just one of those two; correct harmless bug in gpg key
68     generation error handling.
69   * Make adt-virt-null work properly (VirtSubProc runs `down' with
70     a single argument, so down must be sh -c and not []).
71   * In VirtSubProc close spurious copy of plumbing pipe, which prevents
72     certain hangs during error situations.
73   * Xen cleanup script runs dmsetup info / dmsetup remove several times
74     with some sleeps because xm destroy is not properly instantaneous.
75   * Fix handling of pre-built source trees.
76   * Fix cleanup handling not to delete tmpdir before resetting testbed's
77     apt.
78   
79  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 27 Apr 2007 16:06:15 +0100
80
81 autopkgtest (0.8.1) feisty; urgency=low
82
83   * Call dmsetup remove repeatedly instead of messing with udevsettle.
84     udevsettle doesn't always help with the dmsetup remove race.
85
86  -- Ian Jackson <iwj@ubuntu.com>  Wed,  4 Apr 2007 18:04:38 +0100
87
88 autopkgtest (0.8.0) feisty; urgency=low
89
90   * adt-run: new --instantiate option to allow package installation to be
91     forced for testing.  (This is not an ideal approach - it's not very
92     flexible - but works well enough for the current requirements.)
93   * adt-testreport-onepackage: new ability to test binary as well as
94     source packages, using new --instantiate option.
95   * new `timeout=' option on `execute' virt server command.
96   * set some default timeouts (these should be settable with options,
97     really).
98   * Default kernel image guesser is more sophisticated - now we look
99     for something that looks like a Xen kernel rather than guessing
100     from the filename since the filenames seem unstable.
101   * Default setting for adt_fw_allowglobalports is none.
102   * Set DEBIAN_FRONTEND=noninteractive.
103   * Run udevsettle after xm destroy but before dmsetup remove.
104   * Run sendmail -odi not -odq in adt-testreport-onepackage.
105   * Longer timeouts by default.
106   * Print `adt-run: trace' for trace output.
107   * Show all apt stdout (including dpkg stdout) in contemporaneous trace.
108   
109  -- Ian Jackson <iwj@ubuntu.com>  Tue,  3 Apr 2007 20:08:13 +0100
110
111 autopkgtest (0.7.2) feisty; urgency=low
112
113   * adt-testreport-onepackage: new management script, with some
114     example config files onepackage-config and ubuntu-config.
115   * Fixed quite a few bugs in adt-run.
116   * Made adt_distro xenlvm config var settable.
117   * Fixed various packaging problems.
118
119  -- Ian Jackson <iwj@ubuntu.com>  Thu,  8 Mar 2007 14:54:33 +0000
120
121 autopkgtest (0.7.1) feisty; urgency=low
122
123   * Actually ship README.* files.
124   * Manpage for adt-virt-xenlvm.
125   * New adt-virt-null.
126
127  -- Ian Jackson <iwj@ubuntu.com>  Mon, 26 Feb 2007 16:34:41 +0000
128
129 autopkgtest (0.7.0) feisty; urgency=low
130
131   * Many new features, including:
132     - Xen virtualisation service works
133     - Can build packages as necessary
134     - Many bugfixes.
135     - Documentation (moved from the wiki).
136
137  -- Ian Jackson <iwj@ubuntu.com>  Thu, 22 Feb 2007 20:10:30 +0000
138
139 autopkgtest (0.6.1) edgy; urgency=low
140
141   * autopkgtest-xenlvm: filter output from debootstrap to make
142     the amount of output more reasonable.  set -o pipefail.
143     Create a timestamp file on image creation.  Warn if ipv4
144     forwarding is turned off.
145   * Add missing file `xen/justconfig' to bzr.
146   * Fix typo in usage message in adt-virt-chroot.
147
148  -- Ian Jackson <iwj@ubuntu.com>  Wed, 11 Oct 2006 15:42:18 +0100
149
150 autopkgtest (0.6.0) edgy; urgency=low
151
152   * autopkgtest-xenlvm: new package with Xen/LVM management
153     scripts productised.  Not yet glued into autopkgtest proper.
154
155  -- Ian Jackson <iwj@ubuntu.com>  Fri,  6 Oct 2006 20:45:41 +0100
156
157 autopkgtest (0.5.3) dapper; urgency=low
158
159   * Rename package autodebtest => autopkgtest.
160   * Remove a leftover debugging print from adt-virt-chroot.
161
162  -- Ian Jackson <iwj@ubuntu.com>  Tue,  7 Feb 2006 18:02:08 +0000
163
164 autodebtest (0.5.2) dapper; urgency=low
165
166   * New --output-dir option to adt-run.
167   * Bugfixes (including new mandatory cwd argument to `execute'
168     virt server command).
169
170  -- Ian Jackson <iwj@ubuntu.com>  Thu,  2 Feb 2006 19:44:18 +0000
171
172 autodebtest (0.5.1) dapper; urgency=low
173
174   * Manpages and minor fixes.
175
176  -- Ian Jackson <iwj@ubuntu.com>  Tue, 24 Jan 2006 18:37:46 +0000
177
178 autodebtest (0.5.0) unstable; urgency=low
179
180   * Initial release of (still largely proof-of-concept) automatic binary
181     package testing framework.
182
183  -- Ian Jackson <iwj@ubuntu.com>  Fri, 20 Jan 2006 17:56:55 +0000