Skip to content

Commit e759661

Browse files
committed
Preps for 1.7.0-rc2
Update version fields for 1.7.0-rc2 release. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
1 parent cbf9d39 commit e759661

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

+1-1
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/mcu-tools/mcuboot
88

9-
This is mcuboot version 1.7.0-rc1
9+
This is mcuboot version 1.7.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

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55

66
## Version 1.7.0
77

8-
The 1.7.0 release of MCUBoot adds support for Equal slots (direct-xip)
9-
upgrade mode, RAM loading upgrade mode, hardening against hardware level
10-
fault injection and timing attacks and single image mode.
8+
The 1.7.0 release of MCUBoot adds support for the Mbed-OS platform,
9+
Equal slots (direct-xip) upgrade mode, RAM loading upgrade mode,
10+
hardening against hardware level fault injection and timing attacks
11+
and single image mode.
1112
There are bug fixes, and associated imgtool updates as well.
1213

1314
### About this release
1415

16+
- Initial support for the Mbed-OS platform.
1517
- Added possibility to enter deep sleep mode after mcuboot app execution
1618
for cypress platform.
1719
- Added hardening against hardware level fault injection and timing attacks.

repository.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repo.versions:
3030
"1.4.0": "v1.4.0"
3131
"1.5.0": "v1.5.0"
3232
"1.6.0": "v1.6.0"
33-
"1.7.0": "v1.7.0-rc1"
33+
"1.7.0": "v1.7.0-rc2"
3434

3535
"0-dev": "0.0.0" # master
3636
"0-latest": "1.6.0" # latest stable release

scripts/imgtool/__init__.py

+1-1
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.7.0rc1"
15+
imgtool_version = "1.7.0rc2"

0 commit comments

Comments
 (0)