Skip to content

Commit 72569f5

Browse files
committed
v0.14.0
1 parent f38044f commit 72569f5

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
11
# Changelog
22

3+
## v0.14.0
4+
5+
This version enables the USB Gadget port (MiniUSB port labelled PC). Firmware
6+
updates can be sent over it. Unfortunately, the virtual serial port doesn't work,
7+
so the special UART cable on port 1 is still needed to see the console by default.
8+
9+
Updated dependencies
10+
* [nerves_system_br v0.16.1-2017-11](https://github.com/nerves-project/nerves_system_br/releases/tag/v0.16.1-2017-11)
11+
12+
* Bug fixes
13+
* Fixed symlink issue that prevented the system from being used from hex.pm
14+
15+
* Enhancements
16+
* Reboot automatically if Erlang VM exits - This is consistent with other
17+
Nerves systems. See rootfs_overlay/etc/erlinit.config if undesired.
18+
* Start running nerves_system_linter to check for configuration errors.
19+
* Automount the boot partition readonly at `/boot`
20+
* Support for reverting firmware.
21+
22+
See [Reverting Firmware](https://hexdocs.pm/nerves_runtime/readme.html#reverting-firmware) for more info on reverting firmware.
23+
24+
See [fwup-revert.conf](https://github.com/nerves-project/nerves_system_rpi/blob/master/fwup-revert.conf) for more information on how fwup handles reverting.
25+
326
## v0.13.0
4-
27+
528
Updated dependencies
629
* [nerves_system_br v0.15.0](https://github.com/nerves-project/nerves_system_br/releases/tag/v0.15.0)
730
* [toolchain v0.12.1](https://github.com/nerves-project/toolchains/releases/tag/v0.12.1)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.14.0

0 commit comments

Comments
 (0)