File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Apache Mynewt
2- Copyright 2015-2024 The Apache Software Foundation
2+ Copyright 2015-2025 The Apache Software Foundation
33
44This product includes software developed at
55The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change 11# RELEASE NOTES
22
3- 13 November 2024 - Apache Mynewt v1.13 .0
3+ 15 December 2025 - Apache Mynewt v1.14 .0
44
55For full release notes, please visit the
66[ Apache Mynewt Wiki] ( https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes ) .
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ repo.versions:
4141 " 1.11.0 " : " mynewt_1_11_0_tag"
4242 " 1.12.0 " : " mynewt_1_12_0_tag"
4343 " 1.13.0 " : " mynewt_1_13_0_tag"
44+ " 1.14.0 " : " mynewt_1_14_0_tag"
4445
4546 " 0-latest " : " 1.13.0"
4647 " 1-latest " : " 1.13.0"
@@ -62,6 +63,7 @@ repo.versions:
6263 " 1.11-latest " : " 1.11.0"
6364 " 1.12-latest " : " 1.12.0"
6465 " 1.13-latest " : " 1.13.0"
66+ " 1.14-latest " : " 1.14.0"
6567
6668repo.newt_compatibility :
6769 # Allow all versions for 0.0.0. This is a workaround to prevent a warning
@@ -81,6 +83,9 @@ repo.newt_compatibility:
8183 # Core 1.11.0+ requires newt 1.11.0+ (feature: external modules)
8284 # Core 1.12.0+ requires newt 1.12.0+ (feature: generated linked scripts)
8385 # Core 1.13.0+ requires newt 1.13.0+ (feature: modlog module name generation)
86+ # Core 1.14.0+ requires newt 1.14.0+ (feature: whole_archive)
87+ 1.14.0 :
88+ 1.14.0 : good
8489 1.13.0 :
8590 1.13.0 : good
8691 1.12.0 :
@@ -128,6 +133,7 @@ repo.deps:
128133 mynewt_1_11_0_tag : 1.6.0
129134 mynewt_1_12_0_tag : 1.7.0
130135 mynewt_1_13_0_tag : 1.8.0
136+ mynewt_1_14_0_tag : 1.9.0
131137
132138 mcuboot :
133139 type : github
@@ -143,6 +149,7 @@ repo.deps:
143149 mynewt_1_11_0_tag : 1.10.0
144150 mynewt_1_12_0_tag : 2.0.0
145151 mynewt_1_13_0_tag : 2.1.0
152+ mynewt_1_14_0_tag : 2.1.0
146153
147154 apache-mynewt-mcumgr :
148155 type : github
@@ -156,3 +163,4 @@ repo.deps:
156163 mynewt_1_11_0_tag : 0.4.0
157164 mynewt_1_12_0_tag : 0.4.0
158165 mynewt_1_13_0_tag : 0.5.0
166+ mynewt_1_14_0_tag : 0.6.0
You can’t perform that action at this time.
0 commit comments