Releases: CAIDA/libipmeta
Releases · CAIDA/libipmeta
V3.2.1
V3.2.0
V3.1.0
V3.0.0
V2.2.0
This is the last version 2 release for libipmeta.
Changes since 2.1.0
- Fixed debian package build-time dependency
- Fixed build instruction in README.md
- Fix bug when printing provider name to file
- Fix bug where ASNs were printed as signed integers
- Fix command line option error handling
- crashed on unknown option, because ipmeta was uninitialized
- used a nonstandard glibc extension (leading ":" in optstring)
- suppressed all builtin error messages but replaced only one of them
- Fix returning multiple results from patricia lookup
- Fix address count for prefix lookup in patricia
- Expose datastructure name-to-id mapping
v2.1.0
This is a minor release that removes the concept of "default" providers.
This change results in a minor change to the public libipmeta API. Users will need to remove the "set_default" argument to the ipmeta_enable_provider function.
v2.0.0
This is the first release in the v2 series of libipmeta.
This version has a different public API to v1 so will require some changes to code that uses it, but may be more efficient when using multiple providers simultaneously.
v1.0.0
We do not plan to continue development of this version, so it should be considered deprecated and users should switch to the new v2 API.