14
0
forked from pool/python-Fabric

- Update to 1.5.3:

- [Bug] #806: Force strings given to getpass during password
    prompts to be ASCII, to prevent issues on some platforms when
    Unicode is encountered. Thanks to Alex Louden for the patch.
  - [Feature] #805: Update shell_env to play nice with Windows
    (7, at least) systems. Thanks to Fernando Macedo for the patch.
  - [Bug] #654: Parallel runs whose sum total of returned data was
    large (e.g. large return values from the task, or simply a
    large number of hosts in the host list) were causing
    frustrating hangs. This has been fixed.
  - [Bug] #791: Cast reboot‘s wait parameter to a numeric type in
    case the caller submitted a string by mistake. Thanks to
    Thomas Schreiber for the patch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=36
This commit is contained in:
Alexandre Rogoski
2013-01-29 04:15:19 +00:00
committed by Git OBS Bridge
parent cea12df197
commit dc28b7a649
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jan 29 04:11:26 UTC 2013 - alexandre@exatati.com.br
- Update to 1.5.3:
- [Bug] #806: Force strings given to getpass during password
prompts to be ASCII, to prevent issues on some platforms when
Unicode is encountered. Thanks to Alex Louden for the patch.
- [Feature] #805: Update shell_env to play nice with Windows
(7, at least) systems. Thanks to Fernando Macedo for the patch.
- [Bug] #654: Parallel runs whose sum total of returned data was
large (e.g. large return values from the task, or simply a
large number of hosts in the host list) were causing
frustrating hangs. This has been fixed.
- [Bug] #791: Cast reboots wait parameter to a numeric type in
case the caller submitted a string by mistake. Thanks to
Thomas Schreiber for the patch.
-------------------------------------------------------------------
Wed Jan 16 15:54:20 UTC 2013 - alexandre@exatati.com.br