chiark / gitweb /
* Truncate files when writing them (copyup, copydown, etc) (!)
authorIan Jackson <ian@anarres>
Thu, 17 May 2007 13:35:27 +0000 (14:35 +0100)
committerIan Jackson <ian@anarres>
Thu, 17 May 2007 13:35:27 +0000 (14:35 +0100)
* Remove spurious \ from `do not know how to handle filename' message.
* Reset signal handlers in VirtSubproc cleanup.

1  2 
debian/changelog

index 87e114cdadd615c9fa0d223d588a6ea58096f252,f57300c1a88ba12a5b874deee501a95d7c7aac40..1b55a69a4473f982bd82cc44bddc8e0857b5dd5b
@@@ -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.