From: Ian Jackson Date: Thu, 17 May 2007 13:35:27 +0000 (+0100) Subject: * Truncate files when writing them (copyup, copydown, etc) (!) X-Git-Tag: converted-from-bzr~56^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=629679d185bb44a55216dee493ae66d3736f0ec2;p=autopkgtest.git * Truncate files when writing them (copyup, copydown, etc) (!) * Remove spurious \ from `do not know how to handle filename' message. * Reset signal handlers in VirtSubproc cleanup. --- 629679d185bb44a55216dee493ae66d3736f0ec2 diff --cc debian/changelog index 87e114c,f57300c..1b55a69 --- a/debian/changelog +++ b/debian/changelog @@@ -1,10 -1,4 +1,13 @@@ -autopkgtest (0.8.1feisty1~iwj2) feisty-updates; urgency=low +autopkgtest (0.8.2feisty1~iwj) feisty-updates; urgency=low + + * Fix readconfig.in to set adt_$var rather than just $var. ++ * Truncate files when writing them (copyup, copydown, etc) (!) ++ * Remove spurious \ from `do not know how to handle filename' message. ++ * Reset signal handlers in VirtSubproc cleanup. + + -- + +autopkgtest (0.8.2) gutsy unstable; urgency=low * Fix fd handling to work around Python's habit of closing files you specify in subprocess.Popen.