diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 8b49166..49ccfa9 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -5,6 +5,17 @@ Sat Feb 18 10:46:56 UTC 2017 - antoine.belvire@opensuse.org * Dropped Python 2.6 support * Improved error handling inside code executed when Zeroconf object is being closed +- Changes from 0.17.7: + * Better Handling of DNS Incoming Packets parsing exceptions + * Many exceptions will now log a warning the first time they are seen + * Catch and log sendto() errors + * Fix/Implement duplicate name change + * Fix overly strict name validation introduced in 0.17.6 + * Greatly improve handling of oversized packets including: + + Implement name compression per RFC1035 + + Limit size of generated packets to 9000 bytes as per RFC6762 + + Better handle over sized incoming packets + * Increased test coverage to 95% ------------------------------------------------------------------- Wed Dec 28 13:23:11 UTC 2016 - jengelh@inai.de