]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update for 1.15.0
authorBob Halley <halley@dnspython.org>
Tue, 20 Sep 2016 19:02:32 +0000 (12:02 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 20 Sep 2016 19:02:32 +0000 (12:02 -0700)
ChangeLog

index 67688803ac784626a084e6646d03e1338233e64a..521873fe53415cd8423c93870c9f320582a300b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2016-09-20  Bob Halley  <halley@dnspython.org>
+
+       * 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  <halley@dnspython.org>
 
        * (Version 1.14.0 released)