summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-10-22 13:40:24 -0600
committerBert JW Regeer <bertjw@regeer.org>2016-10-22 13:40:24 -0600
commit7b3ce29e55966f8b037aded5985126e9f0c756fa (patch)
tree544b9928ca3f3343aa61238386a4a65b749c9880
parent036634350c6b03e3c4240236e311f41a4107eea1 (diff)
downloadwaitress-7b3ce29e55966f8b037aded5985126e9f0c756fa.tar.gz
Update CHANGES.txt
-rw-r--r--CHANGES.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dddaa73..8ccb0bf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,20 @@
+1.0.1 (2016-10-22)
+------------------
+
+Bugfixes
+~~~~~~~~
+
+- IPv6 support on Windows was broken due to missing constants in the socket
+ module. This has been resolved by setting the constants on Windows if they
+ are missing. See https://github.com/Pylons/waitress/issues/138
+
+- A ValueError was raised on Windows when passing a string for the port, on
+ Windows in Python 2 using service names instead of port numbers doesn't work
+ with `getaddrinfo`. This has been resolved by attempting to convert the port
+ number to an integer, if that fails a ValueError will be raised. See
+ https://github.com/Pylons/waitress/issues/139
+
+
1.0.0 (2016-08-31)
------------------