14
0
forked from pool/python-Fabric

- Update to 1.5.1:

- [Bug] #776: Fixed serious-but-non-obvious bug in direct-tcpip
    driven gatewaying (e.g. that triggered by -g or env.gateway.)
    Should work correctly now.
  - [Bug] #771: Sphinx autodoc helper unwrap_tasks didn’t play
    nice with @task(name=xxx) in some situations. This has been fixed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=30
This commit is contained in:
Alexandre Rogoski
2012-11-16 11:33:19 +00:00
committed by Git OBS Bridge
parent 1897df05d0
commit 0f0e94851a
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Nov 16 11:30:26 UTC 2012 - alexandre@exatati.com.br
- Update to 1.5.1:
- [Bug] #776: Fixed serious-but-non-obvious bug in direct-tcpip
driven gatewaying (e.g. that triggered by -g or env.gateway.)
Should work correctly now.
- [Bug] #771: Sphinx autodoc helper unwrap_tasks didnt play
nice with @task(name=xxx) in some situations. This has been fixed.
-------------------------------------------------------------------
Wed Nov 7 02:03:36 UTC 2012 - alexandre@exatati.com.br