forked from pool/python-waitress
a25969a264
- update to 0.8.7: - The HTTP version of the response returned by waitress when it catches an exception will now match the HTTP request version. - Fix: CONNECTION header will be HTTP_CONNECTION and not CONNECTION_TYPE (see https://github.com/Pylons/waitress/issues/13) OBS-URL: https://build.opensuse.org/request/show/198597 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=11
57 lines
2.4 KiB
Plaintext
57 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 11 21:14:23 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 0.8.7:
|
|
- The HTTP version of the response returned by waitress when it catches an
|
|
exception will now match the HTTP request version.
|
|
- Fix: CONNECTION header will be HTTP_CONNECTION and not CONNECTION_TYPE
|
|
(see https://github.com/Pylons/waitress/issues/13)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 13 10:15:30 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 0.8.6:
|
|
- Do alternate type of checking for UNIX socket support, instead of checking
|
|
for platform == windows.
|
|
|
|
- Functional tests now use multiprocessing module instead of subprocess module,
|
|
speeding up test suite and making concurrent execution more reliable.
|
|
|
|
- Runner now appends the current working directory to ``sys.path`` to support
|
|
running WSGI applications from a directory (i.e., not installed in a
|
|
virtualenv).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 25 11:28:09 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 0.8.5:
|
|
- Fix runner multisegment imports in some Python 2 revisions (see
|
|
https://github.com/Pylons/waitress/pull/34).
|
|
- For compatibility, WSGIServer is now an alias of TcpWSGIServer. The
|
|
signature of BaseWSGIServer is now compatible with WSGIServer pre-0.8.4.
|
|
- Add a command-line runner called ``waitress-serve`` to allow Waitress
|
|
to run WSGI applications without any addional machinery. This is
|
|
essentially a thin wrapper around the ``waitress.serve()`` function.
|
|
- Allow parallel testing (e.g., under ``detox`` or ``nosetests --processes``)
|
|
using PID-dependent port / socket for functest servers.
|
|
- Fix integer overflow errors on large buffers. Thanks to Marcin Kuzminski
|
|
for the patch. See: https://github.com/Pylons/waitress/issues/22
|
|
- Add support for listening on Unix domain sockets.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 2 12:47:10 UTC 2013 - speilicke@suse.com
|
|
|
|
- Fix license string
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 29 14:14:25 UTC 2013 - speilicke@suse.com
|
|
|
|
- Reduce buildrequires as long as the testsuite and doc build isn't fixed
|
|
- Package COPYRIGHT.txt LICENSE.txt README.rst
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 29 13:06:10 UTC 2013 - dmueller@suse.com
|
|
|
|
- Initial package (0.8.3)
|
|
|