From 1de73773b63012892452a27563634cb16c15f294 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 30 Jun 2013 13:44:07 -0700 Subject: prep 1.11 --- ChangeLog | 17 +++++++++++++++++ README | 10 +++++++++- dns/version.py | 2 +- setup.py | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2db5b02..6a076d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-07-01 Bob Halley + + * (Version 1.11.0 released) + 2013-04-28 Bob Halley * dns/name.py (Name.to_wire): Do not add items with offsets >= 2^14 @@ -11,6 +15,19 @@ field. Thanks to David Waitzman for reporting the bug and suggesting the fix. +2013-03-31 Bob Halley + + * lock caches in case they are shared + + * raise YXDOMAIN if we see one + + * do not print empty rdatasets + + * Add contributed $GENERATE support (thanks uberj) + + * Remove DNSKEY keytag uniqueness assumption (RFC 4034, section 8) + (thanks James Dempsey) + 2012-09-25 Sean Leach * added set_flags() method to dns.resolver.Resolver diff --git a/README b/README index e3777df..c51c9d9 100644 --- a/README +++ b/README @@ -22,7 +22,15 @@ development by continuing to employ the author :). ABOUT THIS RELEASE -This is dnspython 1.10.0 +This is dnspython 1.11.0 + +New since 1.10.0: + + XXX TBS XXX + +Bugs fixed since 1.10.0: + + XXX TBS XXX New since 1.9.4: diff --git a/dns/version.py b/dns/version.py index 7de430b..7f393be 100644 --- a/dns/version.py +++ b/dns/version.py @@ -16,7 +16,7 @@ """dnspython release version information.""" MAJOR = 1 -MINOR = 10 +MINOR = 11 MICRO = 0 RELEASELEVEL = 0x0f SERIAL = 0 diff --git a/setup.py b/setup.py index 33d7c20..a6e45a2 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import sys from distutils.core import setup -version = '1.10.0' +version = '1.11.0' kwargs = { 'name' : 'dnspython', -- cgit v1.2.1