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