From: Bob Halley Date: Sun, 25 Nov 2007 17:33:27 +0000 (+0000) Subject: prep 1.6 X-Git-Tag: v1.6.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd36844e5eef3e551f5535b5fd9483ab36186e7;p=thirdparty%2Fdnspython.git prep 1.6 --- diff --git a/README b/README index 86695c50..196ed11c 100644 --- a/README +++ b/README @@ -25,10 +25,22 @@ ABOUT THIS RELEASE This is dnspython 1.6.0. New since 1.5.0: - + Added dns.inet.is_multicast(). Bugs fixed since 1.5.0: - + + If select() raises an exception due to EINTR, we should just + select() again. + + If the queried address is a multicast address, then don't + check that the address of the response is the same as the + address queried. + + NAPTR comparisons didn't compare the preference field due to a + typo. + + Testing of whether a Windows NIC is enabled now works on Vista + thanks to code contributed by Paul Marks. New since 1.4.0: