Preps for 1.7.0-rc1
Update version fields for 1.7.0-rc1 release.
Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c78d439..43b24be 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,6 +3,38 @@
- Table of Contents
{:toc}
+## Version 1.7.0
+
+The 1.7.0 release of MCUBoot adds support for Equal slots (direct-xip)
+upgrade mode, RAM loading upgrade mode, hardening against hardware level
+fault injection and timing attacks and single image mode.
+There are bug fixes, and associated imgtool updates as well.
+
+### About this release
+
+- Added possibility to enter deep sleep mode after mcuboot app execution
+ for cypress platform.
+- Added hardening against hardware level fault injection and timing attacks.
+- Introduced Abstract crypto primitives to simplify porting.
+- Added RAM-load upgrade mode.
+- Renamed single-image mode to single-slot mode.
+- Allow larger primary slot in swap-move
+- Fixed boostrapping in swap-move mode.
+- Fixed issue causing that interrupted swap-move operation might brick device
+ if the primary image was padded.
+- Abstracting mcuboot crypto functions for cleaner porting
+- Droped flash_area_read_is_empty() porting API.
+- boot/zephyr: Added watchdog feed on nRF devices.
+ See `CONFIG_BOOT_WATCHDOG_FEED` option.
+- boot/zephyr: Added patch for turning off cache for Cortex M7 before
+ chain-loading.
+- boot/zephyr: added option to relocate interrupts to application
+- boot/zephyr: clean ARM core configuration only when selected by user
+- boot/boot_serial: allow nonaligned last image data chunk
+- imgtool: added custom TLV support.
+- imgtool: added possibility to set confirm flag for hex files as well.
+- imgtool: Print image digest during verify.
+
## Version 1.6.0
The 1.6.0 release of MCUboot adds support for the PSOC6 platform,