Files | Admin

Notes:

Release Name: 0.1.0

Notes: IP::CIDR now handles long and short netmasks Lots of oft-used functionality that traversed class boundaries has now been moved to the module IP::Address::Util. Please see the change log for what has been changed.


Changes: + New Package: IP::Address::Util. Contains utility functions for the IP classes. ! Deprecated: Address#pack moved to IP::Address::Util#pack ! Deprecated: Address#unpack moved to IP::Address::Util#unpack ! Deprecated: IP::CIDR#netmask moved to IP::Address::Util#long_netmask. IP::CIDR#long_netmask added to replace IP::CIDR#netmask functionality ! setup.rb has been updated to v3.4.1, with a small custom patch to enable testing. + Added: IP::CIDR#short_netmask - returns the short netmask for the object. + Added: IP::Address::Util#binary_vector - returns a binary vector for a given integer. + Added: Tests for package.