diff --git a/.gitignore b/.gitignore index 856adfe..a0a7207 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ dnspython-1.8.0.tar.gz.asc /dnspython-1.9.2.tar.gz.asc /dnspython-1.9.3.tar.gz /dnspython-1.9.3.tar.gz.asc +/dnspython-1.9.4.tar.gz +/dnspython-1.9.4.tar.gz.asc diff --git a/python-dns.spec b/python-dns.spec index 50a5680..cca99fd 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-dns -Version: 1.9.3 +Version: 1.9.4 Release: 1%{?dist} Summary: DNS toolkit for Python @@ -65,6 +65,17 @@ rm -rf %{buildroot} %{python_sitelib}/dns %changelog +* Mon Mar 28 2011 Jeffrey C. Ollie - 1.9.4-1 +- +- dnspython 1.9.4 has been released and is available at +- http://www.dnspython.org/kits/1.9.4/ +- +- There is no new functionality in this release; just a few bug fixes +- in RRSIG and SIG code. +- +- I will be eliminating legacy code for earlier versions of DNSSEC in a +- future release of dnspython. + * Fri Mar 25 2011 Jeffrey C. Ollie - 1.9.3-1 - - New since 1.9.2: diff --git a/sources b/sources index b70fa1b..9834fae 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -93e37366efb5bf5f5fae80ab3e840340 dnspython-1.9.3.tar.gz -35548866a0090e153e8c715ef7ae60f5 dnspython-1.9.3.tar.gz.asc +8a89b7865251c4e9d8ec2f8cc9f8cd78 dnspython-1.9.4.tar.gz +413d7fc295c6bf03f872938731919c95 dnspython-1.9.4.tar.gz.asc