rpms/python-dns/F-11 .cvsignore, 1.5, 1.6 python-dns.spec, 1.10, 1.11 sources, 1.5, 1.6

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Jun 19 15:43:45 UTC 2009


Author: jcollie

Update of /cvs/pkgs/rpms/python-dns/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv991

Modified Files:
	.cvsignore python-dns.spec sources 
Log Message:
* Fri Jun 19 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.1-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.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-dns/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	9 Dec 2007 04:39:21 -0000	1.5
+++ .cvsignore	19 Jun 2009 15:43:15 -0000	1.6
@@ -1 +1 @@
-dnspython-1.6.0.tar.gz
+dnspython-1.7.1.tar.gz


Index: python-dns.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-dns/F-11/python-dns.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- python-dns.spec	26 Feb 2009 21:13:55 -0000	1.10
+++ python-dns.spec	19 Jun 2009 15:43:15 -0000	1.11
@@ -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.6.0
-Release:        4%{?dist}
+Version:        1.7.1
+Release:        1%{?dist}
 Summary:        DNS toolkit for Python
 
 Group:          Development/Languages
@@ -29,7 +29,7 @@ class, and return an answer set. The low
 manipulation of DNS zones, messages, names, and records.
 
 %prep
-%setup -q -n dnspython-%{version}
+%setup0 -q -n dnspython-%{version}
 
 # strip executable permissions so that we don't pick up dependencies
 # from documentation
@@ -64,6 +64,61 @@ rm -rf %{buildroot}
 %{python_sitelib}/dns
 
 %changelog
+* Fri Jun 19 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.1-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.
+
+* Fri Jun 19 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.0-1
+- New since 1.6.0:
+- 
+-        Rdatas now have a to_digestable() method, which returns the
+-        DNSSEC canonical form of the rdata, suitable for use in
+-        signature computations.
+- 
+-        The NSEC3, NSEC3PARAM, DLV, and HIP RR types are now supported.
+- 
+-        An entropy module has been added and is used to randomize query ids.
+- 
+-        EDNS0 options are now supported.
+- 
+-        UDP IXFR is now supported.
+- 
+-        The wire format parser now has a 'one_rr_per_rrset' mode, which
+-        suppresses the usual coalescing of all RRs of a given type into a
+-        single RRset.
+- 
+-        Various helpful DNSSEC-related constants are now defined.
+- 
+-        The resolver's query() method now has an optional 'source' parameter,
+-        allowing the source IP address to be specified.
+- 
+- Bugs fixed since 1.6.0:
+- 
+-        On Windows, the resolver set the domain incorrectly.
+- 
+-        DS RR parsing only allowed one Base64 chunk.
+- 
+-        TSIG validation didn't always use absolute names.
+- 
+-        NSEC.to_text() only printed the last window.
+- 
+-        We did not canonicalize IPv6 addresses before comparing them; we
+-        would thus treat equivalent but different textual forms, e.g.
+-        "1:00::1" and "1::1" as being non-equivalent.
+- 
+-        If the peer set a TSIG error, we didn't raise an exception.
+- 
+-        Some EDNS bugs in the message code have been fixed (see the ChangeLog
+-        for details).
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-dns/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	9 Dec 2007 04:39:21 -0000	1.5
+++ sources	19 Jun 2009 15:43:15 -0000	1.6
@@ -1 +1 @@
-15b8eed42689bd719ec1878a584787ea  dnspython-1.6.0.tar.gz
+870f52ca78b4f37ac7a4e718d337334c  dnspython-1.7.1.tar.gz




More information about the fedora-extras-commits mailing list