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