mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Release version 19.8.1
This commit is contained in:
parent
92ae609f5f
commit
73cc860ead
@ -16,7 +16,7 @@
|
|||||||
<div class="logo-div">
|
<div class="logo-div">
|
||||||
<div class="latest">
|
<div class="latest">
|
||||||
Latest version: <strong><a
|
Latest version: <strong><a
|
||||||
href="http://docs.gunicorn.org/en/stable">19.8.0</a></strong>
|
href="http://docs.gunicorn.org/en/stable">19.8.1</a></strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="logo"><img src="images/logo.jpg" ></div>
|
<div class="logo"><img src="images/logo.jpg" ></div>
|
||||||
|
|||||||
@ -2,6 +2,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
19.8.1 / 2018/04/30
|
||||||
|
===================
|
||||||
|
|
||||||
|
- fix: secure scheme headers when bound to a unix socket
|
||||||
|
(:issue:`1766`, :pr:`1767`)
|
||||||
|
|
||||||
19.8.0 / 2018/04/28
|
19.8.0 / 2018/04/28
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|||||||
@ -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 = (19, 8, 0)
|
version_info = (19, 8, 1)
|
||||||
__version__ = ".".join([str(v) for v in version_info])
|
__version__ = ".".join([str(v) for v in version_info])
|
||||||
SERVER_SOFTWARE = "gunicorn/%s" % __version__
|
SERVER_SOFTWARE = "gunicorn/%s" % __version__
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user