From: Bob Halley Date: Tue, 20 Sep 2016 19:02:32 +0000 (-0700) Subject: update for 1.15.0 X-Git-Tag: v1.15.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ba9c8ee4f963b33f844bda5105ade2543eb5df3;p=thirdparty%2Fdnspython.git update for 1.15.0 --- diff --git a/ChangeLog b/ChangeLog index 67688803..521873fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2016-09-20 Bob Halley + + * If the "idna" module is installed ("pip install idna"), then + dnspython will use IDNA 2008 instead of IDNA 2003. Options have + been added to unicode name routines for UTS46 support + including "STD3 rules" and "transitional". See + http://unicode.org/reports/tr46/ for more info on what this + means. + + * Problems with newlines in various output modes have been + addressed, but I suspect there is more to come in this area. + + * More miscellaneous fixes for the Python 2/3 codeline merge. + 2016-05-27 Bob Halley * (Version 1.14.0 released)