]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
prep 1.3.4
authorBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:33:11 +0000 (05:33 +0000)
committerBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:33:11 +0000 (05:33 +0000)
Original author: Bob Halley <halley@dnspython.org>
Date: 2005-06-05 16:49:40

ChangeLog
README
dns/version.py
setup.py

index 33469b1f218ebd730a1e9fc1afe394e1dc87a1b1..81d5263bc0d605fd9a693b66a65a6bc8f0e7287b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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)
diff --git a/README b/README
index a610c3af641ecdf93e1fbcc14c12d268896333ef..2ca957c7eec10d0d84436f6bcb2e0163d68919e5 100644 (file)
--- a/README
+++ b/README
@@ -22,7 +22,19 @@ development by continuing to employ the author :).
 
 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:
 
index 269e07fb75d83feb4769f52f60b5060a94bd8906..da4677b5cc46ab67c1f3c0eecc67a1d6efe7db58 100644 (file)
@@ -17,7 +17,7 @@
 
 MAJOR = 1
 MINOR = 3
-MICRO = 3
+MICRO = 4
 RELEASELEVEL = 0x0f
 SERIAL = 0
 
index 76e12d6c6f9a81caa1240a70d408168fc56f8213..fd744ffe4d4d8ac459500c0dd7376f88243079b0 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup
 
 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