Merge branch 'master' into el5/master

Conflicts:
	python-dns.spec
This commit is contained in:
Jeffrey C. Ollie 2011-04-20 09:38:17 -05:00
commit e4801a0e9c
3 changed files with 77 additions and 35 deletions

4
.gitignore vendored
View File

@ -4,3 +4,7 @@ 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
/dnspython-1.9.4.tar.gz
/dnspython-1.9.4.tar.gz.asc

View File

@ -11,8 +11,8 @@
Name: python-dns
Version: 1.9.2
Release: 2%{?dist}
Version: 1.9.4
Release: 1%{?dist}
Summary: DNS toolkit for Python
Group: Development/Languages
@ -145,6 +145,44 @@ rm -rf %{buildroot}
%endif
%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:
-
- 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 <rel-eng@lists.fedoraproject.org> - 1.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Dec 2 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.9.2-2
- Build Python 2.6 subpackage for EPEL 5
@ -214,35 +252,35 @@ rm -rf %{buildroot}
* Wed Jan 27 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.8.0-1
- New since 1.7.1:
-
-
- Support for hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384 and
- hmac-sha512 has been contributed by Kevin Chen.
-
-
- The tokenizer's tokens are now Token objects instead of (type,
- value) tuples.
-
-
- Bugs fixed since 1.7.1:
-
-
- Escapes in masterfiles now work correctly. Previously they were
- only working correctly when the text involved was part of a domain
- name.
-
-
- When constructing a DDNS update, if the present() method was used
- with a single rdata, a zero TTL was not added.
-
-
- The entropy pool needed locking to be thread safe.
-
-
- The entropy pool's reading of /dev/random could cause dnspython to
- block.
-
-
- The entropy pool did buffered reads, potentially consuming more
- randomness than we needed.
-
-
- The entropy pool did not seed with high quality randomness on
- Windows.
-
-
- SRV records were compared incorrectly.
-
-
- In the e164 query function, the resolver parameter was not used.
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.1-2
@ -250,56 +288,56 @@ rm -rf %{buildroot}
* Fri Jun 19 2009 Jeffrey C. Ollie <jeff@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@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).

View File

@ -1,2 +1,2 @@
26426043e619d34b47c7c30dc0a02f1c dnspython-1.9.2.tar.gz
589f4e0e3221190b2c67b1ef3e1e235f dnspython-1.9.2.tar.gz.asc
8a89b7865251c4e9d8ec2f8cc9f8cd78 dnspython-1.9.4.tar.gz
413d7fc295c6bf03f872938731919c95 dnspython-1.9.4.tar.gz.asc