From: Bob Halley Date: Fri, 13 May 2016 13:44:37 +0000 (-0700) Subject: Update with recent changes X-Git-Tag: v1.14.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f99a01bf3028bd460db50ac57e040176f7ddf295;p=thirdparty%2Fdnspython.git Update with recent changes --- diff --git a/ChangeLog b/ChangeLog index 177a34cf..6cda9e79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2016-05-13 Bob Halley + + * dns/message.py (make_query): Setting any value which implies + EDNS will turn on EDNS if 'use_edns' has not been specified. + +2016-05-12 Bob Halley + + * TSIG signature algorithm setting was broken by the Python 2 + and Python 3 code line merge. Fixed. + 2016-05-10 Bob Halley * (Version 1.13.0 released)