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 2018/10/18 21:54:10 UTC

[mynewt-core] branch 1_5_0_dev created (now 60cb179)

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

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


      at 60cb179  Mynewt release 1.5.0

This branch includes the following new commits:

     new 60cb179  Mynewt release 1.5.0

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: Mynewt release 1.5.0

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 60cb17911d9c90da2df306722434c9f4cd79f456
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Thu Oct 18 23:49:25 2018 +0200

    Mynewt release 1.5.0
---
 RELEASE_NOTES.md | 2 +-
 repository.yml   | 5 +++++
 version.yml      | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index ff27eaf..6c531ff 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache Mynewt v1.4.0
+18 October 2018 - Apache Mynewt v1.5.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 22f0751..2589864 100644
--- a/repository.yml
+++ b/repository.yml
@@ -33,6 +33,7 @@ repo.versions:
     "1.3.0": "mynewt_1_3_0_tag"
     "1.4.0": "mynewt_1_4_0_tag"
     "1.4.1": "mynewt_1_4_1_tag"
+    "1.5.0": "mynewt_1_5_0_tag"
 
     "0-latest": "1.4.1"
     "1-latest": "1.4.1"
@@ -55,6 +56,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).
+    1.5.0:
+        1.5.0:good
     1.4.1:
         1.4.0: good
     1.4.0:
@@ -75,3 +79,4 @@ repo.deps:
             master: 0-dev
             mynewt_1_4_0_tag: 1.0.0
             mynewt_1_4_1_tag: 1.0.0
+            mynewt_1_5_0_tag: 1.0.0
diff --git a/version.yml b/version.yml
index 13e5152..0fd7496 100644
--- a/version.yml
+++ b/version.yml
@@ -19,4 +19,4 @@
 
 # Newt uses this file to determine the version of a checked out repo.
 # This should always be 0.0.0 in the master branch.
-repo.version: 0.0.0
+repo.version: 1.5.0