forked from pool/python-dnspython
Accepting request 65164 from home:aledr:branches
OBS-URL: https://build.opensuse.org/request/show/65164 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 18:34:32 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 1.9.3:
|
||||
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.
|
||||
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.
|
||||
- Regenerated spec file with py2pack;
|
||||
- Removed LICENSE PKG-INFO and TODO files from documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 23 11:24:52 UTC 2010 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
Reference in New Issue
Block a user