summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2014-06-19 05:42:02 -0700
committerBob Halley <halley@dnspython.org>2014-06-19 05:42:02 -0700
commita00c285ebc0b3a89494926cba281f68dd56d09c9 (patch)
tree608cb9a87cb21f8cb2f369086bc6c54e8546d8ce
parent70b99aa0172de58d6a71b987bf71656fcf8c11f8 (diff)
downloaddnspython-a00c285ebc0b3a89494926cba281f68dd56d09c9.tar.gz
Add ChangeLog entries for accepted patches.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcf2f82..57fc87f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2014-06-19 Bob Halley <halley@dnspython.org>
+
+ * Escaping of Unicode has been corrected. Previously we escaped and
+ then converted to Unicode, but the right thing to do is convert to
+ Unicode, then escape. Also, characters > 0x7f should NOT be escaped
+ in Unicode mode. Thanks to Martin Basti for the patch.
+
+ * dns.rdtypes.ANY.DNSKEY now has helpers functions to convert between
+ the numeric form of the flags and a set of human-friendly strings.
+ Thanks to Petr Spacek for the patch.
+
2014-06-18 Bob Halley <halley@dnspython.org>
* dns/rdtypes/IN/APL.py: The APL from_wire() method did not accept an