From a00c285ebc0b3a89494926cba281f68dd56d09c9 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 19 Jun 2014 05:42:02 -0700 Subject: [PATCH] Add ChangeLog entries for accepted patches. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index fcf2f821..57fc87f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2014-06-19 Bob Halley + + * 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 * dns/rdtypes/IN/APL.py: The APL from_wire() method did not accept an -- 2.47.3