]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
prep 1.8
authorBob Halley <halley@nominum.com>
Thu, 12 Nov 2009 19:08:23 +0000 (04:08 +0900)
committerBob Halley <halley@nominum.com>
Thu, 12 Nov 2009 19:08:23 +0000 (04:08 +0900)
README
dns/version.py

diff --git a/README b/README
index 6490f3ca7480cdb29b0ab57ff3b6b29ab7fedb7b..7a8b4b60e18ec4de6aff84b911178a660f7982a3 100644 (file)
--- a/README
+++ b/README
@@ -22,7 +22,33 @@ development by continuing to employ the author :).
 
 ABOUT THIS RELEASE
 
-This is dnspython 1.7.1.
+This is dnspython 1.8.0
+
+New since 1.7.1:
+
+       Support for hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384
+       and hmac-sha512 has been contributed by Kevin Chen.
+
+Bugs fixed since 1.7.1:
+
+       When constructing a DDNS update, if the present() method was
+       used with a single rdata, a zero TTL was not added.
+
+       The entropy pool needed locking to be thread safe.
+
+       The entropy pool's reading of /dev/random could cause
+       dnspython to block.
+
+       The entropy pool did buffered reads, potentially consuming more
+       randomness than we needed.
+
+       The entropy pool did not seed with high quality randomness on
+       Windows.
+
+       SRV records were compared incorrectly.
+
+       In the e164 query function, the resolver parameter was not
+       used.
 
 New since 1.7.0:
 
index f7e9220f94d95825c237ed89ccb0c832ce56a224..49e31484db2f6fadc440a20ba73cc17d2c23ec55 100644 (file)
@@ -16,8 +16,8 @@
 """dnspython release version information."""
 
 MAJOR = 1
-MINOR = 7
-MICRO = 2
+MINOR = 8
+MICRO = 0
 RELEASELEVEL = 0x0f
 SERIAL = 0