mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
bump to 0.14.5
This commit is contained in:
parent
67bd75f7b3
commit
5b0e8f9011
@ -79,6 +79,11 @@ def app(environ, start_response):
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="blurb">
|
<div class="blurb">
|
||||||
|
<h3>Version 0.14.5 / 2012-06-24</h3>
|
||||||
|
<ul>
|
||||||
|
<li>fix logging during daemonisation</li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
<h3>Version 0.14.4 / 2012-06-24</h3>
|
<h3>Version 0.14.4 / 2012-06-24</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>new --graceful-timeout option</li>
|
<li>new --graceful-timeout option</li>
|
||||||
|
|||||||
@ -8,6 +8,11 @@ _TOC_TOP_
|
|||||||
|
|
||||||
_TOC_BOT_
|
_TOC_BOT_
|
||||||
|
|
||||||
|
0.14.5 / 2012-06-24
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- fix logging during daemonisation
|
||||||
|
|
||||||
0.14.4 / 2012-06-24
|
0.14.4 / 2012-06-24
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,6 @@
|
|||||||
# This file is part of gunicorn released under the MIT license.
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# See the NOTICE for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
version_info = (0, 14, 4)
|
version_info = (0, 14, 5)
|
||||||
__version__ = ".".join(map(str, version_info))
|
__version__ = ".".join(map(str, version_info))
|
||||||
SERVER_SOFTWARE = "gunicorn/%s" % __version__
|
SERVER_SOFTWARE = "gunicorn/%s" % __version__
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user