8
0

- updated to 4.058

up rev for documentation update
      update documentation in InetBase v0.06
      Lite.pm v1.40
      add call to InetBase::fillIPv4 to all uses of gethostbyname
      break out the code in InetBase v0.05 that expands short IPv4 
      addresses into dotquad format to account for broken BSD 
      implementations of inet_aton and gethostbyname that do 
      not recognize the short format. EXPORT this as sub 'fillIPv4'
      in Util.pm v1.45, add 'fillIPv4' to calls to gethostbyname to 
      work around broken inet_aton and gethostbyname implementations
      in certain BSD implementations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetAddr-IP?expand=0&rev=30
This commit is contained in:
Stephan Kulow
2011-12-19 16:19:25 +00:00
committed by Git OBS Bridge
parent f8e1e8e97c
commit efddbddfa4
4 changed files with 34 additions and 11 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Dec 19 16:17:24 UTC 2011 - coolo@suse.de
- updated to 4.058
up rev for documentation update
update documentation in InetBase v0.06
Lite.pm v1.40
add call to InetBase::fillIPv4 to all uses of gethostbyname
break out the code in InetBase v0.05 that expands short IPv4
addresses into dotquad format to account for broken BSD
implementations of inet_aton and gethostbyname that do
not recognize the short format. EXPORT this as sub 'fillIPv4'
in Util.pm v1.45, add 'fillIPv4' to calls to gethostbyname to
work around broken inet_aton and gethostbyname implementations
in certain BSD implementations
-------------------------------------------------------------------
Mon Dec 19 16:16:11 UTC 2011 - coolo@suse.de