Skip to content

Releases: GMLC-TDC/netif

v0.1.1 - Last release with CMake 3.4 support

18 Nov 17:40
bff3a26

Choose a tag to compare

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

13 Sep 22:27
a0d301e

Choose a tag to compare

First tagged release of the version that HELICS has been using for the past year.