summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2005-09-02 05:32:56 +0000
committerBob Halley <halley@dnspython.org>2005-09-02 05:32:56 +0000
commit1c459a1d39328893a5f5308a1931efbb0d381c7d (patch)
treefd4e3d3680bb1b94dea175d7e4fbba8978866e28 /README
parentb1ac611ba847e9df17cb46150e04d5b2699a72b7 (diff)
downloaddnspython-1c459a1d39328893a5f5308a1931efbb0d381c7d.tar.gz
update for 1.3.3
Original author: Bob Halley <halley@dnspython.org> Date: 2005-01-30 00:06:30
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 20 insertions, 1 deletions
diff --git a/README b/README
index 4446259..a610c3a 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: