Releases: nerves-project/nerves_system_br
v1.0.0-rc.2
- New features
- Erlang 20.3.1
- Nerves replacement to
heart
. This addresses a minor issue with calling
reboot with the defaultheart
and re-adds integration with hardware
watchdogs.
v1.0.0-rc.1
-
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.
- Removed trivial .fw creation to remove need to build rebar. The reason for
v1.0.0-rc.0
- New features
v0.17.0
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
v0.16.2
v0.16.1-2017-11
-
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.
- A couple obscure new Busybox commands crept into the default config due to
v0.16.0-2017-11
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 runningdocker pull nervesproject/nerves_system_br
- Fixed locale warnings in Docker for some users.
v0.15.1
- New Features
v0.15.0
- 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