Changelog History
Page 11
-
v1.0.0-rc.1 Changes
๐ 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 Changes
- ๐ New features
-
v0.17.0 Changes
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
- ๐ New features
-
v0.16.4 Changes
- ๐ Bug fix
- Fix undeterministic build break for Erlang due to missing host-autoconf dependency.
- ๐ Bug fix
-
v0.16.3 Changes
๐ Drop build metadata for now due to publish errors from hex.pm.
- ๐ Bug fix
- Force Erlang to use Buildroot's version of autoconf rather than the host OS's version
- ๐ Bug fix
-
v0.16.2 Changes
- ๐ New features
- Erlang 20.2.1
- ๐ New features
-
v0.16.1-2017 Changes
๐ 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 Changes
๐ 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
- Fixed locale warnings in Docker for some users.
Developers can upgrade by running
-
v0.15.1 Changes
- ๐ New features
-
v0.15.0 Changes
- ๐ 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
- ๐ New features