We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a175f commit 231743dCopy full SHA for 231743d
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## v1.7.0
13
14
This updates Buildroot to 2019.02. Buildroot release notes are at
VERSION
@@ -1 +1 @@
-1.7.0
+1.7.1
0 commit comments