~ubuntu-branches/ubuntu/saucy/dnspython/saucy-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-07-17 02:49:46 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130717024946-g4j9400pq90uhgia
Tags: 1.11.0-1
* New upstream release
* Agreed maintainer switch to DPMT
  - Add Vcs-* fields to debian/control
* Bump minimum debhelper version to 8.1 and compat to 8 for build-arch/indep
  support
* Bump standards version to 3.9.4 without further change

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
ABOUT THIS RELEASE
24
24
 
25
 
This is dnspython 1.10.0
 
25
This is dnspython 1.11.0
 
26
 
 
27
New since 1.10.0:
 
28
    
 
29
        $GENERATE support
 
30
 
 
31
        TLSA RR support
 
32
 
 
33
        Added set_flags() method to dns.resolver.Resolver
 
34
 
 
35
Bugs fixed since 1.10.0:
 
36
 
 
37
        Names with offsets >= 2^14 are no longer added to the compression
 
38
        table.
 
39
 
 
40
        The "::" syntax is not used to shorten a single 16-bit section of
 
41
        the text form an IPv6 address.
 
42
 
 
43
        Caches are now locked.
 
44
 
 
45
        YXDOMAIN is raised if seen by the resolver.
 
46
 
 
47
        Empty rdatasets are not printed.
 
48
 
 
49
        DNSKEY key tags are no longer assumed to be unique.
26
50
 
27
51
New since 1.9.4:
28
52