Skip to content

Commit 231743d

Browse files
committed
v1.7.1 release
1 parent 96a175f commit 231743d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v1.7.1
4+
5+
This release provides early access for ordering the rootfs based on the OTP init
6+
script's primload order. With this feature, one can order `.beam` files
7+
contiguously rather than distributed across the file system. This can be a boot
8+
performance optimization on systems with slow I/O since it allows for reads from
9+
the device to pull in multiple `.beam` files into memory at a time. It requires
10+
corresponding updates to `nerves` to pass in the order.
11+
312
## v1.7.0
413

514
This updates Buildroot to 2019.02. Buildroot release notes are at

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.7.1

0 commit comments

Comments
 (0)