From 5ae1c6fbd1e109fb0d8822605491a12d63ae92e5 Mon Sep 17 00:00:00 2001 From: "roberto@quantal64" Date: Sun, 30 Sep 2012 09:23:53 +0200 Subject: [PATCH] uWSGI 1.3 --- ChangeLog | 17 ++++++++++++++++- uwsgiconfig.py | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 36c6510b..184b5a92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,12 +10,27 @@ - merged routers codebase (fastrouter, http, rawrouter) - https support in the http router - config report at the end of uWSGI build process -- support for keepalive in the http router - improved subscription system (multicast and unix socket) - custom options - graceful reloads on shared sockets - configurable log-master buffer size - extreme-optimizations for the stats subsystem +- redislog and mongodblog plugins +- added python logger +- mongodb and postgres imperial monitors +- implemented psgix.logger and psgix.cleanup +- full rack spec compliance +- preliminary ipv6 support +- gevent graceful reloads +- support for multiple loggers and logformat +- lazy-apps to load apps after fork() but without changing reloading subsystem +- emperor heartbeat subsystem +- cheaper busyness plugin +- pluggable clock sources +- added router_rewrite and router_http plugins +- external spoolers +- support for section:// and fd:// loaders +- alarm subsystem (with curl and xmpp plugins) *** april 2012 *** diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 4c2167ad..9527e922 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -1,6 +1,6 @@ # uWSGI build system -uwsgi_version = '1.3-rc5' +uwsgi_version = '1.3' import os import re