diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 557b3fc..ab8a5e8 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Jul 17 22:36:46 UTC 2016 - antoine.belvire@laposte.net + +- Update to 0.17.6: + * Many improvements to address race conditions and exceptions + during ZC() startup and shutdown, thanks to: morpav, veawor, + justingiorgi, herczy, stephenrauch + * Added more test coverage: strahlex, stephenrauch + * Stephen Rauch contributed: + + Speed up browser startup + + Add ZeroconfServiceTypes() query class to discover all + advertised service types + + Add full validation for service names, types and subtypes + + Fix for subtype browsing + + Fix DNSHInfo support + ------------------------------------------------------------------- Wed Mar 16 19:46:09 UTC 2016 - antoine.belvire@laposte.net diff --git a/python-zeroconf.spec b/python-zeroconf.spec index e9a2178..c9b7b7c 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -17,7 +17,7 @@ Name: python-zeroconf -Version: 0.17.5 +Version: 0.17.6 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0 diff --git a/zeroconf-0.17.5.tar.gz b/zeroconf-0.17.5.tar.gz deleted file mode 100644 index 1c1efab..0000000 --- a/zeroconf-0.17.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51ea8affc3512259d5e702a46031139c2eaefe2a0891990e5866d0b5a436112e -size 18428 diff --git a/zeroconf-0.17.6.tar.gz b/zeroconf-0.17.6.tar.gz new file mode 100644 index 0000000..1522aef --- /dev/null +++ b/zeroconf-0.17.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b614baa73833bdfc8ae64f2a9f5d19b014ad3164fbbc8513ef27a7bbe1e6c5e3 +size 20266