From 6bd36844e5eef3e551f5535b5fd9483ab36186e7 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 25 Nov 2007 17:33:27 +0000 Subject: [PATCH] prep 1.6 --- README | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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: -- 2.47.3