All Versions
149
Latest Version
Avg Release Cycle
19 days
Latest Release
-

Changelog History
Page 10

  • v1.3.0 Changes

    • ๐Ÿ†• New features
      • Erlang 21.0
  • 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.

  • v1.2.1 Changes

    • ๐Ÿ› Bug fixes
      • Patched regression in Buildroot 2018.05 that made it impossible to enable QtWebEngine
  • 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 the erlinit.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.

  • 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.

  • 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 the nerves_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.
  • 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 of file 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.
  • 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 default heart and re-adds integration with hardware watchdogs.