create a v5.0.0 snapshot #714

Merged
muellerr merged 2 commits from prep_v5.0.0-release into main 2023-06-26 17:55:30 +02:00
Showing only changes of commit 67024ec933 - Show all commits

View File

@ -22,13 +22,6 @@ will consitute of a breaking change warranting a new major release:
# [v5.1.0] to be released
## Changed
- Added `sync` syscall in graceful shutdown handler
- Graceful shutdown is now performed by the reboot watchdog
- There is now a separate file for the total reboot counter. The reboot watchdog has its own local
counters to determine whether a reboot is necessary.
# [v5.0.0] 2023-06-26
v3.3.1 and all following version will now be moved to v5.0.0 with the additional changes listed
@ -40,6 +33,13 @@ compatible to the old firmware can continue.
TLDR: This version is compatible to the old firmware and some changes which only work with the new
firmware have been reverted.
## Changed
- Added `sync` syscall in graceful shutdown handler
- Graceful shutdown is now performed by the reboot watchdog
- There is now a separate file for the total reboot counter. The reboot watchdog has its own local
counters to determine whether a reboot is necessary.
# [v4.0.1] 2023-06-24
## Fixed