File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.4.0
4
+
5
+ This refactors SSH support to its own library so that projects not using
6
+ ` nerves_pack ` don't have to copy/paste the SSH code. ` nerves_ssh ` also
7
+ has several improvements to SSH support that will be easier to maintain
8
+ in a standalone project.
9
+
10
+ This also brings in the switch from ` nerves_firmware_ssh ` to
11
+ ` ssh_subsystem_fwup ` which moves firmware updates from port 8989 to an
12
+ SSH subsystem on port 22. This is a breaking change for scripts that
13
+ load firmware to Nerves devices via SSH. See the
14
+ [ ` Upgrade from NervesFirmwareSSH ` ] ( https://hexdocs.pm/nerves_ssh/readme.html#upgrade-from-nervesfirmwaressh )
15
+ doc for more details on how to handle this change.
16
+
3
17
## v0.3.3
4
18
5
19
This allows ` v0.9 ` of the ` vintage_net* ` libraries.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule NervesPack.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/nerves-project/nerves_pack"
5
- @ version "0.3.3 "
5
+ @ version "0.4.0 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments