diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2016-07-07 10:35:45 -0600 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2016-07-07 10:35:45 -0600 |
| commit | f154b34828bf11d44f1788893d366fc65aed67ac (patch) | |
| tree | 705b171a49d1b9322ebbf9e5d64428a052e0be23 | |
| parent | 2e5926b5ce4f603ee3726abc95cfbcbd6d2732b7 (diff) | |
| download | waitress-f154b34828bf11d44f1788893d366fc65aed67ac.tar.gz | |
Prep for 1.0a2v1.0a2
| -rw-r--r-- | CHANGES.txt | 12 | ||||
| -rw-r--r-- | setup.py | 2 |
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) ------------------ @@ -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", |
