From 4072dc57840c1b2c0c6637d121fffcd3f24cdb15 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 7 Apr 2012 12:59:10 +0100 Subject: [PATCH] add ChangeLog entry for Shane Huntley's trailing junk patch --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) 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, -- 2.47.3