From: Ian Jackson Date: Wed, 2 May 2007 14:57:43 +0000 (+0100) Subject: merge bugfix changes from --ubuntu branch X-Git-Tag: converted-from-bzr~58^2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fe18d7057de5cc3bea3d6d3f9248ccfc80c7c924;p=autopkgtest.git merge bugfix changes from --ubuntu branch --- fe18d7057de5cc3bea3d6d3f9248ccfc80c7c924 diff --cc debian/changelog index c541b88,f57300c..31f654f --- a/debian/changelog +++ b/debian/changelog @@@ -1,3 -1,22 +1,22 @@@ -autopkgtest (0.8.1feisty1~iwj2) feisty-updates; urgency=low ++autopkgtest (0.8.2) gutsy; urgency=low + + * Fix fd handling to work around Python's habit of closing files + you specify in subprocess.Popen. + * Error handling bugfixes: say except (IOError,OSError) everywhere + rather than just one of those two; correct harmless bug in gpg key + generation error handling. + * Make adt-virt-null work properly (VirtSubProc runs `down' with + a single argument, so down must be sh -c and not []). + * In VirtSubProc close spurious copy of plumbing pipe, which prevents + certain hangs during error situations. + * Xen cleanup script runs dmsetup info / dmsetup remove several times + with some sleeps because xm destroy is not properly instantaneous. + * Fix handling of pre-built source trees. + * Fix cleanup handling not to delete tmpdir before resetting testbed's + apt. + - -- Ian Jackson Fri, 27 Apr 2007 16:06:15 +0100 ++ -- Ian Jackson Fri, 27 Apr 2007 16:06:15 +0100 + autopkgtest (0.8.1) feisty; urgency=low * Call dmsetup remove repeatedly instead of messing with udevsettle.