14
0

Accepting request 287498 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/287498
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=24
This commit is contained in:
2015-02-24 15:05:18 +00:00
committed by Git OBS Bridge
parent baae6d9957
commit a01428e051
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Feb 24 11:12:59 UTC 2015 - tbechtold@suse.com
- update to version 0.17.0
* Full Python3 compatibility
* greendns: IPv6 support, improved handling of /etc/hosts
* tpool: make sure we return results during killall
* semaphore: Don't hog a semaphore if someone else is waiting for it
* green.socket: create_connection() was wrapping all exceptions
in socket.error
* Make sure SSL retries are done using the exact same data buffer
* greenio: shutdown already closed sockets without error
-------------------------------------------------------------------
Mon Feb 2 08:47:34 UTC 2015 - tbechtold@suse.com