15
0

Accepting request 182832 from home:dirkmueller:branches:devel:languages:python

- update to 1.11.0:
  * TLSA RR support
  * Added set_flags() method to dns.resolver.Resolver
  * Names with offsets >= 2^14 are no longer added to the compression
    table.
  * The "::" syntax is not used to shorten a single 16-bit section of
  the text form an IPv6 address.
  * Empty rdatasets are not printed.
  * DNSKEY key tags are no longer assumed to be unique.

OBS-URL: https://build.opensuse.org/request/show/182832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=24
This commit is contained in:
Sascha Peilicke
2013-07-11 15:02:49 +00:00
committed by Git OBS Bridge
parent 747361f207
commit c93d773243
5 changed files with 20 additions and 18 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jul 11 14:23:49 UTC 2013 - dmueller@suse.com
- update to 1.11.0:
* TLSA RR support
* Added set_flags() method to dns.resolver.Resolver
* Names with offsets >= 2^14 are no longer added to the compression
table.
* The "::" syntax is not used to shorten a single 16-bit section of
the text form an IPv6 address.
* Empty rdatasets are not printed.
* DNSKEY key tags are no longer assumed to be unique.
-------------------------------------------------------------------
Thu May 31 14:09:31 UTC 2012 - cfarrell@suse.com