From 507f48b08dec36d180344edf3fa0196ca7c34232 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 25 Jul 2023 10:35:45 +0000 Subject: [PATCH] Preparing for r151046m --- build/release/build.sh | 2 +- doc/ReleaseNotes.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/build/release/build.sh b/build/release/build.sh index 823e0c4d65..fc8cc96dbd 100755 --- a/build/release/build.sh +++ b/build/release/build.sh @@ -25,7 +25,7 @@ DESC="OmniOS /etc/release and /etc/os-release files" set_arch 64 # Update the following line with the current release suffix -RELSUFFIX=l +RELSUFFIX=m RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 9387c76fdf..1b5985cd79 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,24 @@ # Release Notes for OmniOSce v11 r151046 +## r151046m (2023-07-25) +Weekly release for w/c 24th of July 2023. +> This update requires a reboot + +### Changes + +* AMD CPU microcode updated to 20230719, mitigating + [CVE-2023-20593]https://www.amd.com/en/resources/product-security/bulletin/amd-sb-7008.html) + on some Zen2 processors. + +* Intel CPU microcode updated to 20230512, refer to Intel's + [release notes](https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases) + for details. + +
+ +--- + ## r151046l (2023-07-20) Weekly release for w/c 17th of July 2023. > This update requires a reboot