From: Bob Halley Date: Fri, 2 Sep 2005 05:32:56 +0000 (+0000) Subject: update for 1.3.3 X-Git-Tag: v1.3.4~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c459a1d39328893a5f5308a1931efbb0d381c7d;p=thirdparty%2Fdnspython.git update for 1.3.3 Original author: Bob Halley Date: 2005-01-30 00:06:30 --- diff --git a/README b/README index 4446259e..a610c3af 100644 --- a/README +++ b/README @@ -26,7 +26,26 @@ This is dnspython 1.3.3. New since 1.3.2: - XXX TBS XXX + dns.message.Message.find_rrset() now uses an index, vastly + improving the from_wire() performance of large messages such + as zone transfers. + + Added dns.message.make_response(), which creates a skeletal + response for the specified query. + + Added opcode() and set_opcode() convenience methods to the + dns.message.Message class. Added the request_payload + attribute to the Message class. + + The 'file' parameter of dns.name.Name.to_wire() is now + optional; if omitted, the wire form will be returned as the + value of the function. + + dns.zone.from_xfr() in relativization mode incorrectly set + zone.origin to the empty name. + + The masterfile parser incorrectly rejected TXT records where a + value was not quoted. New since 1.3.1: