diff --git a/README.md b/README.md index f6a6972eb..bbd17fc85 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Features highlight: - Support for up to 32 simultaneous connections. - Legacy and SC (secure connections) SMP support (pairing and bonding). - Advertising Extensions. + - Periodic Advertising. - Coded (aka Long Range) and 2M PHYs. - Bluetooth Mesh. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9645c44f9..cda8fe2e4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # RELEASE NOTES -04 June 2018 - Apache NimBLE v1.0.0 +16 July 2019 - Apache NimBLE v1.2.0 For full release notes, please visit the [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes). @@ -10,17 +10,17 @@ 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 +* Perdiodic Advertising support with up to 1650 bytes of data (scanner and advertiser) +* Support for scan request notification in GAP API +* Updated host qualification ID +* Qualification related bugfixes +* GAP API doxygen documentation update +* BLE Mesh improvements - fixes and resync with latest Zephyr code +* RIOT OS port fixes and improvements +* btshell sample application improvements +* improvements for bttester application +* Controller duplicates filtering improvements +* Memory and CPU usage optimizations in controller If working on next-generation RTOS and Bluetooth protocol stack sounds exciting to you, get in touch, by sending a mail to the Apache Mynewt diff --git a/repository.yml b/repository.yml index cd0006bc4..fa9357a6f 100644 --- a/repository.yml +++ b/repository.yml @@ -22,14 +22,16 @@ repo.versions: "0.0.0": "master" "0-dev": "0.0.0" - "0-latest": "1.1.0" - "1-latest": "1.1.0" + "0-latest": "1.2.0" + "1-latest": "1.2.0" "1.0.0": "nimble_1_0_0_tag" "1.1.0": "nimble_1_1_0_tag" + "1.2.0": "nimble_1_2_0_tag" "1.0-latest": "1.0.0" "1.1-latest": "1.1.0" + "1.2-latest": "1.2.0" repo.newt_compatibility: 0.0.0: @@ -38,3 +40,5 @@ repo.newt_compatibility: 1.1.0: good 1.1.0: 1.6.0: good + 1.2.0: + 1.7.0: good diff --git a/version.yml b/version.yml index 13e5152bb..df045e30f 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.2.0