forked from pool/python-Fabric
- Update to 1.4.2:
- [Bug] #562: Agent forwarding would error out or freeze when multiple uses of the forwarded agent were used per remote invocation (e.g. a single run command resulting in multiple Git or SVN checkouts.) This has been fixed thanks to Steven McDonald and GitHub user @lynxis. - [Support] #626: Clarity updates to the tutorial. Thanks to GitHub user m4z for the patches. - [Bug] #625: hide/show did not correctly restore prior display settings if an exception was raised inside the block. This has been fixed. - [Bug] #624: Login password prompts did not always display the username being authenticated for. This has been fixed. Thanks to Nick Zalutskiy for catch & patch. - [Bug] #617: Fix the clean_revert behavior of settings so it doesn’t KeyError for newly created settings keys. Thanks to Chris Streeter for the catch. - [Bug] #616: Add port number to the error message displayed upon connection failures. - [Bug] #609: (and #564) Document and clean up env.sudo_prefix so it can be more easily modified by users facing uncommon use cases. Thanks to GitHub users 3point2 for the cleanup and SirScott for the documentation catch. - [Bug] #610: Change detection of env.key_filename‘s type (added as part of SSH config support in 1.4) so it supports arbitrary iterables. Thanks to Brandon Rhodes for the catch. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
19e2242c21
commit
f61c5ad9f9
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 12:20:09 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 1.4.2:
|
||||
- [Bug] #562: Agent forwarding would error out or freeze when
|
||||
multiple uses of the forwarded agent were used per remote
|
||||
invocation (e.g. a single run command resulting in multiple Git
|
||||
or SVN checkouts.) This has been fixed thanks to Steven
|
||||
McDonald and GitHub user @lynxis.
|
||||
- [Support] #626: Clarity updates to the tutorial. Thanks to
|
||||
GitHub user m4z for the patches.
|
||||
- [Bug] #625: hide/show did not correctly restore prior display
|
||||
settings if an exception was raised inside the block. This has
|
||||
been fixed.
|
||||
- [Bug] #624: Login password prompts did not always display the
|
||||
username being authenticated for. This has been fixed. Thanks
|
||||
to Nick Zalutskiy for catch & patch.
|
||||
- [Bug] #617: Fix the clean_revert behavior of settings so it
|
||||
doesn’t KeyError for newly created settings keys. Thanks to
|
||||
Chris Streeter for the catch.
|
||||
- [Bug] #616: Add port number to the error message displayed upon
|
||||
connection failures.
|
||||
- [Bug] #609: (and #564) Document and clean up env.sudo_prefix so
|
||||
it can be more easily modified by users facing uncommon use
|
||||
cases. Thanks to GitHub users 3point2 for the cleanup and
|
||||
SirScott for the documentation catch.
|
||||
- [Bug] #610: Change detection of env.key_filename‘s type
|
||||
(added as part of SSH config support in 1.4) so it supports
|
||||
arbitrary iterables. Thanks to Brandon Rhodes for the catch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 04:20:21 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
|
Reference in New Issue
Block a user