Skip to content

Commit 6a9c2f3

Browse files
fhunlethmobileoverlord
authored andcommitted
v0.17.0 release
1 parent 1640f83 commit 6a9c2f3

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
11
# Changelog
22

3-
## v0.17.0-dev
3+
## v0.17.0
44

55
This release changes the default IEx prompt output from the debug UART pins
66
to a virtual serial port on the USB OTG connector. This release also enables
77
a virtual Ethernet interface on the same USB interface for software updates.
88
See the `nerves_init_gadget` project for initialization code.
99

10+
Updated dependencies
11+
* [nerves_system_br v0.14.0](https://github.com/nerves-project/nerves_system_br/releases/tag/v0.14.0)
12+
* [Buildroot 2017.08](https://git.busybox.net/buildroot/plain/CHANGES?id=2017.08)
13+
* [fwup 0.17.0](https://github.com/fhunleth/fwup/releases/tag/v0.17.0)
14+
* [erlinit 1.2.0](https://github.com/nerves-project/erlinit/releases/tag/v1.2.0)
15+
* [nbtty 0.3.0](https://github.com/fhunleth/nbtty/releases/tag/v0.3.0)
16+
17+
* Enhancements
18+
* Add global patch directory
19+
20+
This is required to pull in the e2fsprogs patch that's needed now that
21+
util-linux's uuid_generate function calls getrandom and can block
22+
indefinitely for the urandom pool to initialize
23+
24+
* Bug Fixes
25+
* Use `nbtty` by default to fix tty hang issue
26+
1027
## v0.16.1
1128

1229
Updated dependencies

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.2-dev
1+
0.17.0

0 commit comments

Comments
 (0)