Skip to content

Commit

Permalink
uWSGI 0.9.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto@natty32 committed Jul 19, 2011
1 parent 4c19a94 commit 668c173
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTORS
@@ -0,0 +1,14 @@
- this is a incomplete list of all the contributors of the project -

Roberto De Ioris, Unbit, <roberto@unbit.it>
Riccardo Magliocchetti, Unbit, <riccardo@unbit.it>
Yann Malet, Lincoln Loop
Simon Litchfield
Masahiro Honma, <hiratara@cpan.org>
Łukasz Wróblewski <admin@nri.pl>
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
6 changes: 3 additions & 3 deletions 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
Expand All @@ -9,15 +9,15 @@
- 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
- implemented workers, workerN and spooler signal target
- 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 ***
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 668c173

Please sign in to comment.