forked from pool/python-gunicorn
- update to 19.10.0
- last with py2 support * unblock select loop during reload of a sync worker * security fix: http desync attack * handle `wsgi.input_terminated` * added support for str and bytes in unix socket addresses * fixed `max_requests` setting * headers values are now encoded as LATN1, not ASCII * fixed `InotifyReloadeder`: handle `module.__file__` is None * fixed compatibility with tornado 6 * fixed root logging * Prevent removalof unix sockets from `reuse_port` * Clear tornado ioloop before os.fork * Miscellaneous fixes and improvement for linting using Pylints OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=42
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 31 09:59:42 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 19.10.0
|
||||
- last with py2 support
|
||||
* unblock select loop during reload of a sync worker
|
||||
* security fix: http desync attack
|
||||
* handle `wsgi.input_terminated`
|
||||
* added support for str and bytes in unix socket addresses
|
||||
* fixed `max_requests` setting
|
||||
* headers values are now encoded as LATN1, not ASCII
|
||||
* fixed `InotifyReloadeder`: handle `module.__file__` is None
|
||||
* fixed compatibility with tornado 6
|
||||
* fixed root logging
|
||||
* Prevent removalof unix sockets from `reuse_port`
|
||||
* Clear tornado ioloop before os.fork
|
||||
* Miscellaneous fixes and improvement for linting using Pylints
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 08:10:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user