diff options
author | Bert JW Regeer <bertjw@regeer.org> | 2018-12-02 19:18:27 -0700 |
---|---|---|
committer | Bert JW Regeer <bertjw@regeer.org> | 2018-12-02 19:18:27 -0700 |
commit | 32f3571caf729f94363cdff4a03460e1ef387a0e (patch) | |
tree | 2d3d97c726f1a94149a8fa1d946cad1cbb851ec5 | |
parent | f3e03d6909aa59eead4a340ead544ada0e16ed44 (diff) | |
download | waitress-32f3571caf729f94363cdff4a03460e1ef387a0e.tar.gz |
Update CHANGES.txt for #215bugfix/socket-server-name-port
-rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index db3e522..bf75b46 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -26,6 +26,11 @@ Features If you expect to need this behaviour please explicitly set these variables in your configuration, or pin this version of waitress. +- Waitress can now accept a list of sockets that are already pre-bound rather + than creating its own to allow for socket activation. Support for init + systems/other systems that create said activated sockets is not included. See + https://github.com/Pylons/waitress/pull/215 + - Server header can be omitted by specifying `ident=None` or `ident=''`. See https://github.com/Pylons/waitress/pull/187 |