8000 Preps for 1.6.0-rc2 release · mcu-tools/mcuboot@82c5f7c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 82c5f7c

Browse files
committed
Preps for 1.6.0-rc2 release
Update various version fields. Also include a note in the release notes describing Zephyr compatibility. Signed-off-by: David Brown <david.brown@linaro.org>
1 parent 9a5b951 commit 82c5f7c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
< 10000 tr class="diff-line-row">
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[coverity]: https://scan.coverity.com/projects/mcuboot
77
[travis]: https://travis-ci.org/JuulLabs-OSS/mcuboot
88

9-
This is mcuboot version 1.6.0-rc1
9+
This is mcuboot version 1.6.0-rc2
1010

1111
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
1212
define a common infrastructure for the bootloader, system flash layout on

docs/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ updates as well.
3232
2.9.10 has an infinite loop in a certain end-of-file situation." Fix
3333
by updating a dependency in documentation generation.
3434

35+
### Zephyr-RTOS Compatibility
36+
37+
This release of MCUboot works the Zephyr "master" at the time of the
38+
release. It was tested as of has aff616de20. When Zephyr v2.3.0 is
39+
release, there will be a possible 1.6.1 or similar release of Zephyr
40+
if needed to address any issues. There also may be branch releases of
41+
MCUboot specifically for the current version of Zephyr, e.g.
42+
v1.6.0-zephyr-2.2.1.
43+
3544
## Version 1.5.0
3645

3746
The 1.5.0 release of MCUboot adds support for encrypted images using

repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repo.versions:
2929
"1.3.1": "v1.3.1"
3030
"1.4.0": "v1.4.0"
3131
"1.5.0": "v1.5.0"
32-
"1.6.0": "v1.6.0-rc1"
32+
"1.6.0": "v1.6.0-rc2"
3333

3434
"0-dev": "0.0.0" # master
3535
"0-latest": "1.5.0" # latest stable release

scripts/imgtool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
imgtool_version = "1.6.0rc1"
15+
imgtool_version = "1.6.0rc2"

0 commit comments

Comments
 (0)
0