]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update for 1.3.3
authorBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:32:56 +0000 (05:32 +0000)
committerBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:32:56 +0000 (05:32 +0000)
Original author: Bob Halley <halley@dnspython.org>
Date: 2005-01-30 00:06:30

README

diff --git a/README b/README
index 4446259e5e0c96bd53af3954cbea33f7769339aa..a610c3af641ecdf93e1fbcc14c12d268896333ef 100644 (file)
--- 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: