Changelog for
python-ipy-0.70-3.1.2.noarch.rpm :
* Fri Nov 25 2011 cfarrellAATTsuse.com- license update: BSD-3-Clause SDPX format (http://www.spdx.org/licenses)
* Wed Mar 31 2010 alexandreAATTexatati.com.br- Update to 0.70:
* New \"major\" version because it may break compatibility
* Fix __cmp__(): IP(\'0.0.0.0/0\') and IP(\'0.0.0.0\') are not equal
* Fix IP.net() of the network \"::/0\": \"::\" instead of \"0.0.0.0\". IPy 0.63 should fix this bug, but it wasn\'t. Aditional changes from 0.64:
* Create MANIFEST.in to fix setup.py bdist_rpm, fix by Robert Nickel- Spec file cleaned with spec-cleaner;- Building as noarch for openSUSE >= 11.2.
* Wed Aug 19 2009 jfunkAATTfunktronics.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 2008 jfunkAATTfunktronics.ca- Initial release