diff --git a/ChangeLog b/ChangeLog index 288fb80d..e6c9117b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/setup.py b/setup.py index 4b89580a..7b2189fd 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/uwsgi.h b/uwsgi.h index a6c27ebd..172c6205 100644 --- a/uwsgi.h +++ b/uwsgi.h @@ -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