Skip to content

Latest commit

 

History

History
109 lines (78 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

109 lines (78 loc) · 4.13 KB

Changelog

This project does NOT follow semantic versioning. The version increases as follows:

  1. Major version updates are breaking updates to the build infrastructure. These should be very rare.
  2. Minor version updates are made for every major Buildroot release. This may also include Erlang/OTP and Linux kernel updates. These are made four times a year shortly after the Buildroot releases.
  3. Patch version updates are made for Buildroot minor releases, Erlang/OTP releases, and Linux kernel updates. They're also made to fix bugs and add features to the build infrastructure.

v0.3.1

This is a security/bug fix update.

v0.3.0

This is a major Erlang and Buildroot.

Please see the nerves_system_br v1.28.0 release notes for upgrade instructions if you've forked this system.

  • Changes

    • Elixir 1.17 and Erlang/OTP 27 support
    • Reduce copy/pasted definitions in the fwup.conf by extracting them to fwup_include/fwup-common.conf. (No functional changes)
  • Fixes

    • The serial numbers returned by Nerves.Runtime.serial_number/0 now contain the whole serial number. If you forked this system, check the boardid.config and erlinit.config for the changes and to keep the hostname the same.
  • Updated dependencies

v0.2.1

This is a security/bug fix update.

v0.2.0

This is a major Buildroot update.

Please see the nerves_system_br v1.27.0 release notes for upgrade instructions if you've forked this system.

  • Changes

    • Important documentation update to replace ttyS0 with ttyAMA10 for getting the IEx prompt on the debug UART
    • The libcamera and rpicam_apps packages have been replaced with the Raspberry Pi-forked versions for better compatibility. Please see nerves_system_br release notes.
  • Updated dependencies

v0.1.0

This is a major Buildroot update.

Please see the nerves_system_br v1.26.0 release notes for upgrade instructions if you've forked this system.

v0.0.2

This is a security/bug fix update.

Package updates

v0.0.1

This is an initial release to make it easier for more people to test Nerves on the Raspberry Pi 5. Future releases may be incompatible and this one might have some frustrating bugs.