diff --git a/CHANGELOG.md b/CHANGELOG.md index a8eabb9..8054396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v1.4.1 + +* Bug fixes + * Trim Linux module list to remove warnings on OSX builds. This makes a few + other changes to the module list to remove some difficult to use modules on + Nerves projects. + ## v1.4.0 This release contains various updates to provisioning variables and data. @@ -7,15 +14,15 @@ This release contains various updates to provisioning variables and data. **Host requirements** Building firmware using this system requires `fwup` to be updated on your -host computer to at least `v1.2.5`. The target minimum version requirement +host computer to at least `v1.2.5`. The target minimum version requirement has not changed from `0.15.0`. **Serial numbers** -Device serial numbers are now set using `NERVES_SERIAL_NUMBER` instead of +Device serial numbers are now set using `NERVES_SERIAL_NUMBER` instead of `SERIAL_NUMBER`. This is to reduce ambiguity on the source of the serial by name spacing it along side other Nerves variables. The U-Boot environment -key has also changed from `serial_number` to `nerves_serial_number`. The +key has also changed from `serial_number` to `nerves_serial_number`. The erlinit.config has been updated to provide backwards compatibility for setting the hostname from the serial number by checking for `nerves_serial_number` and falling back to `serial_number`. diff --git a/VERSION b/VERSION index 88c5fb8..347f583 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 +1.4.1