Changelog History
Page 10
-
v1.3.0 Changes
- ๐ New features
- Erlang 21.0
- ๐ New features
-
v1.2.2 Changes
- ๐ New features
- boardid 1.1.1
- fwup 1.2.1
- Erlang 20.3.8
๐ The new boardid version fixes an issue with using empty serial numbers from the U-Boot environment block. The new behavior is to fall back to use other IDs if the saved serial number is blank.
The new fwup version improves the meta-uuid implementation so that firmware โก๏ธ update servers can determine with a high degree of confidence what's running on a device without users needing be accurate with version numbers or needing to inject a version control ID into their fwup.conf scripts.
- ๐ New features
-
v1.2.1 Changes
- ๐ Bug fixes
- Patched regression in Buildroot 2018.05 that made it impossible to enable QtWebEngine
- ๐ Bug fixes
-
v1.2.0 Changes
- ๐ New features
- Buildroot 2018.05
- boardid 1.1.0
- bborg-overlays (latest SHA)
๐ Buildroot 2018.05 contains the normal set of minor version bumps throughout. It ๐ let us remove 8 patches that we had been carrying around. See the Buildroot ๐ announcement for details.
๐ The
boardid
bump improves about the U-boot environment block support by ๐ง simplifying the configuration needed in theerlinit.config
script.The bborg-overlays project has had several improvements since we last took a snapshot of it. Some of these are needed for the upcoming device tree overlay support in
nerves_system_bbb
that uses the new U-boot overlay support. - ๐ New features
-
v1.1.0 Changes
- ๐ New features
- Erlang 20.3.6
- Qt5 5.10.1
- boardid 1.0.0
- erlinit 1.4.1
The Qt5 version bump pulls in a newer version of Chromium for those users making kiosks.
โก๏ธ The
boardid
update adds support for pulling serial numbers from U-boot environment blocks. This is very useful if you assign serial numbers to boards on the manufacturing line and would like hostnames, node names and mDNS to use your serial numbers. - ๐ New features
-
v1.0.1 Changes
Note: Versioning on
nerves_system_br
doesn't follow semver. This particular ๐ release is low-risk, but it is recommended that Nerves systems specify thenerves_system_br
version explicitly and review the change notes here to ensure that a version bump of one of the included projects is non-breaking.๐ New features
- Erlang 20.3.5
- pigpio V67
- Buildroot 2018.02.2. This is a bugfix/security patch release to 2018.02.1
- fwup 1.1.0
๐ Bug fixes
- Fixed PKG_CONFIG environment variables to point to staging (target) versions of packages. This is needed for cmake and Makefile projects that use pkg-config.
โ Removed packages
- erlang-relx - This version of relx hadn't been used in a long time. Since it was also out-of-date, the choice was made to remove it.
-
v1.0.0 Changes
- ๐ Bug Fixes
- Include buildroot patch for enabling widechar for host ncurses to fix issues
with
make linux-menuconfig
rendering a lot of@?
characters.
- Include buildroot patch for enabling widechar for host ncurses to fix issues
with
- ๐ Bug Fixes
-
v1.0.0-rc.4 Changes
๐ New features
- Buildroot 2018.02.1 patch release integrated. This removes the need for two patches that we had been maintaining and includes a few minor version bugs bug fixes.
- Refactor the rootfs_overlay merge logic to support multiple rootfs_overlays.
To use this in your programs, a corresponding update is required in the
nerves
project. See nerves PR #269.
๐ Bug fixes
- Prevent the scrubber from erasing /etc/services and /etc/protocol if the user provides their own versions.
-
v1.0.0-rc.3 Changes
๐ New features
- Erlang 20.3.2
- Pull in BR patches required to support the Raspberry Pi 3 B+
๐ Bug fixes
- Updated the release scrubber to call
readelf
instead offile
for checking whether an executable was made for the right system. This makes the check more portable. While doing this the Linux kernel header check was removed. This check was too conservative and disallowed Rust and Go binaries that were fine.
- Updated the release scrubber to call
-
v1.0.0-rc.2 Changes
- ๐ 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.
- ๐ New features