mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Release version 19.7.1
This commit is contained in:
parent
b5fb32498d
commit
328e509260
@ -16,7 +16,7 @@
|
||||
<div class="logo-div">
|
||||
<div class="latest">
|
||||
Latest version: <strong><a
|
||||
href="http://docs.gunicorn.org/en/stable">19.7</a></strong>
|
||||
href="http://docs.gunicorn.org/en/stable">19.7.1</a></strong>
|
||||
</div>
|
||||
|
||||
<div class="logo"><img src="images/logo.jpg" ></div>
|
||||
|
||||
@ -6,8 +6,8 @@ Changelog - 2017
|
||||
|
||||
Please see :doc:`news` for the latest changes
|
||||
|
||||
19.7.1 / Not yet released
|
||||
=========================
|
||||
19.7.1 / 2017/03/21
|
||||
===================
|
||||
|
||||
- fix: continue if SO_REUSEPORT seems to be available but fails (:issue:`1480`)
|
||||
- fix: support non-decimal values for the umask command line option (:issue:`1325`)
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
19.7.1 / Not yet released
|
||||
=========================
|
||||
19.7.1 / 2017/03/21
|
||||
===================
|
||||
|
||||
- fix: continue if SO_REUSEPORT seems to be available but fails (:issue:`1480`)
|
||||
- fix: support non-decimal values for the umask command line option (:issue:`1325`)
|
||||
|
||||
@ -3,6 +3,6 @@
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
version_info = (19, 7, 0)
|
||||
version_info = (19, 7, 1)
|
||||
__version__ = ".".join([str(v) for v in version_info])
|
||||
SERVER_SOFTWARE = "gunicorn/%s" % __version__
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user