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