Skip to content

Commit

Permalink
Prep for 1.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Jul 7, 2016
1 parent 2e5926b commit f154b34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='waitress',
version='1.0a1',
version='1.0a2',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Pylons Project",
Expand Down

0 comments on commit f154b34

Please sign in to comment.