diff options
| author | Bob Halley <halley@dnspython.org> | 2007-06-13 16:00:14 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2007-06-13 16:00:14 +0000 |
| commit | f26fb84cd3b158ffb48021a5be889fed2937d9a7 (patch) | |
| tree | a655df4dc2c19bc1ba985ebad6e6c667899d0d73 /ChangeLog | |
| parent | 0b3fa60e0575b1e39c8543d31d6fa2a4798fe89d (diff) | |
| download | dnspython-f26fb84cd3b158ffb48021a5be889fed2937d9a7.tar.gz | |
add basic multicast support
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-06-13 Bob Halley <halley@dnspython.org> + + * dns/inet.py: Added is_multicast(). + + * dns/query.py (udp): If the queried address is a multicast address, then + don't check that the address of the response is the same as the address + queried. + 2007-05-24 Bob Halley <halley@dnspython.org> * dns/rdtypes/IN/NAPTR.py: NAPTR comparisons didn't compare the |
