8
0

Accepting request 178060 from home:coolo:update-perl

update

OBS-URL: https://build.opensuse.org/request/show/178060
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetAddr-IP?expand=0&rev=35
This commit is contained in:
Stephan Kulow
2013-06-09 14:17:35 +00:00
committed by Git OBS Bridge
parent ad2618410a
commit 2daf643608
4 changed files with 52 additions and 6 deletions

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Sat Jun 8 07:53:45 UTC 2013 - coolo@suse.com
- updated to 4.069
IN Lite.pm v1.50, add =encoding UTF-8
In Util.pm v1.50
changed Makefile.PL to check for config.h when building for XS
with 'gcc', try building with 'cc', and check again.
If config.h is not found, force Pure Perl mode.
Kill XS in winduhs and Darwin, both of which misbehave when compiling XS code
4.067 Sat Mar 30 12:57:20 PDT 2013
Improved diagnostic message for "die" with bad mask for
hostenum, hostenumref, split, splitref, rsplit, rsplitref
Thanks to GENSYM@cpan.org for pointing out the need.
4.066 Mon Oct 29 13:30:14 PDT 2012
update Lite.pm v1.47 to support bracketed IPv6 URI notation
as described in RFC-3986
Thanks to Quanah Gibson-Mount mishikal@yahoo.com
4.065 Tue Oct 2 12:36:11 PDT 2012
correct format for IPv6 embedded IPv4 addresses
in InetBase v0.8
4.064 Tue Sep 25 13:54:47 PDT 2012
added support for rfc3021 /31 networks to hostenum
4.063 Fri Aug 10 11:46:18 PDT 2012
Updated GPL v2.0 text and address in all modules
4.062 Wed Jun 6 12:34:48 PDT 2012
documentation updates courtesy of
Ben Bullock <benkasminbullock@gmail.com>
Thank you Ben.
4.061 Tue May 8 16:24:03 PDT 2012
fixed bug in Lite v1.44 that returned
$ip->num() = 2^128 for 0.0.0.0/0
Thanks to Sebastian <debug@test1.org> for spotting it.
4.060 Fri Apr 6 16:00:02 PDT 2012
In Lite.pm v1.43,
fix bug #75976, change in behavior introduced in v4.050
-------------------------------------------------------------------
Wed Mar 7 09:06:38 UTC 2012 - andrea.turrini@gmail.com