diff --git a/History.txt b/History.txt index 2e8ef7e8b..544b0bf68 100644 --- a/History.txt +++ b/History.txt @@ -1,7 +1,11 @@ -Changes between FreeRTOS V10.4.6 and FreeRTOS V10.5.0 released September 16 2022 - Documentation and download available at https://www.FreeRTOS.org/ +Changes between FreeRTOS V10.5.0 and FreeRTOS V10.5.1 released November 16 2022 + + + Updating the version in the manifest.yml file to be accurate. + +Changes between FreeRTOS V10.4.6 and FreeRTOS V10.5.0 released September 16 2022 + + ARMv7-M and ARMv8-M MPU ports: It was possible for a third party that already independently gained the ability to execute injected code to read from or write to arbitrary addresses by passing a negative argument diff --git a/manifest.yml b/manifest.yml index 85b552213..211e3c2ae 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,4 +1,4 @@ name : "FreeRTOS-Kernel" -version: "v10.4.6" +version: "v10.5.1" description: "FreeRTOS Kernel." license: "MIT"