This commit is contained in:
benoitc 2010-02-20 17:11:20 +01:00
parent b1bd52b510
commit e02d7e9ddd
2 changed files with 34 additions and 3 deletions

View File

@ -45,8 +45,22 @@
</ul>
</div>
<div class="document">
<p>Coming soon</p>
<div class="document" id="news">
<h1 class="title">News</h1>
<h2 class="subtitle" id="id1">0.5 / 2010-02-20</h2>
<ul class="simple">
<li>Added <a class="reference external" href="configuration.html">configuration file</a> handler.</li>
<li>Added support for pre/post fork hooks</li>
<li>Added support for before_exec hook</li>
<li>Added support for unix sockets</li>
<li>Added launch of workers processes under different user/group</li>
<li>Added umask option</li>
<li>Added SCRIPT_NAME support</li>
<li>Better support of some exotic settings for Django projects</li>
<li>Better support of Paste-compatible applicatins</li>
<li>Some refactoring to make the code easier to hack</li>
<li>Allow multiple keys in request and response headers</li>
</ul>
</div>

View File

@ -1,4 +1,21 @@
template: doc.html
title: News
Coming soon
News
====
0.5 / 2010-02-20
----------------
* Added `configuration file <configuration.html>`_ handler.
* Added support for pre/post fork hooks
* Added support for before_exec hook
* Added support for unix sockets
* Added launch of workers processes under different user/group
* Added umask option
* Added SCRIPT_NAME support
* Better support of some exotic settings for Django projects
* Better support of Paste-compatible applicatins
* Some refactoring to make the code easier to hack
* Allow multiple keys in request and response headers