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:59 UTC

[mynewt-core] branch 1_6_0_dev created (now dabc72c)

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


      at dabc72c  Apache Mynewt 1.6.0 release

This branch includes the following new commits:

     new dabc72c  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-core] 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-core.git

commit dabc72c3c1805832870d86ea610f064cd84176a2
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Mar 27 15:44:19 2019 +0100

    Apache Mynewt 1.6.0 release
---
 RELEASE_NOTES.md |  2 +-
 repository.yml   | 10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index ff27eaf..bb6d391 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache Mynewt v1.4.0
+27 March 2019 - Apache Mynewt v1.6.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
diff --git a/repository.yml b/repository.yml
index 023d282..f00c7ed 100644
--- a/repository.yml
+++ b/repository.yml
@@ -34,9 +34,10 @@ repo.versions:
     "1.4.0": "mynewt_1_4_0_tag"
     "1.4.1": "mynewt_1_4_1_tag"
     "1.5.0": "mynewt_1_5_0_tag"
+    "1.6.0": "mynewt_1_6_0_tag"
 
-    "0-latest": "1.5.0"
-    "1-latest": "1.5.0"
+    "0-latest": "1.6.0"
+    "1-latest": "1.6.0"
     "0-dev": "0.0.0"       # master
 
     "0.8-latest": "0.8.0"
@@ -47,6 +48,7 @@ repo.versions:
     "1.3-latest": "1.3.0"
     "1.4-latest": "1.4.1"
     "1.5-latest": "1.5.0"
+    "1.6-latest": "1.6.0"
 
 repo.newt_compatibility:
     # Allow all versions for 0.0.0.  This is a workaround to prevent a warning
@@ -58,6 +60,9 @@ repo.newt_compatibility:
     # Core 1.1.0+ requires newt 1.1.0+ (feature: self-overrides).
     # Core 1.4.0+ requires newt 1.4.0+ (feature: sync repo deps).
     # Core 1.5.0+ requires newt 1.5.0+ (feature: transient packages)
+    # Core 1.6.0+ requires newt 1.6.0+ (feature: choise)
+    1.6.0:
+        1.6.0: good
     1.5.0:
         1.5.0: good
     1.4.1:
@@ -81,3 +86,4 @@ repo.deps:
             mynewt_1_4_0_tag: 1.0.0
             mynewt_1_4_1_tag: 1.0.0
             mynewt_1_5_0_tag: 1.0.0
+            mynewt_1_6_0_tag: 1.1.0