# HG changeset patch # User Jason R. Coombs <jaraco@jaraco.com> # Date 1362404987 18000 # Mon Mar 04 08:49:47 2013 -0500 # Node ID 5fbde05f457e5e53b77d5e7fa2352d9b2d35637a # Parent db9cf9e593c914912c19d4835f0f0acfbc10b1ec Update NEWS per #142 diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -12,6 +12,12 @@ Releases ======== +v1.10.1 (...) +------------- + +* #142: (Fabric #811) SFTP put of empty file will still return the attributes + of the put file. Thanks to Jason R. Coombs for the patch. + v1.10.0 (1st Mar 2013) -------------------- @@ -325,7 +331,7 @@ separation * demo scripts fixed to have a better chance of loading the host keys correctly on windows/cygwin - + v1.4 (oddish) 17jul05 --------------------- * added SSH-agent support (for posix) from john rochester