| Age | Commit message (Collapse) | Author | Files | Lines |
|
2.0.6 (2022-07-08)
* Fix support for ipv4-embedded ipv6 networks.
|
|
2.0.5 (2021-10-07)
No release note and here are quote from commit logs:
* Add support for ipv4-embedded ipv6.
* Add support for additional prefix lengths for ipv4().
* Fix IPv6 zero compression. Per rfc5952 section-4.2.2, do not compress a
single zero field. Credit to https://github.com/sftim for pointing this
out.
* Fix bug with fill() methods.
|
|
Update ruby-netaddr to 2.0.4.
No release notes available but several bug fixes and improvements.
|
|
2.0.2 (2018/01/27)
* add to_net()
2.0.3 (2018/03/23)
* add contains()
* add long()
* Remove unused `newNet` local variable to stop warning
|
|
pkgsrc change:
* update HOMEPAGE.
* LICENSE is apache-2.0 for netaddr 2.x.
Version 2.x
A complete rewrite and totally incompatible with 1.x. My main motivation now
is to reduce bug reports resulting from the poor code quality of 1.x.
|
|
|
|
====1.5.1
===Changes
* fixed bug with NetAddr#merge (credit to Daniel Boughton)
|
|
* Add LICENSE.
|
|
Upstream changes:
==Version
====1.5.0
===Changes
* fixed bug with EUI48#to_eui64 (credit to Erik Kline)
* fixed bug with u/l bit toggle on EUI#link_local (credit to Erik Kline)
* added EUI#to_ipv6
* added NetAddr#supernets
|
|
Packages Collection.
NetAddr (formerly IPAdmin) is a Ruby package for working with
network addresses. Includes: ability to subnet/supernet IPv4 and
IPv6 space, create CIDR-based hierarchical trees, manipulate MAC
addresses, and much more.
|