mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
0.6.1 release. fixes.
This commit is contained in:
parent
3ee23d74fd
commit
971b3199a7
@ -50,20 +50,28 @@
|
||||
<div class="document" id="news">
|
||||
<h1 class="title">News</h1>
|
||||
<div class="section" id="id1">
|
||||
<h1>0.6.1 / 2010-02-24</h1>
|
||||
<ul class="simple">
|
||||
<li>Added gunicorn config file support for django admin command</li>
|
||||
<li>Fix gunicorn config file. -c was broken.</li>
|
||||
<li>Removed TTIN/TTOU from workers which blocked other signals.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id2">
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id2">
|
||||
<div class="section" id="id3">
|
||||
<h1>0.5.1 / 2010-02-22</h1>
|
||||
<ul class="simple">
|
||||
<li>Fix umask</li>
|
||||
<li>Added debian packaging</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id3">
|
||||
<div class="section" id="id4">
|
||||
<h1>0.5 / 2010-02-20</h1>
|
||||
<ul class="simple">
|
||||
<li>Added <a class="reference external" href="configuration.html">configuration file</a> handler.</li>
|
||||
|
||||
@ -4,6 +4,13 @@ title: News
|
||||
News
|
||||
====
|
||||
|
||||
0.6.1 / 2010-02-24
|
||||
------------------
|
||||
|
||||
* Added gunicorn config file support for django admin command
|
||||
* Fix gunicorn config file. -c was broken.
|
||||
* Removed TTIN/TTOU from workers which blocked other signals.
|
||||
|
||||
0.6 / 2010-02-22
|
||||
------------------
|
||||
|
||||
|
||||
@ -4,4 +4,4 @@
|
||||
# See the NOTICE for more information.
|
||||
|
||||
|
||||
__version__ = "0.6"
|
||||
__version__ = "0.6.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user