From 276060cbbca5f05098d270e69f0b3868f2288450 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 19 Jun 2009 15:59:47 +0100 Subject: [PATCH] Prep 1.7.1 --- ChangeLog | 6 ++++++ README | 13 ++++++++++++- dns/version.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9058d2b..c9778bb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-06-19 Bob Halley + * (Version 1.7.1 released) + +2009-06-19 Bob Halley + + * DLV.py was omitted from the kit + * Negative prerequisites were not handled correctly in _get_section(). 2009-06-19 Bob Halley diff --git a/README b/README index b535e3a1..6490f3ca 100644 --- a/README +++ b/README @@ -22,7 +22,18 @@ development by continuing to employ the author :). ABOUT THIS RELEASE -This is dnspython 1.7.0. +This is dnspython 1.7.1. + +New since 1.7.0: + + Nothing + +Bugs fixed since 1.7.0: + + The 1.7.0 kitting process inadventently omitted the code for the + DLV RR. + + Negative DDNS prerequisites are now handled correctly. New since 1.6.0: diff --git a/dns/version.py b/dns/version.py index 6c84bdb0..d1431324 100644 --- a/dns/version.py +++ b/dns/version.py @@ -17,7 +17,7 @@ MAJOR = 1 MINOR = 7 -MICRO = 0 +MICRO = 1 RELEASELEVEL = 0x0f SERIAL = 0 -- 2.47.3