* i84, fix iterhosts for /31's or /127's * private method arg cleanup. * i83, docstring issue. * i87, new ipv4/ipv6 parser. patch from pmarks * i90, fix copyright. * bytes fix. patch from pmarks.
2.1.9
(2011-02-22)
The last outstanding issues.
* fix warnings from python3.2 * fix bug in _is_shorthand_ip resulting in bad teredo addresses.
2.1.8
(2011-02-09)
This release fixes regressions.
* Address and networks now again compare true, if the address matches. * ipaddr works again on Python 2.4 and 2.5.
2.1.7
(2011-01-13)
* turn teredo and sixtofour into properties as opposed to normal methods.
2.1.6
(2011-01-13)
* typo fixes. * fix for ipaddr_test referring to an old version of ipaddr. * add test cases for r176 and r196. * fix for recognizing IPv6 addresses with embedded IPv4 address not being recognized. * additional unit tests for network comparisons and sorting. * force hash() to long to ensure consistency * turn v4_int_to_packed and v6_int_to_packed into public functions to aid converting between integers and network objects. * add support for pulling teredo and 6to4 embedded addresses out of an IPv6 address.
2.1.5
(2010-09-11)
* containment test should always return false on mixed-type tests.