summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2014-09-05 08:10:16 -0700
committerBob Halley <halley@dnspython.org>2014-09-05 08:10:16 -0700
commite843b4187c0be8f3350e9029fccfe520eec60f6d (patch)
tree8ada0b88f7cb5038eaa47481450f1a6f9ccbe90b /ChangeLog
parented01dc7c5f2f39e38e77ee9fa769ca8ef88c9e7d (diff)
downloaddnspython-e843b4187c0be8f3350e9029fccfe520eec60f6d.tar.gz
All rdata comparsion now uses the digestable form.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b28613f..a6a52de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-09-05 Bob Halley <halley@dnspython.org>
+
+ * Comparing two rdata is now always done by comparing the binary
+ data of the DNSSEC digestable forms. This corrects a number of
+ errors where dnspython's rdata comparsion order was not the
+ DNSSEC order.
+
+ * Add CAA implementation. Thanks to Brian Wellington for the
+ patch.
+
2014-09-01 Bob Halley <halley@dnspython.org>
* (Version 1.12.0 released)