]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Doc prep for 1.13 v1.13.0
authorBob Halley <halley@dnspython.org>
Tue, 10 May 2016 17:02:12 +0000 (10:02 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 10 May 2016 17:02:12 +0000 (10:02 -0700)
ChangeLog
README.md

index 32ddb21fb0b983247bb57d4f10a09efa874b5a2d..177a34cf70a66afd7eef593c4c630177d8380587 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,34 @@
+2016-05-10  Bob Halley  <halley@dnspython.org>
+
+       * (Version 1.13.0 released)
+
+2016-05-10  Bob Halley  <halley@dnspython.org>
+
+       * Dropped support for Python 2.4 and 2.5.
+
+       * Zone origin can be specified as a string.
+
+       * Support string representation for all DNSExceptions.
+
+       * Use setuptools not distutils
+
+       * A number of Unicode name bug fixes.
+
+       * Added support for CAA, CDS, CDNSKEY, EUI48, EUI64, and URI RR
+         types.
+
+       * Names now support the pickle protocol.
+
+       * NameDicts now keep the max-depth value correct, and update
+         properly.
+
+       * resolv.conf processing rejects lines with too few tokens.
+
+       * Ports can be specified per-nameserver in the stub resolver.
+
 2016-05-03  Arthur Gautier
 
-        * Single source support for python 2 and 3
+        * Single source support for python 2.6+ and 3.3+
 
 2014-09-04  Bob Halley  <halley@dnspython.org>
 
index 71eddfd8e3fe31493c0d046008877de57f6e019b..bb5b5e363a2faa7f184cf386cc17958c0530011e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -31,17 +31,35 @@ This is dnspython 1.13.0
 
 New since 1.12.0:
 
-        Single source support for python 2 and python 3.  Thank
-       you so much to Arthur Gautier for taking on this
+       Dnspython now uses a single source for Python 2 and Python 3,
+       eliminating the painful merging between the Python 2 and Python 3
+       branches.  Thank you so much to Arthur Gautier for taking on this
        challenge and making it work!  It was a big job!
 
        Support for Python older than 2.6 dropped.
 
-       XXX TBD XXX
+       Support for Python older than 3.3 dropped.
+
+       Zone origin can be specified as a string.
+
+       A rich string representation for all DNSExceptions.
+
+       setuptools has replaced distutils
+
+       Added support for CAA, CDS, CDNSKEY, EUI48, EUI64, and URI RR
+       types.
+
+       Names now support the pickle protocol.
+
+       Ports can be specified per-nameserver in the stub resolver.
 
 Bugs fixed since 1.12.0:
 
-       XXX TBD XXX
+    A number of Unicode name bugs have been fixed.
+
+       resolv.conf processing now rejects lines with too few tokens.
+
+       NameDicts now keep the max-depth value correct, and update properly.
 
 New since 1.11.1: