chiark / gitweb /
merge bugfix changes from --ubuntu branch
authorIan Jackson <ian@anarres>
Wed, 2 May 2007 14:57:43 +0000 (15:57 +0100)
committerIan Jackson <ian@anarres>
Wed, 2 May 2007 14:57:43 +0000 (15:57 +0100)
1  2 
debian/changelog

index c541b886185320d0c6a4eac591aebad9124d37cc,f57300c1a88ba12a5b874deee501a95d7c7aac40..31f654fdbc3d13a571e8ead590f7633765517ddf
@@@ -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 <ian@davenant.greenend.org.uk>  Fri, 27 Apr 2007 16:06:15 +0100
++ -- Ian Jackson <iwj@ubuntu.com>  Fri, 27 Apr 2007 16:06:15 +0100
  autopkgtest (0.8.1) feisty; urgency=low
  
    * Call dmsetup remove repeatedly instead of messing with udevsettle.