* Fix formatting of "IPv4 in IPv6" network: IP('::ffff:192.168.10.0/120')
- Version 0.62 (2008-07-15)
* Fix reverse DNS of IPv6 address: use ".ip6.arpa." suffix instead of
deprecated ".ip6.int." suffix
- Version 0.61 (2008-06-12)
* Patch from Aras Vaichas allowing the [-1] operator
to work with an IP object of size 1.
- Version 0.60 (2008-05-16)
* strCompressed() formats '::ffff:a.b.c.d' correctly
* Use strCompressed() instead of strFullsize() to format IP addresses,
ouput is smarter with IPv6 address
* Remove check_addr_prefixlen because it generates invalid IP address
- Initial release
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipy?expand=0&rev=2
23 lines
880 B
Plaintext
23 lines
880 B
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 19 12:39:49 UTC 2009 - jfunk@funktronics.ca
|
|
|
|
- Update to 0.63
|
|
* Fix formatting of "IPv4 in IPv6" network: IP('::ffff:192.168.10.0/120')
|
|
- Version 0.62 (2008-07-15)
|
|
* Fix reverse DNS of IPv6 address: use ".ip6.arpa." suffix instead of
|
|
deprecated ".ip6.int." suffix
|
|
- Version 0.61 (2008-06-12)
|
|
* Patch from Aras Vaichas allowing the [-1] operator
|
|
to work with an IP object of size 1.
|
|
- Version 0.60 (2008-05-16)
|
|
* strCompressed() formats '::ffff:a.b.c.d' correctly
|
|
* Use strCompressed() instead of strFullsize() to format IP addresses,
|
|
ouput is smarter with IPv6 address
|
|
* Remove check_addr_prefixlen because it generates invalid IP address
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 28 00:00:00 ADT 2008 - jfunk@funktronics.ca
|
|
|
|
- Initial release
|
|
|