From d49f211e7c7dcb83514ffdf88b9346b0f527ed86 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mar 25 2011 17:51:56 +0000 Subject: 1.9.3 --- diff --git a/.gitignore b/.gitignore index 41ac7bb..856adfe 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ dnspython-1.8.0.tar.gz.asc /dnspython-1.9.1.tar.gz.asc /dnspython-1.9.2.tar.gz /dnspython-1.9.2.tar.gz.asc +/dnspython-1.9.3.tar.gz +/dnspython-1.9.3.tar.gz.asc diff --git a/python-dns.spec b/python-dns.spec index 82bf339..50a5680 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-dns -Version: 1.9.2 -Release: 2%{?dist} +Version: 1.9.3 +Release: 1%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -65,6 +65,30 @@ rm -rf %{buildroot} %{python_sitelib}/dns %changelog +* Fri Mar 25 2011 Jeffrey C. Ollie - 1.9.3-1 +- +- New since 1.9.2: +- +- A boolean parameter, 'raise_on_no_answer', has been added to +- the query() methods. In no-error, no-data situations, this +- parameter determines whether NoAnswer should be raised or not. +- If True, NoAnswer is raised. If False, then an Answer() +- object with a None rrset will be returned. +- +- Resolver Answer() objects now have a canonical_name field. +- +- Rdata now have a __hash__ method. +- +- Bugs fixed since 1.9.2: +- +- Dnspython was erroneously doing case-insensitive comparisons +- of the names in NSEC and RRSIG RRs. +- +- We now use "is" and not "==" when testing what section an RR +- is in. +- +- The resolver now disallows metaqueries. + * Tue Feb 08 2011 Fedora Release Engineering - 1.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 5047785..b70fa1b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -26426043e619d34b47c7c30dc0a02f1c dnspython-1.9.2.tar.gz -589f4e0e3221190b2c67b1ef3e1e235f dnspython-1.9.2.tar.gz.asc +93e37366efb5bf5f5fae80ab3e840340 dnspython-1.9.3.tar.gz +35548866a0090e153e8c715ef7ae60f5 dnspython-1.9.3.tar.gz.asc