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

[mynewt-nimble] 01/01: Apache Nimble 1.1.0 release

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

commit 3d89d3b5923c611043ac2cadd668b40e008ab184
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Mar 27 15:21:11 2019 +0100

    Apache Nimble 1.1.0 release
---
 README.md        |  2 ++
 RELEASE_NOTES.md | 16 +++++-----------
 repository.yml   |  9 ++++++---
 version.yml      |  2 +-
 4 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index f6a6972..61ef6be 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@ Features highlight:
   - Advertising Extensions.
   - Coded (aka Long Range) and 2M PHYs.
   - Bluetooth Mesh.
+  - Support for multiple OSes
+  - Fuly qualifiable controller and host
 
 ## Supported hardware
 
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9645c44..bf28bfb 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache NimBLE v1.0.0
+27 March 2019 - Apache NimBLE v1.1.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -9,16 +9,10 @@ Apache NimBLE is an open-source Bluetooth 5.0 stack (both Host & Controller) tha
 replaces the proprietary SoftDevice on Nordic chipsets.
 
 New features in this version of NimBLE include:
-
-* Initial version after moving to separate repo - https://github.com/apache/mynewt-nimble
-* removal of deprecated bletiny application (superseded by btshell)
-* Added NimBLE Porting Layer (NPL) which abstracts OS specific details to improve portability
-* Initial ports for FreeRTOS and RIOT OS
-* Support for advertising up to 1650 bytes of data with Extended Advertising
-* Support for host flow control
-* Support for Direct Test Mode (DTM) via HCI interface
-* Support for Device Information Service
-* Bugfixes for issues found on UPF59 and during BT certification testing
+* Linux port of BLE host
+* Support for RX/TX power with RF path compensation
+* New bttester application used for automated testing
+* Fully qualifiable controller and host
 * Lots of other bugfixes, minor enhancements and optimisations
 * Mesh improvements
 
diff --git a/repository.yml b/repository.yml
index 818e721..cf4a7ef 100644
--- a/repository.yml
+++ b/repository.yml
@@ -22,15 +22,18 @@ repo.versions:
     "0.0.0": "master"
 
     "0-dev": "0.0.0"
-    "0-latest": "1.0.0"
-    "1-latest": "1.0.0"
+    "0-latest": "1.1.0"
+    "1-latest": "1.1.0"
 
     "1.0.0": "nimble_1_0_0_tag"
+    "1.1.0": "nimble_1_1_0_tag"
 
-    "1.0-latest": "1.0.0"
+    "1.0-latest": "1.1.0"
 
 repo.newt_compatibility:
     0.0.0:
         1.1.0: good
     1.0.0:
         1.1.0: good
+    1.1.0:
+        1.6.0: good
diff --git a/version.yml b/version.yml
index 13e5152..877d6c5 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.1.0