summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2007-11-25 17:33:27 +0000
committerBob Halley <halley@dnspython.org>2007-11-25 17:33:27 +0000
commit6bd36844e5eef3e551f5535b5fd9483ab36186e7 (patch)
treee81939ee0906e72b9de63ee5dfd9e00a15830957
parentd76fd330f1454de7a0071a93c2dfc7713c083bcb (diff)
downloaddnspython-6bd36844e5eef3e551f5535b5fd9483ab36186e7.tar.gz
prep 1.6
-rw-r--r--README16
1 files changed, 14 insertions, 2 deletions
diff --git a/README b/README
index 86695c5..196ed11 100644
--- a/README
+++ b/README
@@ -25,10 +25,22 @@ ABOUT THIS RELEASE
This is dnspython 1.6.0.
New since 1.5.0:
- <nothing>
+ Added dns.inet.is_multicast().
Bugs fixed since 1.5.0:
- <nothing>
+
+ 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: