uWSGI 1.4.1

This commit is contained in:
Roberto De Ioris
2012-11-13 04:53:32 +01:00
parent 6cf3bbea69
commit 188dad744a
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
# uWSGI build system
uwsgi_version = '1.4'
uwsgi_version = '1.4.1'
import os
import re