diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000000..a72add0724 --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,14 @@ +- this is a incomplete list of all the contributors of the project - + +Roberto De Ioris, Unbit, +Riccardo Magliocchetti, Unbit, +Yann Malet, Lincoln Loop +Simon Litchfield +Masahiro Honma, +Łukasz Wróblewski +Giacomo Bagnoli, Asidev +Guido Notari, Link I.T. S.p.a. +Marco Beri, Link I.T. S.p.a. +Leonid Borisenko +Cal Leeming, Simplicity Media Ltd +Luigi Scarso diff --git a/ChangeLog b/ChangeLog index 806b51d45b..c8335e6709 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ *** july 2011 *** - * 0.9.8.2 [201107xx] + * 0.9.8.2 [20110719] - fixed an ini and yaml parsing bug spotted by Raffaele Colace - spooler has been extremely improved @@ -9,7 +9,7 @@ - the rack plugin is now stable - support for embedding config and generic files in the server binary - high-performance cache-server -- accept() is now locked on all threads/workers +- accept() is now locked on all threads in the same workers - preliminary implementation of hooks in emperor - support for C++ in server core - tcp port auto-bind @@ -17,7 +17,7 @@ - prefork/multithread uwsgi.signal_wait() implementation - export uwsgi.node in WSGI vars - new option --import (python plugin) -- support for unlimited number of cgroups +- support for unlimited number of Linux cgroups - broodlord mode *** june 2011 *** diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 3c12e2b6a0..a43136cbfb 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -1,6 +1,6 @@ # uWSGI build system -uwsgi_version = '0.9.8.2-dev' +uwsgi_version = '0.9.8.2' import os import re