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 675452b62 Prepare for NimBLE 1.7.0 release
675452b62 is described below
commit 675452b62822efd3e3fd28ac55eb166baf8461f4
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Mar 27 09:10:48 2024 +0100
Prepare for NimBLE 1.7.0 release
---
NOTICE | 2 +-
RELEASE_NOTES.md | 11 +++++------
repository.yml | 4 ++++
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/NOTICE b/NOTICE
index 7e95f4348..740162388 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache Mynewt NimBLE
-Copyright 2015-2023 The Apache Software Foundation
+Copyright 2015-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index afd5e92a8..a34cd8752 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
# RELEASE NOTES
-09 August 2023 - Apache NimBLE v1.6.0
+27 March 2024 - Apache NimBLE v1.7.0
For full release notes, please visit the
[Apache Mynewt
Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -10,11 +10,10 @@ replaces the proprietary SoftDevice on Nordic chipsets.
New features in this version of NimBLE include:
-* Initial support for ISO broacaster
-* Support for Bluetooth Core Specification 5.4
-* FEM antenna control
-* nRF PHY driver unification
-* IPC HCI transport improvements
+* Initial support for Enhanced ATT bearer
+* Initial support for Broadcast Source and Auracast
+* GATT host API additions
+* Doxygen API comments overhaul
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 2dc50fb8a..b50dc7b9b 100644
--- a/repository.yml
+++ b/repository.yml
@@ -32,6 +32,7 @@ repo.versions:
"1.4.0": "nimble_1_4_0_tag"
"1.5.0": "nimble_1_5_0_tag"
"1.6.0": "nimble_1_6_0_tag"
+ "1.7.0": "nimble_1_7_0_tag"
"1.0-latest": "1.0.0"
"1.1-latest": "1.1.0"
@@ -40,6 +41,7 @@ repo.versions:
"1.4-latest": "1.4.0"
"1.5-latest": "1.5.0"
"1.6-latest": "1.6.0"
+ "1.7-latest": "1.7.0"
repo.newt_compatibility:
0.0.0:
@@ -58,3 +60,5 @@ repo.newt_compatibility:
1.10.0: good
1.6.0:
1.11.0: good
+ 1.7.0:
+ 1.12.0: good