summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2010-11-23 08:13:19 +0000
committerBob Halley <halley@nominum.com>2010-11-23 08:13:19 +0000
commit32322f9df8f413b0bcbbd4aca0152c5add088147 (patch)
tree66ec0f078525b59b6ec53773ca5e400cb75b58f6 /README
parent1cedfbec964a132f655fa5ce66f1d553ba758fc1 (diff)
downloaddnspython-32322f9df8f413b0bcbbd4aca0152c5add088147.tar.gz
Fix DNSSEC imports, again!v1.9.2
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 12 insertions, 2 deletions
diff --git a/README b/README
index ca6b3a4..d53dac6 100644
--- a/README
+++ b/README
@@ -22,13 +22,23 @@ development by continuing to employ the author :).
ABOUT THIS RELEASE
-This is dnspython 1.9.1
+This is dnspython 1.9.2
+
+New since 1.9.1:
+
+ Nothing.
+
+Bugs fixed since 1.9.1:
+
+ The dns.dnssec module didn't work at all due to missing
+ imports that escaped detection in testing because the test
+ suite also did the imports. The third time is the charm!
New since 1.9.0:
Nothing.
-Bugs fixed since 1.9.0
+Bugs fixed since 1.9.0:
The dns.dnssec module didn't work with DSA due to namespace
contamination from a "from"-style import.