File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v0.17.0-dev
3
+ ## v0.17.0
4
4
5
5
This release changes the default IEx prompt output from the debug UART pins
6
6
to a virtual serial port on the USB OTG connector. This release also enables
7
7
a virtual Ethernet interface on the same USB interface for software updates.
8
8
See the ` nerves_init_gadget ` project for initialization code.
9
9
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
+
10
27
## v0.16.1
11
28
12
29
Updated dependencies
Original file line number Diff line number Diff line change 1
- 0.16.2-dev
1
+ 0.17.0
You can’t perform that action at this time.
0 commit comments