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 2019/07/16 16:20:34 UTC

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

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

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

commit a222bac117793db7b8444acfb744dcb822a6f448
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Tue Jul 16 17:45:01 2019 +0200

    Apache Mynewt 1.7.0 release
---
 RELEASE_NOTES.md   | 10 +++++-----
 newtmgr/newtmgr.go |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 257b059..d5f7702 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache Newtmgr v1.4.0
+16 July 2019 - Apache Newtmgr v1.7.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -12,10 +12,10 @@ 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
-* various bugfixes
+* support for upgrade-only upload request
+* option for specifying OMP resource from command line (–ompres)
+* start using go modules instead of vendored code
+* bumped go version requirements to 1.12
 
 If working on next-generation build and source package management systems
 sounds exciting to you, get in touch, by sending a mail to the Apache Mynewt
diff --git a/newtmgr/newtmgr.go b/newtmgr/newtmgr.go
index 1b0c83d..107beee 100644
--- a/newtmgr/newtmgr.go
+++ b/newtmgr/newtmgr.go
@@ -77,7 +77,7 @@ func main() {
 		ExeName:       "newtmgr",
 		ShortName:     "Newtmgr",
 		LongName:      "Apache Newtmgr",
-		VersionString: "1.7.0-dev",
+		VersionString: "1.7.0",
 		CfgFilename:   ".newtmgr.cp.json",
 	}