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 17:43:11 UTC

[mynewt-newt] branch 1_8_0_dev updated (b8ba37e -> ab96a8a)

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-newt.git.


 discard b8ba37e  Apache Mynewt 1.8.0 release
     add e73b109  newt new: Infer latest "rc" tag for blinky
     new ab96a8a  Apache Mynewt 1.8.0 release

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b8ba37e)
            \
             N -- N -- N   refs/heads/1_8_0_dev (ab96a8a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 newt/cli/project_cmds.go | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)


[mynewt-newt] 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-newt.git

commit ab96a8ac29568516dddf56af00bab856ebd93e18
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Mar 18 14:47:11 2020 +0100

    Apache Mynewt 1.8.0 release
---
 RELEASE_NOTES.md          | 2 +-
 newt/newtutil/newtutil.go | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d2b9dcf..2bce938 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache Newt v1.4.0
+18 March 2029 - Apache Newt v1.8.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 7dcd91c..07c7e1e 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -29,12 +29,12 @@ import (
 	"mynewt.apache.org/newt/util"
 )
 
-var NewtVersion = Version{1, 7, 9900}
-var NewtVersionStr = "1.8.0-dev"
+var NewtVersion = Version{1, 8, 0}
+var NewtVersionStr = "1.8.0"
 var NewtGitHash = "unknown"
 var NewtDate = "unknown"
 
-var NewtBlinkyTag string = "master"
+var NewtBlinkyTag string = "mynewt_1_8_0_tag"
 var NewtNumJobs int
 var NewtForce bool
 var NewtAsk bool