diff options
| author | Bob Halley <halley@dnspython.org> | 2016-05-27 09:12:53 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2016-05-27 09:13:01 -0700 |
| commit | f0abd8f23aeb9a588e43e5f845d58fb585eac8c3 (patch) | |
| tree | 837f937f89bbb08d82049ca8f4263083a4a67150 /ChangeLog | |
| parent | f6bfc574eb3dead7bb09d9f2ee2e72b8584071c2 (diff) | |
| download | dnspython-1.14.0.tar.gz | |
Prep 1.14.0v1.14.0
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2016-05-27 Bob Halley <halley@dnspython.org> + + * (Version 1.14.0 released) + + * Add CSYNC RR support + + * Fix bug in LOC which 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] + 2016-05-13 Bob Halley <halley@dnspython.org> * dns/message.py (make_query): Setting any value which implies |
