77 lines
3.1 KiB
Plaintext
77 lines
3.1 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
Wed May 14 12:27:00 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||
|
|
|
||
|
|
- Convert to pip-based build
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Oct 12 02:47:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||
|
|
|
||
|
|
- Update to version 3.2.2:
|
||
|
|
* #228, 235 Fix libev paths (Ian Swanson, Nicolas Damgaard Larsen)
|
||
|
|
* #234 Set ``wsgi.input_terminated`` (Nathan Hoad)
|
||
|
|
* Update PyPI description
|
||
|
|
* #173 Fix segfault with old interpreters (Goldstein)
|
||
|
|
* #171 Implement FileWrapper.close()
|
||
|
|
* Fix FileWrapper/sendfile with offset
|
||
|
|
* #184 Fix compile flags
|
||
|
|
* #218 Fix SERVER_PORT (Souheil Chelfouh)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Jun 24 01:48:04 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
|
|
||
|
|
- Update to 3.1.0:
|
||
|
|
* #169 Fix blocking accept() (Ionut Negru)
|
||
|
|
* #164 Add support for statsd metrics/events (Mohammad Gufran)
|
||
|
|
* #162 Fix Expect: 100-Continue support (Tom Brennan)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Jul 7 16:50:15 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||
|
|
|
||
|
|
- version update to 3.0.1
|
||
|
|
* Fix #158, #160: Correct string type for WSGI environ
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu May 23 06:17:46 UTC 2019 - pgajdos@suse.com
|
||
|
|
|
||
|
|
- version update to 3.0.0
|
||
|
|
* Fix #91: Support for SIGTERM/SIGINT handling
|
||
|
|
* Fix #144: Proper handling of EAGAIN/EINTR (Adam Bouhenguel)
|
||
|
|
* Fix #138: Use Latin1 encoding for unicode strings
|
||
|
|
* Fix #139: Never use chunked responses for HTTP 204 and 304
|
||
|
|
* Fix #133: Segmentation fault with very long HTTP headers (@szabolcsbalogh)
|
||
|
|
* Fix #130: filewrapper must work with any read()able object
|
||
|
|
* Fix #128: Fix support for io.BytesIO and other pseudo-files
|
||
|
|
* Fix sendfile on BSD and OSX
|
||
|
|
* Fix #122: WSGI environ SERVER_PORT is now a str (Simon Biewald)
|
||
|
|
* Fix #122: WSGI environ SERVER_{PORT,HOST} are now always set (Simon Biewald)
|
||
|
|
* Fix #125: Missing GIL locking (@szabolcsbalogh)
|
||
|
|
* Fix Python 2 segfault
|
||
|
|
* Fix segfault with HTTP header (晏旭瑞)
|
||
|
|
* Fix segfault with large HTTP header
|
||
|
|
* Fix Python 3 unicode header handling
|
||
|
|
* Fix setup.py and `bjoern.version` attribute
|
||
|
|
* Python 3 support (Hua Yanghao, Isaiah Peng). Note that due to the size
|
||
|
|
of this update, version 2.0.0 may be less stable than version 1.4.3.
|
||
|
|
- deleted patches
|
||
|
|
- reproducible.patch (upstreamed)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Mar 13 03:20:57 UTC 2018 - bwiedemann@suse.com
|
||
|
|
|
||
|
|
- Add reproducible.patch to make build reproducible (boo#1041090)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Feb 2 16:27:46 UTC 2015 - boris@steki.net
|
||
|
|
|
||
|
|
- update to version 1.4.2
|
||
|
|
* CVE-2015-0219, see https://www.djangoproject.com/weblog/2015/jan/13/security/
|
||
|
|
* Default to keep-alive for HTTP/1.1 connections
|
||
|
|
* Unix socket support
|
||
|
|
* Fixed 64bit compile errors
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Nov 22 13:43:33 UTC 2012 - saschpe@suse.de
|
||
|
|
|
||
|
|
- Initial version
|
||
|
|
|