Commit 67f28a03 authored by David Brown's avatar David Brown Committed by David Brown
Browse files

Updates for 2.2.0-rc2 release



Update release notes and the various release version files.

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent 35536633
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
[travis]: https://travis-ci.org/mcu-tools/mcuboot
[license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE

This is MCUboot version 2.2.0-rc1
This is MCUboot version 2.2.0-rc2

MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
common infrastructure for the bootloader and the system flash layout on
+1 −1
Original line number Diff line number Diff line
# MCUboot

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

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

+10 −0
Original line number Diff line number Diff line
@@ -76,6 +76,16 @@
- Fixed issue with watchdog not being fed during flash erase
  operations, which could cause the watchdog to time out on long
  erase operations and prevent firmware updates from being possible.
- Fix issues related to calculating the maximum image size for a given
  configuration.
- Fix an issue with sha hash calculations in a loop.
- Fix an issue with the security counter being updated before an image is
  confirmed.
- Added a contributing guideline.
- Fixed an issue related to referencing the arm-vector table of the
  application, which caused a jump to the incorrect address instead of the
  application reset vector for some Zephyr builds when LTO (link time
  optimization) was enabled.

## Version 2.1.0

+1 −1
Original line number Diff line number Diff line
@@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

imgtool_version = "2.2.0rc1"
imgtool_version = "2.2.0rc2"