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