File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,22 @@ follows:
12
12
releases, and Linux kernel updates. They're also made to fix bugs and add
13
13
features to the build infrastructure.
14
14
15
+ ## v1.18.2
16
+
17
+ This is a Buildroot and Erlang bug fix release. It should be a low risk upgrade
18
+ from the previous release.
19
+
20
+ * Updated dependencies
21
+ * [ nerves_system_br v1.18.4] ( https://github.com/nerves-project/nerves_system_br/releases/tag/v1.18.4 )
22
+
23
+ * Changes
24
+ * Specify CPU-specific flags when compiling NIFs and ports. This fixes an
25
+ issue where some optimizations could not be enabled in NIFs even though it
26
+ should be possible to have them. E.g., ARM NEON support for CPUs that have
27
+ it.
28
+ * Build the Wireguard kernel driver. This is a small device driver that
29
+ enables a number of VPN-based use cases.
30
+
15
31
## v1.18.1
16
32
17
33
* Updated dependencies
Original file line number Diff line number Diff line change 1
- 1.18.1
1
+ 1.18.2
You can’t perform that action at this time.
0 commit comments