Skip to content

Commit da7e325

Browse files
committed
Prepare for Apache NimBLE 1.9.0
1 parent ceaed8e commit da7e325

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Mynewt NimBLE
2-
Copyright 2015-2024 The Apache Software Foundation
2+
Copyright 2015-2025 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

RELEASE_NOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RELEASE NOTES
22

3-
13 November 2024 - Apache NimBLE v1.8.0
3+
15 December 2025 - Apache NimBLE v1.9.0
44

55
For full release notes, please visit the
66
[Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -10,8 +10,8 @@ replaces the proprietary SoftDevice on Nordic chipsets.
1010

1111
New features in this version of NimBLE include:
1212

13-
* Initial support for Channel Sounding (host)
14-
* Support for SKY66405 FEM
13+
* Characteristic Extended Properties descriptor in GATT server
14+
* Framed PDUs in ISO Adaptation Layer
1515

1616
If working on next-generation RTOS and Bluetooth protocol stack
1717
sounds exciting to you, get in touch, by sending a mail to the Apache Mynewt

repository.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ repo.versions:
3434
"1.6.0": "nimble_1_6_0_tag"
3535
"1.7.0": "nimble_1_7_0_tag"
3636
"1.8.0": "nimble_1_8_0_tag"
37+
"1.9.0": "nimble_1_9_0_tag"
3738

3839
"1.0-latest": "1.0.0"
3940
"1.1-latest": "1.1.0"
@@ -44,6 +45,7 @@ repo.versions:
4445
"1.6-latest": "1.6.0"
4546
"1.7-latest": "1.7.0"
4647
"1.8-latest": "1.8.0"
48+
"1.9-latest": "1.9.0"
4749

4850
repo.newt_compatibility:
4951
0.0.0:
@@ -66,3 +68,5 @@ repo.newt_compatibility:
6668
1.12.0: good
6769
1.8.0:
6870
1.13.0: good
71+
1.9.0:
72+
1.14.0: good

0 commit comments

Comments
 (0)