summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2016-05-27 09:12:53 -0700
committerBob Halley <halley@dnspython.org>2016-05-27 09:13:01 -0700
commitf0abd8f23aeb9a588e43e5f845d58fb585eac8c3 (patch)
tree837f937f89bbb08d82049ca8f4263083a4a67150 /README.md
parentf6bfc574eb3dead7bb09d9f2ee2e72b8584071c2 (diff)
downloaddnspython-f0abd8f23aeb9a588e43e5f845d58fb585eac8c3.tar.gz
Prep 1.14.0v1.14.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 26 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e21d76..99b92cb 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,32 @@ development by continuing to employ the author :).
## ABOUT THIS RELEASE
-This is dnspython 1.13.0
+This is dnspython 1.14.0
+
+New since 1.13.0:
+
+ CSYNC RRs are now supported.
+
+ dns/message.py (make_query): Setting any value which implies
+ EDNS will turn on EDNS if 'use_edns' has not been specified.
+
+Bugs fixed since 1.13.0:
+
+ TSIG signature algorithm setting was broken by the Python 2
+ and Python 3 code line merge.
+
+ A bug in the LOC RR destroyed N/S and E/W distinctions within
+ a degree of the equator or prime merdian respectively.
+
+ Misc. fixes to deal with fallout from the Python 2 & 3 merge.
+ [issue #156], [issue #157], [issue #158], [issue #159],
+ [issue #160].
+
+ Running with python optimization on caused issues when
+ stripped docstrings were referenced. [issue #154]
+
+ dns.zone.from_text() erroneously required the zone to be provided.
+ [issue #153]
New since 1.12.0: