14
0

Accepting request 154901 from home:posophe:branches:devel:languages:python

Update to 1.12.1

OBS-URL: https://build.opensuse.org/request/show/154901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=10
This commit is contained in:
Denisart Benjamin
2013-02-08 11:29:03 +00:00
committed by Git OBS Bridge
parent 9278a29aa0
commit 943d0aa33d
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 8 11:19:25 UTC 2013 - p.drouand@gmail.com
- Update to version 0.12.1:
* zmq: Fix 100% busy CPU in idle after .bind(PUB)
* greenio: Fix socket.settimeout() did not switch back to blocking mode
* greenio: socket.dup() made excess fcntl syscalls
* setup: Remove legacy --without-greenlet option and unused httplib2 dependency
* wsgi: environ[REMOTE_PORT], also available in log_format, log accept event
* tests: Support libzmq 3.0 SNDHWM option
-------------------------------------------------------------------
Tue Jan 15 19:53:02 UTC 2013 - p.drouand@gmail.com