From: Bob Halley Date: Sat, 7 Apr 2012 11:59:10 +0000 (+0100) Subject: add ChangeLog entry for Shane Huntley's trailing junk patch X-Git-Tag: v1.10.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4072dc57840c1b2c0c6637d121fffcd3f24cdb15;p=thirdparty%2Fdnspython.git add ChangeLog entry for Shane Huntley's trailing junk patch --- diff --git a/ChangeLog b/ChangeLog index f916ad5c..accd9b19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-04-07 Bob Halley + + * dns/message.py (from_wire): dns.message.from_wire() now takes + an 'ignore_trailing' parameter which defaults to False. If set + to True, then trailing junk will be ignored instead of causing + TrailingJunk to be raised. Thanks to Shane Huntley for + contributing the patch. + 2011-08-22 Bob Halley * dns/resolver.py: Added LRUCache. In this cache implementation,