summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2005-11-17 23:23:21 +0000
committerBob Halley <halley@dnspython.org>2005-11-17 23:23:21 +0000
commit0f015b7e7483bbdbfc49691b0ac75a29ec21c9d0 (patch)
tree33cd96cf475f10ec330a883751a3e4842039dc09 /ChangeLog
parentf3fa34269e0c14d9d47ee6d9bc3c3bb8e208bcde (diff)
downloaddnspython-0f015b7e7483bbdbfc49691b0ac75a29ec21c9d0.tar.gz
The 'origin' parameter to from_text() and from_file() is now optional.
If not specified, dnspython will use the first $ORIGIN in the text as the zone's origin.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7797fb..336cc7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-17 Bob Halley <halley@dnspython.org>
+ * dns/zone.py: The 'origin' parameter to from_text() and from_file()
+ is now optional. If not specified, dnspython will use the
+ first $ORIGIN in the text as the zone's origin.
+
* dns/zone.py: Sanity checks of the zone's origin node can now
be disabled.