2015-04-14 05:46:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 13 18:21:51 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.36
|
|
|
|
see /usr/share/doc/packages/perl-Paranoid/CHANGELOG
|
|
|
|
|
|
|
|
v0.36 (2012/09/24)
|
|
|
|
==================
|
|
|
|
--Documentation updates
|
|
|
|
--Added IPv4/6 sorting functions, supporting string, packed, and
|
|
|
|
integer formats
|
|
|
|
--Fixed MAXIPV6CIDR constant to 128
|
|
|
|
--Fixed bare words warnings in Perl 5.6 for IPv6 modules
|
|
|
|
|
|
|
|
v0.34 (2012/05/29)
|
|
|
|
==================
|
|
|
|
--Added Paranoid::Network::IPv4 & Paranoid::Network::IPv6 to provide
|
|
|
|
general protocol-specific functions
|
|
|
|
--Added ipv4NetConvert function to convert IPv4 IPs to native integer
|
|
|
|
format, and network ranges to base, broadcast, and netmasks in
|
|
|
|
native integer format
|
|
|
|
--Added ipv6NetConvert function to convert IPv6 IPs to 32bit integer
|
|
|
|
arrays, and network ranges to base, broadcast, and netmasks in
|
|
|
|
32bit integer arrays
|
|
|
|
--Added ipv4NetIntersect function to test whether two IPv4 IP/network
|
|
|
|
address ranges intersect
|
|
|
|
--Added ipv6NetIntersect function to test whether two IPv6 IP/network
|
|
|
|
address ranges intersect
|
|
|
|
--Reworked Paranoid::Network to make use of IPv4/IPv6 modules for
|
|
|
|
use in ipInNetwork
|
|
|
|
--Added netIntersect to Paranoid::Network, which is an IPv4/IPv6-
|
|
|
|
agnostic wrapper for the related functions in the IPv4/IPv6 modules
|
|
|
|
--Typo fixed in Paranoid::Network::Socket documentation
|
|
|
|
|
2012-01-02 07:35:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 02 07:33:17 UTC 2012 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.33:
|
|
|
|
* fixed detection of imported symbols in the local namespace
|
|
|
|
|
2011-12-21 08:45:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 21 08:45:18 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.32:
|
|
|
|
* added new wrapper module for simpler, more portable IPv6 support and
|
|
|
|
checking (Paranoid::Network::Socket)
|
|
|
|
* modified Paranoid::Network to use Paranoid::Network::Socket, and removed
|
|
|
|
Socket, Socket6, and Paranoid::Module dependencies
|
|
|
|
* improved Paranoid::Module to reduce the number of detaints, requires, and
|
|
|
|
evals for high frequency calls
|
|
|
|
* improved debug output of Paranoid::Module
|
|
|
|
|
2011-12-08 13:45:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 08 13:45:15 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial version (0.31)
|
|
|
|
|