Skip to content

Releases: nerves-project/nerves_system_br

v1.0.0-rc.2

16 Mar 18:04
Compare
Choose a tag to compare
  • New features
    • Erlang 20.3.1
    • Nerves replacement to heart. This addresses a minor issue with calling
      reboot with the default heart and re-adds integration with hardware
      watchdogs.

v1.0.0-rc.1

07 Mar 21:31
Compare
Choose a tag to compare
  • New features

    • Buildroot 2018.02
  • Bug fixes

    • Removed trivial .fw creation to remove need to build rebar. The reason for
      the removal was that it sometimes triggered compiler errors. Since only one
      person used the .fw file (to our knowledge), it seemed easier to skip
      building it. This requires a change to CI scripts in systems that publish
      the .fw file.
    • Reduced ANSI window polling over serial ports (nbtty). This makes viewing
      logs a little faster and reduces the chance of stray ANSI sequences
      corrupting the terminal.

v1.0.0-rc.0

22 Feb 20:26
Compare
Choose a tag to compare

v0.17.0

24 Jan 16:36
Compare
Choose a tag to compare

System tarballs no longer use the ustar format due to the 99 character path
limitation. This means that they can't be untar'd with Erlang's built-in tar
file support.

  • New features
    • fwup v1.0.0
    • Buildroot 2017.11.2 - security patch release
    • Enable selection of rpi-firmware to support Raspberry Pi ports that want
      to use Linux 4.9 rather than 4.4

v0.16.4

18 Jan 01:14
Compare
Choose a tag to compare
  • Bug fix
    • Fix indeterministic build break for Erlang due to missing host-autoconf
      dependency.

v0.16.2

16 Jan 19:12
Compare
Choose a tag to compare
  • New features
    • Erlang 20.2.1

v0.16.1-2017-11

15 Dec 19:05
Compare
Choose a tag to compare
  • New features

  • Bug fixes

    • A couple obscure new Busybox commands crept into the default config due to
      the Buildroot version bump in the v0.16.0. These have been disabled.

v0.16.0-2017-11

12 Dec 21:00
Compare
Choose a tag to compare

Since Nerves systems can become highly dependent on Buildroot releases, we've
decided to append the Buildroot version number to the end of the version string.
This makes it possible for us to release nerves_system_br with different
target Buildroot versions. While it is generally good to track Buildroot
releases to obtain security fixes and improvements, this can cause unwelcome
work on a stable product. It is also critical to know when you're upgrading
Buildroot versions since many C-based packages will be updated that could result
in regressions. Buildroot does provide long term support releases
that only contain security patches so users may want to transition to those
branches to minimize upgrade risk.

  • New features

    • Buildroot 2017.11
  • Bug fixes

    • Fixed locale warnings in Docker for some users.
      Developers can upgrade by running docker pull nervesproject/nerves_system_br

v0.15.1

28 Nov 20:16
Compare
Choose a tag to compare

v0.15.0

20 Nov 03:56
64f3b9e
Compare
Choose a tag to compare
  • New Features
    • erlang 20.1
    • fwup v0.18.0
    • erlinit v1.3.0
    • Added QT5 webengine patches for chromium support
    • moved nerves.exs to mix.exs for nerves v0.8.0