diff options
| author | Bob Halley <halley@dnspython.org> | 2009-03-30 23:20:07 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2009-03-30 23:20:07 +0000 |
| commit | a817216b0dc299a7e4edf29658020d4ae07aeb76 (patch) | |
| tree | f717d7dc35f6c836658c352a6db16312f795ef55 /ChangeLog | |
| parent | 268625b6dc8f24d70a151da4070361142166adc2 (diff) | |
| download | dnspython-a817216b0dc299a7e4edf29658020d4ae07aeb76.tar.gz | |
add UDP IXFR support
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-03-30 Bob Halley <halley@dnspython.org> + * dns/query.py (xfr): Allow UDP IXFRs. Use "one_rr_per_rrset" mode when + doing IXFR. + +2009-03-30 Bob Halley <halley@dnspython.org> + * Add "one_rr_per_rrset" mode switch to methods which parse messages from wire format (e.g. dns.message.from_wire(), dns.query.udp(), dns.query.tcp()). If set, each RR read is |
