This commit is contained in:
benoitc 2010-02-21 15:11:48 +01:00
parent 6bddc03db6
commit c47bd5ef2c
3 changed files with 12 additions and 2 deletions

View File

@ -48,7 +48,12 @@
<div class="document" id="news">
<h1 class="title">News</h1>
<h2 class="subtitle" id="id1">0.5 / 2010-02-20</h2>
<p>0.5.1 / 2010-02-21</p>
<ul class="simple">
<li>Fix umask</li>
</ul>
<div class="section" id="id1">
<h1>0.5 / 2010-02-20</h1>
<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>
@ -63,6 +68,7 @@
<li>Allow multiple keys in request and response headers</li>
</ul>
</div>
</div>

View File

@ -4,6 +4,10 @@ title: News
News
====
0.5.1 / 2010-02-21
* Fix umask
0.5 / 2010-02-20
----------------

View File

@ -4,4 +4,4 @@
# See the NOTICE for more information.
__version__ = "0.5"
__version__ = "0.5.1"