summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2016-02-13 18:19:04 +0500
committerSergey Shepelev <temotor@gmail.com>2016-02-13 18:25:25 +0500
commit2841872e1c8dbb20982414e6ee1e80d89caba4be (patch)
tree70b54f2aac806d165157d5880d0c71ec21dd9cd9 /NEWS
parentf66ab29cb57855ccb14ad84ef0534f9eb2bc573f (diff)
downloadeventlet-2841872e1c8dbb20982414e6ee1e80d89caba4be.tar.gz
v0.18.3 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 393d58e..36afee1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,22 @@
+0.18.3
+======
+* wsgi: Use buffered writes - fixes partial socket.send without custom
+ writelines(); Github issue #295
+* wsgi: TCP_NODELAY enabled by default
+
0.18.2
======
* wsgi: Fix data loss on partial writes (socket.send); Thanks to Jakub Stasiak
0.18.1
======
+* IMPORTANT: do not use Eventlet 0.18.0 and 0.18.1
* patcher: Fix AttributeError in subprocess communicate()
* greenio: Fix "TypeError: an integer is required" in sendto()
0.18.0
======
+* IMPORTANT: do not use Eventlet 0.18.0 and 0.18.1
* greenio: Fixed a bug that could cause send() to start an endless loop on
ENOTCONN; Thanks to Seyeong Kim
* wsgi: Fixed UNIX socket address being trimmed in "wsgi starting" log; Thanks