summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2010-10-31 10:57:45 +0000
committerBob Halley <halley@nominum.com>2010-10-31 10:57:45 +0000
commitba00be7e59185697c14b003bf27817fc6982ef4f (patch)
treee231c94b220eacb42b6f09bb485a4407c4320382 /ChangeLog
parente8f5d9f6b142d85e7e74dc4287db3d28b9139a5f (diff)
downloaddnspython-ba00be7e59185697c14b003bf27817fc6982ef4f.tar.gz
Add zonediff.py to examples
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d162098..45a660b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-31 Bob Halley <halley@dnspython.org>
+
+ * Added zonediff.py to examples. This program compares two zones
+ and shows the differences either in diff-like plain text, or
+ HTML. Thanks to Dennis Kaarsemaker for contributing this
+ useful program.
+
2010-10-27 Bob Halley <halley@dnspython.org>
* Incorporate a patch to use poll() instead of select() by