uWSGI 0.9.7.1

This commit is contained in:
roberto@natty32
2011-03-26 09:36:11 +01:00
parent 33e1aafcd1
commit 938fb777dd
3 changed files with 21 additions and 2 deletions
+19
View File
@@ -1,5 +1,24 @@
*** march 2011 ***
* 0.9.7.1 [20010326]
- fixed python stackless support
- added persistence for queue
- forbid daemonizing in vassal mode
- modifier1 30 is available again
- allow python modules to be mapped/aliased via http
- added --pidfile2 and --logfile-chown
- added UWSGI_CACHE_GET dynamic variable
- 304/If-Modified-Since support for --check-static
- option --check-cache for integrated caching
- option --map-socket to assign specific workers to socket
- fixed unix fd passing on older OSX versions
- fixed post-buffering without pep3333-input
- fixed python threading without uwsgi cores
- support for Linux network namespace
- build with sys.abiflags if necessary
* 0.9.7 [20110317]
- fixed psgi compilation on GNU systems
+1 -1
View File
@@ -51,7 +51,7 @@ class uWSGIDistribution(Distribution):
setup(name='uWSGI',
version='0.9.7',
version='0.9.7.1',
description='The uWSGI server',
author='Unbit',
author_email='info@unbit.it',
+1 -1
View File
@@ -2,7 +2,7 @@
/* indent -i8 -br -brs -brf -l0 -npsl -nip -npcs -npsl -di1 */
#define UWSGI_VERSION "0.9.7"
#define UWSGI_VERSION "0.9.7.1"
#define UMAX16 65536