summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2018-12-02 19:18:27 -0700
committerBert JW Regeer <bertjw@regeer.org>2018-12-02 19:18:27 -0700
commit32f3571caf729f94363cdff4a03460e1ef387a0e (patch)
tree2d3d97c726f1a94149a8fa1d946cad1cbb851ec5
parentf3e03d6909aa59eead4a340ead544ada0e16ed44 (diff)
downloadwaitress-bugfix/socket-server-name-port.tar.gz
Update CHANGES.txt for #215bugfix/socket-server-name-port
-rw-r--r--CHANGES.txt5
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