Skip to content

Commit

Permalink
v1.13.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 3, 2020
1 parent ae3a4e1 commit fe111f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v1.13.5

* Bug fixes
* rpi-userland is now available for Raspberry Pi's in 64-bit mode. This fixes
pullup/pulldown support in `circuits_gpio` on the RPi4.
* The Raspberry Pi WiFi firmware is now sourced from the Raspberry Pi OS. This
fixes a 5 GHz issue that was seen in Japan. It is likely this fixes other
issues since the Raspberry Pi OS firmware was years newer than the previous
one.

* New features
* `erlinit` has an experimental feature for using an overlay filesystem for
making the root filesystem writable. This makes some hot code update
experiments possible. See `erlinit` for details.

* Package updates
* [erlinit 1.9.0](https://github.com/nerves-project/erlinit/releases/tag/v1.9.0)
* [Buildroot 2020.08.2](http://lists.busybox.net/pipermail/buildroot/2020-November/296830.html)

## v1.13.4

This updates Erlang/OTP to the latest upstream patch release. The `boardid`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.4
1.13.5

0 comments on commit fe111f4

Please sign in to comment.