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 2017/07/24 21:11:49 UTC

[mynewt-core] branch 1_1_0_dev updated (b313e2e -> d6e2369)

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

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


    omit b313e2e  Mynewt release 1.1.0
     new d6e2369  Mynewt release 1.1.0

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   (b313e2e)
            \
             N -- N -- N   refs/heads/1_1_0_dev (d6e2369)

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:
 repository.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

[mynewt-core] 01/01: Mynewt release 1.1.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_1_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit d6e2369e12fca44dec1263ed9efe2a6532497505
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Mon Jul 24 16:20:18 2017 +0200

    Mynewt release 1.1.0
---
 README.md        |  3 ++-
 RELEASE_NOTES.md | 12 +++++-------
 repository.yml   |  2 ++
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index f8f5354..a916c2b 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ It currently supports the following hardware platforms:
 * NUCLEO-F401RE (Cortex-M4)
 * FRDM-K64F from NXP (Cortex-M4)
 * BBC micro:bit (Nordic nrf51822; Cortex-M0)
+* SiFive HiFive1 (RISC-V Instruction Set Architecture)
 
 Apache Mynewt uses the
 [Newt](https://www.github.com/apache/mynewt-newt) build and package
@@ -57,7 +58,7 @@ components you need.
 This repository contains the core packages of the Apache Mynewt OS, including:
 
 * A Pre-emptive, Real Time OS Kernel
-* A open-source Bluetooth 4.2 stack (both Host & Controller), NimBLE, that
+* A open-source Bluetooth 5.0 stack (both Host & Controller), NimBLE, that
 completely replaces the proprietary SoftDevice on Nordic chipsets.
     - Support for 251 byte packet size
     - Support for all 4 roles concurrently - Broadcaster, Observer, Peripheral and Central
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 0430ba6..ecb7e76 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,19 +1,17 @@
 # RELEASE NOTES
 
-22 Nov 2016 - Apache Mynewt v1.0.0, beta 1
+24 Jul 2017 - Apache Mynewt v1.1.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
 
-This is the fifth source release of Apache Mynewt Core.  For more
+This is the seventh source release of Apache Mynewt Core. For more
 information on Apache Mynewt, please visit the
 [Apache Mynewt Website](https://mynewt.apache.org/).
 
-As a beta release of Apache Mynewt, the normal caveat applies: APIs and
-commands are subject to change.  However, Apache Mynewt continues to stabilize
-with each release, and we believe this release is a further step forward.
-People who are interested in playing around, and trying Mynewt, are encouraged
-to download and begin to evaluate it.
+Apache Mynewt continues to stabilize with each release, and we believe this
+release is a further step forward. People who are interested in playing around,
+and trying Mynewt, are encouraged to download and begin to evaluate it.
 
 A full roadmap for Apache Mynewt is available on the [website](http://mynewt.apache.org/about/).
 In addition, a detailed view of what is being worked on, and all open feature
diff --git a/repository.yml b/repository.yml
index e22adeb..a51c83e 100644
--- a/repository.yml
+++ b/repository.yml
@@ -28,6 +28,7 @@ repo.versions:
     "0.9.99": "mynewt_1_0_0_b2_tag"
     "0.9.999": "mynewt_1_0_0_rc1_tag"
     "1.0.0": "mynewt_1_0_0_tag"
+    "1.1.0": "mynewt_1_1_0_tag"
 
     "0-latest": "1.0.0"    # 1.0.0
     "0-dev": "0.0.0"       # master
@@ -35,3 +36,4 @@ repo.versions:
     "0.8-latest": "0.8.0"
     "0.9-latest": "0.9.0"
     "1.0-latest": "1.0.0"  # 1.0.0
+    "1.1-latest": "1.1.0"  # 1.1.0

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