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

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

commit 8bc55635bbac12c036b25b4968ee0f48c1f06e52
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Tue Sep 5 15:30:21 2017 +0200

    Release 1.2.0
---
 README.md        | 9 ++++++---
 RELEASE_NOTES.md | 7 +++++--
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 3240108..03db643 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,10 @@
 
 # Newtmgr
 
-Newt Manager (newtmgr) is the application tool that enables a user to 
communicate with and manage remote devices running the Mynewt OS. It uses a 
connection profile to establish a connection with a device and sends command 
requests to the device.  Thew newtmgr tool is documented at 
http://mynewt.apache.org/latest/newtmgr/overview/
+Newt Manager (newtmgr) is the application tool that enables a user to 
communicate with and manage
+remote devices running the Mynewt OS. It uses a connection profile to 
establish a connection with
+a device and sends command requests to the device.
+Thew newtmgr tool is documented at 
http://mynewt.apache.org/latest/newtmgr/overview/
 
 ### Building
 
@@ -33,7 +36,7 @@ dependencies.  OS-specific instructions are below:
 #### Linux
 
 1. Unpack newtmgr source.
-2. Rename resulting `apache-mynewt-newtmgr-1.1.0` directory to 
`$GOPATH/src/mynewt.apache.org/newtmgr`
+2. Rename resulting `apache-mynewt-newtmgr-1.2.0` directory to 
`$GOPATH/src/mynewt.apache.org/newtmgr`
 3. `cd $GOPATH/src/mynewt.apache.org/newtmgr/newtmgr`
 4. `go get github.com/currantlabs/ble github.com/mgutz/logxi/v1 
golang.org/x/sys/unix`
 5. `go build`
@@ -41,7 +44,7 @@ dependencies.  OS-specific instructions are below:
 #### macOS
 
 1. Unpack newtmgr source.
-2. Rename resulting `apache-mynewt-newtmgr-1.1.0` directory to 
`$GOPATH/src/mynewt.apache.org/newtmgr`
+2. Rename resulting `apache-mynewt-newtmgr-1.2.0` directory to 
`$GOPATH/src/mynewt.apache.org/newtmgr`
 3. `cd $GOPATH/src/mynewt.apache.org/newtmgr/newtmgr`
 4. `go get github.com/currantlabs/ble github.com/mgutz/logxi/v1 
github.com/raff/goble/xpc`
 5. `go build`
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 79ea57d..76382b5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,11 +1,14 @@
 # RELEASE NOTES
 
-24 July 2017 - Apache Newtmgr v1.1.0
+05 September 2017 - Apache Newtmgr v1.2.0
 
 For full release notes, please visit the
 [Apache Mynewt 
Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
 
-Newt Manager (newtmgr) is the application tool that enables a user to 
communicate with and manage remote devices running the Mynewt OS. It uses a 
connection profile to establish a connection with a device and sends command 
requests to the device.  Thew newtmgr tool is documented at 
http://mynewt.apache.org/latest/newtmgr/overview/
+Newt Manager (newtmgr) is the application tool that enables a user to 
communicate with and manage
+remote devices running the Mynewt OS. It uses a connection profile to 
establish a connection with
+a device and sends command requests to the device.
+Thew newtmgr tool is documented at 
http://mynewt.apache.org/latest/newtmgr/overview/
 
 New features in this version of newtmgr include:
 

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <commits@mynewt.apache.org>.

Reply via email to