1.9.4
This commit is contained in:
parent
d49f211e7c
commit
7806d2395d
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
@ -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 <jeff@ocjtech.us> - 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 <jeff@ocjtech.us> - 1.9.3-1
|
||||
-
|
||||
- New since 1.9.2:
|
||||
|
Loading…
Reference in New Issue
Block a user