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