Skip to content

Commit 67f28a0

Browse files
committed
Updates for 2.2.0-rc2 release
Update release notes and the various release version files. Signed-off-by: David Brown <[email protected]>
1 parent 3553663 commit 67f28a0

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[travis]: https://travis-ci.org/mcu-tools/mcuboot
1919
[license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE
2020

21-
This is MCUboot version 2.2.0-rc1
21+
This is MCUboot version 2.2.0-rc2
2222

2323
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
2424
common infrastructure for the bootloader and the system flash layout on

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MCUboot
22

33
MCUboot is a secure bootloader for 32-bits microcontrollers. This document is
4-
for release v2.2.0-rc1.
4+
for release v2.2.0-rc2.
55

66
Please see [Contributing](contributing.md) on how you can contribute to MCUboot.
77

docs/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@
7676
- Fixed issue with watchdog not being fed during flash erase
7777
operations, which could cause the watchdog to time out on long
7878
erase operations and prevent firmware updates from being possible.
79+
- Fix issues related to calculating the maximum image size for a given
80+
configuration.
81+
- Fix an issue with sha hash calculations in a loop.
82+
- Fix an issue with the security counter being updated before an image is
83+
confirmed.
84+
- Added a contributing guideline.
85+
- Fixed an issue related to referencing the arm-vector table of the
86+
application, which caused a jump to the incorrect address instead of the
87+
application reset vector for some Zephyr builds when LTO (link time
88+
optimization) was enabled.
7989

8090
## Version 2.1.0
8191

scripts/imgtool/__init__.py

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

17-
imgtool_version = "2.2.0rc1"
17+
imgtool_version = "2.2.0rc2"

0 commit comments

Comments
 (0)