- New upstream release 4.079
- Correct non-suppression of leading zeros in certain instances of new_no use
- Put in missing code to propagate NetAddr::IP::Lite :nofqdn to IP.pm
- Explicitly BR: perl-devel, needed for EXTERN.h
- Simplify find commands using -empty and -delete
- New upstream release 4.077
- Added method is_local() to Lite.pm
- Fix Util/Makefile.PL to work around bug in Android's sh
- Add method full6m()
- Fix Util/Makefile.PL issue with clang compiler (CPAN RT#86831)
- Classify buildreqs by usage
- Use %license where possible
- New upstream release 4.069
- Add proper pod encoding in Lite.pm
- 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
- Drop UTF8 patch, no longer needed
- New upstream release 4.067
- Improved diagnostic message for "die" with bad mask for hostenum,
hostenumref, split, splitref, rsplit, rsplitref
- Include new docfile About-NetAddr-IP.txt
- New upstream release 4.064 (#860948)
- Updated GPL v2.0 text and address in all modules
- Added support for rfc3021 /31 networks to hostenum
- Update UTF8 patch
- New upstream release 4.062 (#802994)
- Add is_rfc1918 to Lite.pm v1.42
- Fix change in behavior introduced in v4.050 where an empty string supplied
to "new" previously returned 'undef' and now returns 'default' for ipV4 or
ipV6 (CPAN RT#75976)
- Documentation updates
- Don't need to remove empty directories from the buildroot
- Recode NetAddr::IP::Lite module and manpage as UTF-8
- Don't use macros for commands
- New upstream release 4.058
- In Lite.pm v1.40:
- Add call to InetBase::fillIPv4 to all uses of gethostbyname
- In InetBase.pm v0.06:
- Break out the code 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, and 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
- New upstream release 4.054
- In Lite.pm v1.37:
- Fix CPAN RT#71925, a sub-variant of CPAN RT#62521 that showed up only for
short notation for IPv4, e.g. 127/n, 127.0/n, 127.0.0/n but not
127.0.0.0/n
- Remove Calc.pm
- Add detection of early Math::BigInt object structure
- Fix CPAN RT#71869 - a failed test routine
- Upstream no longer ships README so no need to fix its encoding