Logoj0ke.net Open Build Service > Projects > devel:python > python-dnspython > python-dnspython.changes
Sign Up | Log In

File python-dnspython.changes of Package python-dnspython

 
1
-------------------------------------------------------------------
2
Thu May 31 14:09:31 UTC 2012 - cfarrell@suse.com
3
4
- license update: ISC
5
  See LICENSE (and compare http://www.spdx.org/licenses/MIT with
6
  http://www.spdx.org/licenses/ISC)
7
8
-------------------------------------------------------------------
9
Thu May 31 11:35:42 UTC 2012 - jengelh@inai.de
10
11
- Update to new upstream release 1.10.0
12
* Added dns.resolver.LRUCache.
13
* dns.resolver.query() will try TCP if a UDP response is truncated.
14
* The python socket module's DNS methods can be now be overriden
15
  with implementations that use dnspython's resolver.
16
- Remove redundant tags/sections from specfile
17
- Correct license field
18
19
-------------------------------------------------------------------
20
Mon Mar 28 13:49:59 UTC 2011 - alexandre@exatati.com.br
21
22
- Update to 1.9.4:
23
  - There is no new functionality in this release;
24
    just a few bug fixes in RRSIG and SIG code.
25
  - Legacy code will be eliminated for earlier versions of
26
    DNSSEC in a future release of dnspython.
27
28
-------------------------------------------------------------------
29
Thu Mar 24 19:54:53 UTC 2011 - alexandre@exatati.com.br
30
31
- Fix SLE_10 build.
32
33
-------------------------------------------------------------------
34
Thu Mar 24 18:34:32 UTC 2011 - alexandre@exatati.com.br
35
36
- Update to 1.9.3:
37
  Bugs fixed since 1.9.2:
38
  - Dnspython was erroneously doing case-insensitive comparisons
39
    of the names in NSEC and RRSIG RRs.
40
  - We now use "is" and not "==" when testing what section an RR
41
    is in.
42
  - The resolver now disallows metaqueries.
43
  New since 1.9.2:
44
  - A boolean parameter, 'raise_on_no_answer', has been added to
45
    the query() methods.  In no-error, no-data situations, this
46
    parameter determines whether NoAnswer should be raised or not.
47
    If True, NoAnswer is raised.  If False, then an Answer()
48
    object with a None rrset will be returned.
49
  - Resolver Answer() objects now have a canonical_name field.
50
  - Rdata now have a __hash__ method.
51
- Regenerated spec file with py2pack;
52
- Removed LICENSE PKG-INFO and TODO files from documentation.
53
54
-------------------------------------------------------------------
55
Tue Nov 23 11:24:52 UTC 2010 - alexandre@exatati.com.br
56
57
- Update to 1.9.2:
58
  - The fix for the import problems was actually bad, but didn't
59
    show up in testing because the test suite's conditional
60
    importing code hid the problem.
61
62
-------------------------------------------------------------------
63
Mon Nov 22 13:19:59 UTC 2010 - alexandre@exatati.com.br
64
65
- Update to 1.9.1:
66
  Bugs fixed since 1.9.0:
67
    - The dns.dnssec module didn't work with DSA due to namespace
68
      contamination from a "from"-style import.
69
70
-------------------------------------------------------------------
71
Mon Nov 22 01:10:52 UTC 2010 - alexandre@exatati.com.br
72
73
- Update to 1.9.0:
74
  New since 1.8.0:
75
    - dnspython now uses poll() instead of select() when available.
76
    - Basic DNSSEC validation can be done using dns.dnsec.validate()
77
      and dns.dnssec.validate_rrsig() if you have PyCrypto 2.3 or
78
      later installed. Complete secure resolution is not yet
79
      available.
80
    - Added key_id() to the DNSSEC module, which computes the DNSSEC
81
      key id of a DNSKEY rdata.
82
    - Added make_ds() to the DNSSEC module, which returns the DS RR
83
      for a given DNSKEY rdata.
84
    - dnspython now raises an exception if HMAC-SHA284 or
85
      HMAC-SHA512 are used with a Python older than 2.5.2. (Older
86
      Pythons do not compute the correct value.)
87
    - Symbolic constants are now available for TSIG algorithm names.
88
89
  Bugs fixed since 1.8.0:
90
    - dns.resolver.zone_for_name() didn't handle a query response
91
      with a CNAME or DNAME correctly in some cases.
92
    - When specifying rdata types and classes as text, Unicode
93
      strings may now be used.
94
    - Hashlib compatibility issues have been fixed.
95
    - dns.message now imports dns.edns.
96
    - The TSIG algorithm value was passed incorrectly to use_tsig()
97
      in some cases.
98
99
-------------------------------------------------------------------
100
Wed Jan 27 12:37:35 UTC 2010 - alexandre@exatati.com.br
101
102
- Update to 1.8.0;
103
- Building as noarch for openSUSE >= 11.2.
104
105
-------------------------------------------------------------------
106
Fri Jan 19 00:00:00 UTC 2007 - judas_iscariote@shorewall.net
107
108
- update to version 1.5.0
109
110
-------------------------------------------------------------------
111
Tue Feb 28 16:46:03 CET 2006 - jmatejek@suse.cz
112
113
- updated to reflect python changes due to #149809
114
115
-------------------------------------------------------------------
116
Wed Jan 25 21:40:46 CET 2006 - mls@suse.de
117
118
- converted neededforbuild to BuildRequires
119
120
-------------------------------------------------------------------
121
Tue May 31 13:35:14 CEST 2005 - poeml@suse.de
122
123
- package created (1.3.3)
124
125