summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-07-07 10:35:45 -0600
committerBert JW Regeer <bertjw@regeer.org>2016-07-07 10:35:45 -0600
commitf154b34828bf11d44f1788893d366fc65aed67ac (patch)
tree705b171a49d1b9322ebbf9e5d64428a052e0be23
parent2e5926b5ce4f603ee3726abc95cfbcbd6d2732b7 (diff)
downloadwaitress-f154b34828bf11d44f1788893d366fc65aed67ac.tar.gz
Prep for 1.0a2v1.0a2
-rw-r--r--CHANGES.txt12
-rw-r--r--setup.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 13a76d5..b805aa0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,15 @@
+1.0a2 (2016-07-07)
+------------------
+
+Bugfixes
+~~~~~~~~
+
+- Removed `AI_ADDRCONFIG` from the call to `getaddrinfo`, this resolves an
+ issue whereby `getaddrinfo` wouldn't return any addresses to `bind` to on
+ hosts where there is no internet connection but localhost is requested to be
+ bound to. See https://github.com/Pylons/waitress/issues/131 for more
+ information.
+
1.0a1 (2016-06-24)
------------------
diff --git a/setup.py b/setup.py
index 13630ff..ae6cb3f 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ testing_extras = [
setup(
name='waitress',
- version='1.0a1',
+ version='1.0a2',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Pylons Project",