Skip to content

Commit

Permalink
Improve changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jul 24, 2018
1 parent ffdc0b8 commit e66c3d3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions sites/www/changelog.rst
Expand Up @@ -5,12 +5,11 @@ Changelog
.. note::
Looking for the Fabric 1.x changelog? See :doc:`/changelog-v1`.

- :bug:`1749` Improve detection of
`~fabric.transfer.Transfer.put`/`~fabric.transfer.Transfer.get` argument
handling re: directory paths on the receiving end; previously, calls like
``c.put("file.txt", "/some/directory/")`` weren't correctly constructing a
full file path, typically triggering ``IOError``. Thanks to Peter Uhnak for
the report.
- :bug:`1749` Improve `~fabric.transfer.Transfer.put` behavior when uploading
to directory (vs file) paths, which was documented as working but had not
been fully implemented. The local path's basename (or file-like objects'
``.name`` attribute) is now appended to the remote path in this case. Thanks
to Peter Uhnak for the report.
- :bug:`1762` Fix problem where lower configuration levels' setting of
``connect_kwargs.key_filename`` were being overwritten by the CLI
``--identity`` flag's value...even when that value was the empty list.
Expand Down

0 comments on commit e66c3d3

Please sign in to comment.