|
3 | 3 | - Table of Contents |
4 | 4 | {:toc} |
5 | 5 |
|
| 6 | +## Version 1.10.0 |
| 7 | + |
| 8 | +The 1.10.0 release of MCUboot contains... |
| 9 | + |
| 10 | +### About this release |
| 11 | + |
| 12 | +- Various fixes to boot serial. |
| 13 | +- Various fixes to the mbed target. |
| 14 | +- Various fixes to the Espressif native target. |
| 15 | +- Various fixes to the Zephyr target. |
| 16 | +- Workflow improvements with Zephyr CI. |
| 17 | +- Add multi image support to the espressif esp32 target. |
| 18 | +- Improvements and corrections to the simulator. |
| 19 | +- Improve imgtool, including adding 3rd party signing support. |
| 20 | +- Various fixes to the mynewt target. |
| 21 | +- Various fixes to the nuttx target. |
| 22 | +- Dates to dependencies for doc generation. |
| 23 | +- Add downgrade prevention for modes using swap. |
| 24 | +- Various general fixes to the boot code. |
| 25 | +- Prefer swap move on zephyr if the scratch partition is not enabled. |
| 26 | +- Upgrade fault-injection hardening, improving cases injections are detected. |
| 27 | +- Add a new flash api `flash_area_get_sector`, along with support for each |
| 28 | + target, that replaces `flash_area_sector_from_off`. This is a step in cleaning |
| 29 | + up the flash API used by MCUboot. |
| 30 | + |
| 31 | +### Security fixes |
| 32 | + |
| 33 | +There are no security vulnerabilities reported on the MCUboot code for this |
| 34 | +release. There have been several updates to the dependencies in the Ruby code |
| 35 | +used to generate the documentation. This should only affect users that generate |
| 36 | +their own documentation. |
| 37 | + |
6 | 38 | ## Version 1.9.0 |
7 | 39 |
|
8 | 40 | The 1.9.0 release of MCUboot contains various bug fixes, improves |
|
0 commit comments