mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
update doc
This commit is contained in:
parent
860895c03d
commit
c46ee03756
@ -79,18 +79,11 @@ def app(environ, start_response):
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="blurb">
|
<div class="blurb">
|
||||||
<h3>Version 0.13.0 / 2011-08-22</h3>
|
<h3>Version 0.13.3 / 2011-09-19</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>refactor gevent worker</li>
|
||||||
<li>Add support for Tornado 2.0 in tornado worker</li>
|
<li>prevent leaking fds on reexec</li>
|
||||||
<li>Improve access logs: allows customisation of the log
|
<li>fix inverted request_time computation</li>
|
||||||
format & add request time</li>
|
|
||||||
<li>Logger module is now pluggable</li>
|
|
||||||
<li>Improve graceful shutdown in Python versions >=
|
|
||||||
2.6</li>
|
|
||||||
<li>Fix post_request root arity for compatibility</li>
|
|
||||||
<li>Fix sendfile support</li>
|
|
||||||
<li>Fix Django reloading</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
|
|||||||
@ -8,6 +8,13 @@ _TOC_TOP_
|
|||||||
|
|
||||||
_TOC_BOT_
|
_TOC_BOT_
|
||||||
|
|
||||||
|
0.13.3 / 2011-09-19
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- refactor gevent worker
|
||||||
|
- prevent leaking fds on reexec
|
||||||
|
- fix inverted request_time computation
|
||||||
|
|
||||||
0.13.2 / 2011-09-17
|
0.13.2 / 2011-09-17
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user