This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new 3e5d7a9 Prepare for Apache NimBLE 1.4.0 release
3e5d7a9 is described below
commit 3e5d7a994e117b2758906154433a1aac860cc845
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Mar 24 16:12:25 2021 +0100
Prepare for Apache NimBLE 1.4.0 release
---
NOTICE | 2 +-
README.md | 1 +
RELEASE_NOTES.md | 25 +++++++------------------
repository.yml | 4 ++++
4 files changed, 13 insertions(+), 19 deletions(-)
diff --git a/NOTICE b/NOTICE
index 84ecb14..90952ec 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache Mynewt NimBLE
-Copyright 2015-2020 The Apache Software Foundation
+Copyright 2015-2021 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index 37103be..96c6366 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 3bdd31a..99810a7 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
# RELEASE NOTES
-18 March 2020 - Apache NimBLE v1.3.0
+24 March 2021 - Apache NimBLE v1.4.0
For full release notes, please visit the
[Apache Mynewt
Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -10,23 +10,12 @@ replaces the proprietary SoftDevice on Nordic chipsets.
New features in this version of NimBLE include:
-* Support for Bluetooth Core Specification 5.1
-* New blestress test application
-* Dialog DA1469x CMAC driver
-* Support for LE Secure Connections out-of-band (OOB) association model
-* Support for automated generation of syscfg for ports
-* Qualification related bugfixes
-* 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
-* Multi PHY support improvements
-* Memory and CPU usage optimizations
-* Use of packed structs for HCI (code size reduction)
-* Linux sample improvements
-* PTS test instructions updates
-* Clock managements improvements in controller
+* Support for PHY on Dialog Configurable MAC (CMAC)
+* Support for PHY on Nordic nRF5340
+* Support for Apache NuttX port of NimBLE
+* Controller-to-host flow control support
+* Support for USB transport
+* Various bugfixes
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 4a097d3..64315b7 100644
--- a/repository.yml
+++ b/repository.yml
@@ -29,11 +29,13 @@ repo.versions:
"1.1.0": "nimble_1_1_0_tag"
"1.2.0": "nimble_1_2_0_tag"
"1.3.0": "nimble_1_3_0_tag"
+ "1.4.0": "nimble_1_4_0_tag"
"1.0-latest": "1.0.0"
"1.1-latest": "1.1.0"
"1.2-latest": "1.2.0"
"1.3-latest": "1.3.0"
+ "1.4-latest": "1.4.0"
repo.newt_compatibility:
0.0.0:
@@ -46,3 +48,5 @@ repo.newt_compatibility:
1.7.0: good
1.3.0:
1.8.0: good
+ 1.4.0:
+ 1.9.0: good