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