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