From 6eed48b28daad8e89ebdc03e3b55870501f16ae0 Mon Sep 17 00:00:00 2001 From: "roberto@natty32" Date: Wed, 6 Apr 2011 09:29:46 +0200 Subject: [PATCH] updated Changelog and copyright year --- ChangeLog | 16 ++++++++-------- uwsgi.c | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3cb51520..06289a54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,20 +3,20 @@ * 0.9.7.2 [20110406] - new option --touch-reload to reload the stack on modification -- --static-map allows to serve static files -- fixed post limit management +--static-map allows to serve static files +- fixed --post-limit management - disallow empty socket names -- implemented exc_info WSGI support +- implemented exception_info WSGI support - new options --reload-on-as and --reload-on-rss allows -to recycle workers when their memory usage is higher than -- fixed syslog support +to recycle workers when their memory usage is higher than MB +- fixed syslog support (use --log-syslog[=facility] to enable it) - improved plugin loading system - added support for RabbitMQ as event dispatcher for the Emperor - fixed FreeBSD memory report -- PSGI plugin can be built without ithreads -- various emperor fixes +- PSGI plugin can be compiled without ithreads +- various Emperor fixes - fixed a regression with setgroups() -- support for shared sockets (used in jails within network namespace) +- support for shared sockets (used in jails within network namespaces) *** march 2011 *** diff --git a/uwsgi.c b/uwsgi.c index aef8b84d..ddbc9d1e 100644 --- a/uwsgi.c +++ b/uwsgi.c @@ -2,7 +2,7 @@ *** uWSGI *** - Copyright (C) 2009-2010 Unbit S.a.s. + Copyright (C) 2009-2011 Unbit S.a.s. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License