mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
prepare 19.6.0 release
This commit is contained in:
parent
c62cf2f500
commit
20bde96e14
@ -6,6 +6,13 @@ Changelog - 2016
|
||||
|
||||
Please see :doc:`news` for the latest changes55
|
||||
|
||||
19.6.0 / 2016/05/20
|
||||
===================
|
||||
|
||||
- improvement of the binary upgrade behaviour using USR2: remove file lockin (:issue:`1270`)
|
||||
- fix reload under pycharm (:issue:`1129`)
|
||||
- fix: make sure to remove the signal from the worker pipe (:issue:`1269`)
|
||||
|
||||
19.5.0 / 2016/05/10
|
||||
===================
|
||||
|
||||
|
||||
@ -2,6 +2,13 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
19.6.0 / 2016/05/20
|
||||
===================
|
||||
|
||||
- improvement of the binary upgrade behaviour using USR2: remove file lockin (:issue:`1270`)
|
||||
- fix reload under pycharm (:issue:`1129`)
|
||||
- fix: make sure to remove the signal from the worker pipe (:issue:`1269`)
|
||||
|
||||
19.5.0 / 2016/05/10
|
||||
===================
|
||||
|
||||
|
||||
@ -3,6 +3,6 @@
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
version_info = (19, 5, 0)
|
||||
version_info = (19, 6, 0)
|
||||
__version__ = ".".join([str(v) for v in version_info])
|
||||
SERVER_SOFTWARE = "gunicorn/%s" % __version__
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user