diff options
| author | Bob Halley <halley@dnspython.org> | 2014-09-05 08:10:16 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2014-09-05 08:10:16 -0700 |
| commit | e843b4187c0be8f3350e9029fccfe520eec60f6d (patch) | |
| tree | 8ada0b88f7cb5038eaa47481450f1a6f9ccbe90b /ChangeLog | |
| parent | ed01dc7c5f2f39e38e77ee9fa769ca8ef88c9e7d (diff) | |
| download | dnspython-e843b4187c0be8f3350e9029fccfe520eec60f6d.tar.gz | |
All rdata comparsion now uses the digestable form.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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) |
