Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (8h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 04:31:47 UTC Now

2016-06-30 17:45:04 UTC MAIN commitmail json YAML

Updated py-dns to 1.14.0.

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
  EDNS will turn on EDNS if 'use_edns' has not been specified.

2016-05-12  Bob Halley  <halley@dnspython.org>

* TSIG signature algorithm setting was broken by the Python 2
  and Python 3 code line merge.  Fixed.

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.6+ and 3.3+

2014-09-04  Bob Halley  <halley@dnspython.org>

* Comparing two rdata is now always done by comparing the binary
  data of the DNSSEC digestable forms.  This corrects a number of
  errors where dnspython's rdata comparison order was not the
  DNSSEC order.

* Add CAA implementation.  Thanks to Brian Wellington for the
  patch.

(wiz)