forked from pool/python-waitress
Accepting request 492325 from home:TheBlackCat:branches:devel:languages:python
- Update to 1.0.2 - Implement single-spec version. - Fix source URL. OBS-URL: https://build.opensuse.org/request/show/492325 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 16:38:04 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Update to 1.0.2
|
||||
* Python 3.6 is now officially supported in Waitress
|
||||
* Add a work-around for libc issue on Linux not following the
|
||||
documented standards. If getnameinfo() fails because of DNS not
|
||||
being available it should return the IP address instead of the
|
||||
reverse DNS entry, however instead getnameinfo() raises. We
|
||||
catch this, and ask getnameinfo() for the same information
|
||||
again, explicitly asking for IP address instead of reverse
|
||||
DNS hostname.
|
||||
- Implement single-spec version.
|
||||
- Fix source URL.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 14:49:27 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user