From: Bob Halley Date: Thu, 19 Jun 2014 12:42:02 +0000 (-0700) Subject: Add ChangeLog entries for accepted patches. X-Git-Tag: v1.12.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00c285ebc0b3a89494926cba281f68dd56d09c9;p=thirdparty%2Fdnspython.git Add ChangeLog entries for accepted patches. --- 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