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/03/27 14:46:52 UTC

[mynewt-newtmgr] branch 1_6_0_dev created (now 4fcfb85)

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

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


      at 4fcfb85  Apache Mynewt 1.6.0 release

This branch includes the following new commits:

     new 4fcfb85  Apache Mynewt 1.6.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.6.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_6_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git

commit 4fcfb8599a73cad48941e38ed20d63266f817102
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Mar 27 15:30:31 2019 +0100

    Apache Mynewt 1.6.0 release
---
 README.md          | 2 +-
 RELEASE_NOTES.md   | 6 ++----
 newtmgr/newtmgr.go | 2 +-
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index bbca278..a10555c 100644
--- a/README.md
+++ b/README.md
@@ -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.6.0` directory to `$GOPATH/src/mynewt.apache.org/newtmgr`
 3. `cd $GOPATH/src/mynewt.apache.org/newtmgr/newtmgr`
 4. `go build`
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 257b059..f9982a7 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache Newtmgr v1.4.0
+27 March 2019 - Apache Newtmgr v1.6.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -12,9 +12,7 @@ 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
+* Display CBOR/binary log entries as text
 * various bugfixes
 
 If working on next-generation build and source package management systems
diff --git a/newtmgr/newtmgr.go b/newtmgr/newtmgr.go
index 42fe7ae..f1a8679 100644
--- a/newtmgr/newtmgr.go
+++ b/newtmgr/newtmgr.go
@@ -77,7 +77,7 @@ func main() {
 		ExeName:       "newtmgr",
 		ShortName:     "Newtmgr",
 		LongName:      "Apache Newtmgr",
-		VersionString: "1.5.0-dev",
+		VersionString: "1.6.0",
 		CfgFilename:   ".newtmgr.cp.json",
 	}