Skip to content

Commit

Permalink
Apache Mynewt 1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanc committed Apr 7, 2021
1 parent 82e8b1f commit f26e34e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ published at http://mynewt.apache.org/latest/os/modules/devmgmt/newtmgr.html
Build the newtmgr tool as follows:

1. Unpack newtmgr source.
2. Rename resulting `apache-mynewt-newtmgr-1.3.0` directory to `$GOPATH/src/mynewt.apache.org/newtmgr`
2. Rename resulting `apache-mynewt-newtmgr-1.9.0` directory to `$GOPATH/src/mynewt.apache.org/newtmgr`
3. `cd $GOPATH/src/mynewt.apache.org/newtmgr/newtmgr`
4. `GO111MODULE=on go build`
7 changes: 3 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RELEASE NOTES

18 March 2020 - Apache Newtmgr v1.8.0
24 March 2021 - Apache Newtmgr v1.9.0

For full release notes, please visit the
[Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
Expand All @@ -12,9 +12,8 @@ Thew newtmgr tool is documented at http://mynewt.apache.org/latest/newtmgr/overv

New features in this version of newtmgr include:

* new '"shell exec" command for executing specified CLI command on target device
* log show now includes imghash
* multi-image support
* support for MacOS Mojave/Catalina
* DFU speed optimizations
* various bugfixes

If working on next-generation build and source package management systems
Expand Down
2 changes: 1 addition & 1 deletion newtmgr/newtmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func main() {
ExeName: "newtmgr",
ShortName: "Newtmgr",
LongName: "Apache Newtmgr",
VersionString: "1.9.0-dev",
VersionString: "1.10.0-dev",
CfgFilename: ".newtmgr.cp.json",
}

Expand Down

0 comments on commit f26e34e

Please sign in to comment.