summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2013-01-24 02:36:30 +0400
committerSergey Shepelev <temotor@gmail.com>2013-01-24 02:36:30 +0400
commitb86c75dc976ce6d0a74ffbc0ac738c9c2a0562db (patch)
tree68d577edac139e8893eac167a1c8172a4ae84127 /NEWS
parent42b585d08a7b3b53d34fe4836ba4da7162f034d4 (diff)
downloadeventlet-b86c75dc976ce6d0a74ffbc0ac738c9c2a0562db.tar.gz
0.12 release (branding)v0.12
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 53804eb..534cc60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.12
+====
+* zmq: Fix 100% busy CPU in idle after .bind(PUB) (thanks to Geoff Salmon)
+* greenio: Fix socket.settimeout() did not switch back to blocking mode (thanks to Peter Skirko)
+* greenio: socket.dup() made excess fcntl syscalls (thanks to Peter Portante)
+* setup: Remove legacy --without-greenlet option and unused httplib2 dependency (thanks to Thomas Grainger)
+* wsgi: environ[REMOTE_PORT], also available in log_format, log accept event (thanks to Peter Portante)
+* tests: Support libzmq 3.0 SNDHWM option (thanks to Geoff Salmon)
+
0.11
====
* ssl: Fix 100% busy CPU in socket.sendall() (thanks to Raymon Lu)