bump to 0.6

This commit is contained in:
benoitc 2010-02-22 19:07:20 +01:00
parent b7759a5d75
commit 5ff4b30c28
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
<div class="document" id="news">
<h1 class="title">News</h1>
<div class="section" id="id1">
<h1>0.5.2 / 2010-02-22</h1>
<h1>0.6 / 2010-02-22</h1>
<ul class="simple">
<li>Added setproctitle</li>
<li>Change privilege switch behaviour. We now works like NGINX, master keep the permission, new uid/gid permissions are only set to the workers.</li>

View File

@ -4,7 +4,7 @@ title: News
News
====
0.5.2 / 2010-02-22
0.6 / 2010-02-22
------------------
* Added setproctitle

View File

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