From a85b65d97ecd062d8ea88c1a151f649e35e47420 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 4 Jun 2018 16:06:14 +0200 Subject: [PATCH] NimBLE release 1.0.0 --- RELEASE_NOTES.md | 25 +++++++++++++++++++++++++ repository.yml | 8 ++++++-- version.yml | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a250ae182..5e677aec0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,2 +1,27 @@ # RELEASE NOTES +04 June 2018 - Apache NimBLE v1.0.0 + +For full release notes, please visit the +[Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes). + +Apache NimBLE is an open-source Bluetooth 5.0 stack (both Host & Controller) that completely +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 +* Lots of other bugfixes, minor enhancements and optimisations +* Mesh improvements + +If working on next-generation RTOS and Bluetooth protocotol stack +sounds exciting to you, get in touch, by sending a mail to the Apache Mynewt +Developer's list, dev@mynewt.apache.org. diff --git a/repository.yml b/repository.yml index ba9fea184..1c9c35f68 100644 --- a/repository.yml +++ b/repository.yml @@ -22,9 +22,13 @@ repo.versions: "0.0.0": "master" "0-dev": "0.0.0" - "0-latest": "0.0.0" + "0-latest": "1.0.0" + "1-latest": "1.0.0" + + "1.0.0": "nimble_1_0_0_tag" + + "1.0-latest": "1.0.0" repo.newt_compatibility: 0.0.0: 1.1.0: good - diff --git a/version.yml b/version.yml index 13e5152bb..97074cd7b 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.0.0