+2005-06-05 Bob Halley <halley@nominum.com>
+
+ * dns/query.py: The requirement that the "where" parameter be
+ an IPv4 or IPv6 address is now documented.
+
+2005-06-04 Bob Halley <halley@nominum.com>
+
+ * dns/resolver.py: The resolver now does exponential backoff
+ each time it runs through all of the nameservers.
+
+ * dns/resolver.py: rcodes which indicate a nameserver is likely
+ to be a "permanent failure" for a query cause the nameserver
+ to be removed from the mix for that query.
+
2005-01-30 Bob Halley <halley@dnspython.org>
* (Version 1.3.3 released)
ABOUT THIS RELEASE
-This is dnspython 1.3.3.
+This is dnspython 1.3.4.
+
+New since 1.3.3:
+
+ The requirement that the "where" parameter in dns.query.{udp,tcp,xfr}
+ be an IPv4 or IPv6 address is now documented.
+
+ The resolver now does exponential backoff each time it runs
+ through all of the nameservers.
+
+ Rcodes which indicate a nameserver is likely to be a
+ "permanent failure" for a query cause the nameserver to be removed
+ from the mix for that query.
New since 1.3.2:
MAJOR = 1
MINOR = 3
-MICRO = 3
+MICRO = 4
RELEASELEVEL = 0x0f
SERIAL = 0
setup(
name = "dnspython",
- version = "1.3.3",
+ version = "1.3.4",
description = "DNS toolkit",
long_description = \
"""dnspython is a DNS toolkit for Python. It supports almost all