Releases: GMLC-TDC/netif
Releases · GMLC-TDC/netif
v0.1.1 - Last release with CMake 3.4 support
This is the last release that supports CMake 3.4; the new minimum requirement will be CMake 3.5
In terms of fixes, getInterfaceAddresses* functions are now marked inline to resolve a bug report about multiple definition errors. Aside from that, changes are mostly updating CI test jobs and removing the arm32 pipeline on Drone CI, which stopped working.
What's Changed
- fix: remove arm32 pipeline by @Markaeus in #21
- Update Cirrus CI FreeBSD job to 14.0 by @nightlark in #54
- Add inline to getInterfaceAddresses* functions to resolve multiple definition errors by @nightlark in #64
New Contributors
Full Changelog: v0.1.0...v0.1.1
Initial tagged release
First tagged release of the version that HELICS has been using for the past year.