Skip to content

Releases: nerves-project-attic/nerves_network_interface

v0.4.5

21 Feb 19:36
Compare
Choose a tag to compare
  • Bug fixes
    • Build C source under the _build directory so that changing targets
      properly rebuilds the C code as well as the Elixir code.

v0.4.4

26 Nov 13:43
Compare
Choose a tag to compare
  • Bug fixes
    • Fixed include path issue with C99 compiler test code. This fixes IFNAMSIZ
      compiler errors.

v0.4.3

26 Nov 13:42
Compare
Choose a tag to compare
  • Bug fixes
    • Fixed issue with C99 compiler test not working right on some x86_64
      builds. It is more robust now.
    • Improved typespecs
    • Added a unit test

v0.4.2

05 Aug 21:22
Compare
Choose a tag to compare
  • Bug fixes
    • Don't rely on hex preserving execute permissions on the shell script.

v0.4.1

05 Aug 14:23
Compare
Choose a tag to compare
  • Enhancements
    • Support compilation on OSX. It won't run, but it's good enough for
      creating docs and pushing to hex.
    • Make MAC address handling more user friendly by using strings and
      supporting sets.

v0.4.0

05 Aug 14:24
Compare
Choose a tag to compare
  • Enhancements
    • Replaced GenEvent with Registry

v0.3.2

17 Jul 02:34
Compare
Choose a tag to compare
  • Bugs fixed
    • Fix compilation error on Ubuntu 16.04