You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2020/03/18 15:28:56 UTC

[mynewt-newtmgr] branch 1_8_0_dev created (now 199917c)

This is an automated email from the ASF dual-hosted git repository.

janc pushed a change to branch 1_8_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git.


      at 199917c  Apache Mynewt 1.8.0 release

This branch includes the following new commits:

     new 199917c  Apache Mynewt 1.8.0 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[mynewt-newtmgr] 01/01: Apache Mynewt 1.8.0 release

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch 1_8_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git

commit 199917cf7f3ff8443697ef03d67bb0459ba8339c
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Mar 18 14:48:42 2020 +0100

    Apache Mynewt 1.8.0 release
---
 RELEASE_NOTES.md   | 8 ++++----
 newtmgr/newtmgr.go | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 257b059..1bb0b97 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache Newtmgr v1.4.0
+18 March 2018 - Apache Newtmgr v1.8.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -12,9 +12,9 @@ Thew newtmgr tool is documented at http://mynewt.apache.org/latest/newtmgr/overv
 
 New features in this version of newtmgr include:
 
-* interactive shell for COAP operations
-* "version" command
-* moved documentation from apache-core to newtmgr repo
+* new '"shell exec" command for executing specified CLI command on target device
+* log show now includes imghash
+* multi-image support
 * various bugfixes
 
 If working on next-generation build and source package management systems
diff --git a/newtmgr/newtmgr.go b/newtmgr/newtmgr.go
index f64e164..eeaef26 100644
--- a/newtmgr/newtmgr.go
+++ b/newtmgr/newtmgr.go
@@ -77,7 +77,7 @@ func main() {
 		ExeName:       "newtmgr",
 		ShortName:     "Newtmgr",
 		LongName:      "Apache Newtmgr",
-		VersionString: "1.8.0-dev",
+		VersionString: "1.8.0",
 		CfgFilename:   ".newtmgr.cp.json",
 	}