From 188dad744ac2ee2b14de11a4cd0a15fb8df6afb0 Mon Sep 17 00:00:00 2001 From: Roberto De Ioris Date: Tue, 13 Nov 2012 04:53:32 +0100 Subject: [PATCH] uWSGI 1.4.1 --- ChangeLog | 9 +++++++++ uwsgiconfig.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4ff14805..b3526ed8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ *** current *** + * 1.4.1 + +- fixed typos in corerouter plugins +- fixed offloading when the number of threads is higher than 1 +- fixed static_maps for non-existent paths +- fixed uwsgi_connect() on modern Linux systems to reset the socket to blocking mode + +*** november 2012 *** + * 1.4 - gevent improvements diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 69e6bb87..3bd098ed 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -1,6 +1,6 @@ # uWSGI build system -uwsgi_version = '1.4' +uwsgi_version = '1.4.1' import os import re