mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
bump
This commit is contained in:
parent
6bddc03db6
commit
c47bd5ef2c
@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4,6 +4,10 @@ title: News
|
||||
News
|
||||
====
|
||||
|
||||
0.5.1 / 2010-02-21
|
||||
|
||||
* Fix umask
|
||||
|
||||
0.5 / 2010-02-20
|
||||
----------------
|
||||
|
||||
|
||||
@ -4,4 +4,4 @@
|
||||
# See the NOTICE for more information.
|
||||
|
||||
|
||||
__version__ = "0.5"
|
||||
__version__ = "0.5.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user