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-site.git
The following commit(s) were added to refs/heads/master by this push:
new 7a3741575f Apache Mynewt 1.12.0 and Apache NimBLE 1.7.0 release
7a3741575f is described below
commit 7a3741575faa7cd8b574b03bd5b30a797cf09bbc
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Apr 4 13:15:31 2024 +0200
Apache Mynewt 1.12.0 and Apache NimBLE 1.7.0 release
---
custom-theme/choose_doc_version.html | 3 ++
custom-theme/main-banner.html | 2 +-
docs/documentation.md | 1 +
docs/download.md | 80 ++++++++++++++++++------------------
mkdocs.yml | 5 +++
5 files changed, 51 insertions(+), 40 deletions(-)
diff --git a/custom-theme/choose_doc_version.html
b/custom-theme/choose_doc_version.html
index c157022423..1b5fc0f9fc 100644
--- a/custom-theme/choose_doc_version.html
+++ b/custom-theme/choose_doc_version.html
@@ -2,6 +2,9 @@
<option value="/latest">
Version: master
</option>
+ <option value="/v1_12_0/" {% if config.extra.version=="v1_12_0"
%}selected="selected" {% endif %}>
+ Version: 1.12.0
+ </option>
<option value="/v1_11_0/" {% if config.extra.version=="v1_11_0"
%}selected="selected" {% endif %}>
Version: 1.11.0
</option>
diff --git a/custom-theme/main-banner.html b/custom-theme/main-banner.html
index a6c797af28..01d1843582 100644
--- a/custom-theme/main-banner.html
+++ b/custom-theme/main-banner.html
@@ -8,7 +8,7 @@
</div>
<div class="news-cell">
<div class="well">
- <h4>Latest News:</h4> <a href="/download">Apache Mynewt
1.11.0, Apache NimBLE 1.6.0 </a> released (September 7, 2023)
+ <h4>Latest News:</h4> <a href="/download">Apache Mynewt
1.12.0, Apache NimBLE 1.7.0 </a> released (April 4, 2024)
</div>
</div>
</div>
diff --git a/docs/documentation.md b/docs/documentation.md
index 01bbab6de1..ca090a86b6 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -3,6 +3,7 @@
- Latest version:
- [latest](/latest/)
- Earlier versions:
+ - [1.12.0](/v1_12_0/)
- [1.11.0](/v1_11_0/)
- [1.10.0](/v1_10_0/)
- [1.9.0](/v1_9_0/)
diff --git a/docs/download.md b/docs/download.md
index c410e86a90..743ab23279 100644
--- a/docs/download.md
+++ b/docs/download.md
@@ -5,55 +5,55 @@ these [KEYS](https://downloads.apache.org/mynewt/KEYS).
### Latest Apache Mynewt Core OS Release
-* Release Version: Apache Mynewt 1.11.0
-* Release Date: September 7, 2023
-* [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.11.0)
+* Release Version: Apache Mynewt 1.12.0
+* Release Date: April 4, 2024
+* [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.12.0)
* Source downloads:
- - Mynewt Core OS:
[apache-mynewt-core-1.11.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.11.0/apache-mynewt-core-1.11.0.tgz)
-
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-core-1.11.0.tgz.asc)
-
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-core-1.11.0.tgz.sha512)
- - Mynewt Blinky template application: [apache-mynewt-blinky-1.11.0.tgz
](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.11.0/apache-mynewt-blinky-1.11.0.tgz)
-
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-blinky-1.11.0.tgz.asc)
-
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-blinky-1.11.0.tgz.sha512)
- - Mynewt build and package management tool (newt):
[apache-mynewt-newt-1.11.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-1.11.0.tgz)
-
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-1.11.0.tgz.asc)
-
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-1.11.0.tgz.sha512)
- - Mynewt Manager tool (newtmgr):
[apache-mynewt-newtmgr-1.11.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-1.11.0.tgz)
-
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-1.11.0.tgz.asc)
-
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-1.11.0.tgz.sha512)
[Note typo in tarball filename!]
+ - Mynewt Core OS:
[apache-mynewt-core-1.12.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.12.0/apache-mynewt-core-1.12.0.tgz)
+
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-core-1.12.0.tgz.asc)
+
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-core-1.12.0.tgz.sha512)
+ - Mynewt Blinky template application: [apache-mynewt-blinky-1.12.0.tgz
](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.12.0/apache-mynewt-blinky-1.12.0.tgz)
+
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-blinky-1.12.0.tgz.asc)
+
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-blinky-1.12.0.tgz.sha512)
+ - Mynewt build and package management tool (newt):
[apache-mynewt-newt-1.12.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-1.12.0.tgz)
+
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-1.12.0.tgz.asc)
+
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-1.12.0.tgz.sha512)
+ - Mynewt Manager tool (newtmgr):
[apache-mynewt-newtmgr-1.12.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-1.12.0.tgz)
+
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-1.12.0.tgz.asc)
+
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-1.12.0.tgz.sha512)
* Binary downloads:
- Mynewt build and package management tool (newt):
- - Linux 64bit:
[apache-mynewt-newt-bin-linux-1.11.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-bin-linux-1.11.0.tgz)
-
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-bin-linux-1.11.0.tgz.asc)
-
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-bin-linux-1.11.0.tgz.sha512)
- - MacOS 64bit:
[apache-mynewt-newt-bin-osx-1.11.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-bin-osx-1.11.0.tgz)
-
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-bin-osx-1.11.0.tgz.asc)
-
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-bin-osx-1.11.0.tgz.sha512)
- - Windows 64bit:
[apache-mynewt-newt-bin-windows-1.11.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-bin-windows-1.11.0.tgz)
-
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-bin-windows-1.11.0.tgz.asc)
-
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newt-bin-windows-1.11.0.tgz.sha512)
+ - Linux 64bit:
[apache-mynewt-newt-bin-linux-1.12.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-bin-linux-1.12.0.tgz)
+
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-bin-linux-1.12.0.tgz.asc)
+
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-bin-linux-1.12.0.tgz.sha512)
+ - MacOS 64bit:
[apache-mynewt-newt-bin-osx-1.12.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-bin-osx-1.12.0.tgz)
+
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-bin-osx-1.12.0.tgz.asc)
+
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-bin-osx-1.12.0.tgz.sha512)
+ - Windows 64bit:
[apache-mynewt-newt-bin-windows-1.12.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-bin-windows-1.12.0.tgz)
+
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-bin-windows-1.12.0.tgz.asc)
+
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newt-bin-windows-1.12.0.tgz.sha512)
- Mynewt Manager tool (newtmgr):
- - Linux 64bit:
[apache-mynewt-newtmgr-bin-linux-1.11.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-bin-linux-1.11.0.tgz)
-
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-bin-linux-1.11.0.tgz.asc)
-
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-bin-linux-1.11.0.tgz.sha512)
- - MacOS 64bit:
[apache-mynewt-newtmgr-bin-osx-1.11.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-bin-osx-1.11.0.tgz)
-
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-bin-osx-1.11.0.tgz.asc)
-
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-bin-osx-1.11.0.tgz.sha512)
- - Windows 64bit:
[apache-mynewt-newtmgr-bin-windows-1.11.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-bin-windows-1.11.0.tgz)
-
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-bin-windows-1.11.0.tgz.asc)
-
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.11.0/apache-mynewt-newtmgr-bin-windows-1.11.0.tgz.sha512)
+ - Linux 64bit:
[apache-mynewt-newtmgr-bin-linux-1.12.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-bin-linux-1.12.0.tgz)
+
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-bin-linux-1.12.0.tgz.asc)
+
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-bin-linux-1.12.0.tgz.sha512)
+ - MacOS 64bit:
[apache-mynewt-newtmgr-bin-osx-1.12.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-bin-osx-1.12.0.tgz)
+
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-bin-osx-1.12.0.tgz.asc)
+
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-bin-osx-1.12.0.tgz.sha512)
+ - Windows 64bit:
[apache-mynewt-newtmgr-bin-windows-1.12.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-bin-windows-1.12.0.tgz)
+
[[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-bin-windows-1.12.0.tgz.asc)
+
[[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.12.0/apache-mynewt-newtmgr-bin-windows-1.12.0.tgz.sha512)
### Latest Apache Mynewt NimBLE (Bluetooth Stack) Release
Mynewt's Bluetooth stack is now a separate release with a porting layer that
allows it to be easily ported to another OS!
-* Release Version: Apache NimBLE 1.6.0
-* Release Date: September 7, 2023
-* [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-NimBLE-1.6.0)
+* Release Version: Apache NimBLE 1.7.0
+* Release Date: April 4, 2024
+* [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-NimBLE-1.7.0)
* Source downloads:
- -
[apache-mynewt-nimble-1.6.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-nimble-1.6.0/apache-mynewt-nimble-1.6.0.tgz)
-
[[PGP]](https://www.apache.org/dist/mynewt/apache-nimble-1.6.0/apache-mynewt-nimble-1.6.0.tgz.asc)
-
[[SHA512]](https://www.apache.org/dist/mynewt/apache-nimble-1.6.0/apache-mynewt-nimble-1.6.0.tgz.sha512)
+ -
[apache-mynewt-nimble-1.6.0.tgz](https://www.apache.org/dyn/closer.lua/mynewt/apache-nimble-1.7.0/apache-mynewt-nimble-1.7.0.tgz)
+
[[PGP]](https://www.apache.org/dist/mynewt/apache-nimble-1.7.0/apache-mynewt-nimble-1.7.0.tgz.asc)
+
[[SHA512]](https://www.apache.org/dist/mynewt/apache-nimble-1.7.0/apache-mynewt-nimble-1.7.0.tgz.sha512)
#### Fresh install
@@ -90,6 +90,7 @@ $ newt upgrade
* Apache Mynewt 1.8.0 [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.8.0), [Release
Archive](https://archive.apache.org/dist/mynewt/apache-mynewt-1.8.0)
* Apache Mynewt 1.9.0 [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.9.0), [Release
Archive](https://archive.apache.org/dist/mynewt/apache-mynewt-1.9.0)
* Apache Mynewt 1.10.0 [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.10.0), [Release
Archive](https://archive.apache.org/dist/mynewt/apache-mynewt-1.10.0)
+* Apache Mynewt 1.11.0 [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.11.0), [Release
Archive](https://archive.apache.org/dist/mynewt/apache-mynewt-1.11.0)
#### Apache Mynewt NimBLE (Bluetooth Stack)
@@ -99,6 +100,7 @@ $ newt upgrade
* Apache NimBLE 1.3.0 [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-NimBLE-1.3.0),
[Release Archive](https://archive.apache.org/dist/mynewt/apache-nimble-1.3.0)
* Apache NimBLE 1.4.0 [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-NimBLE-1.4.0),
[Release Archive](https://archive.apache.org/dist/mynewt/apache-nimble-1.4.0)
* Apache NimBLE 1.5.0 [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-NimBLE-1.5.0),
[Release Archive](https://archive.apache.org/dist/mynewt/apache-nimble-1.5.0)
+* Apache NimBLE 1.6.0 [Release
Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-NimBLE-1.6.0),
[Release Archive](https://archive.apache.org/dist/mynewt/apache-nimble-1.6.0)
<br>
<br>
diff --git a/mkdocs.yml b/mkdocs.yml
index 3709fef5ad..100a516479 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -93,6 +93,11 @@ extra:
sha: "mynewt_1_11_0_tag"
nimble_sha: "nimble_1_6_0_tag"
latest: False
+ - label: "1.12.0"
+ dir: "v1_12_0"
+ sha: "mynewt_1_12_0_tag"
+ nimble_sha: "nimble_1_7_0_tag"
+ latest: False
doc_path: "latest"
events: