8
0

Accepting request 440796 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/440796
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Validate-IP?expand=0&rev=7
This commit is contained in:
2016-11-18 07:33:02 +00:00
committed by Git OBS Bridge
parent 833d137441
commit 61794e7b82
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Nov 18 06:19:31 UTC 2016 - coolo@suse.com
- updated to 0.27
see /usr/share/doc/packages/perl-Data-Validate-IP/Changes
0.27 2016-11-17
- If your version of Socket.pm provides a sane inet_pton, most of the is_*_ip
subroutines will use a much faster implementation. is_private_ipv4 and
is_private_ipv4 are approximately 16x faster. is_private_ipv6 and
is_public_ipv6 are about 3-4x faster. Implemented by Greg Oschwald. GitHub
PR #8.
-------------------------------------------------------------------
Wed Jun 1 09:27:52 UTC 2016 - coolo@suse.com