From 529546db9160d30787ec6870bc7fa7d85b86cb2f Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Wed, 15 Nov 2023 11:18:57 +0000 Subject: [PATCH] Preparing for r151046ac --- build/release/build.sh | 2 +- doc/ReleaseNotes.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/build/release/build.sh b/build/release/build.sh index d2bf71c7e0..29dfa4aa1f 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=z +RELSUFFIX=ac RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index c54fd66cd8..6d5d981b30 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,26 @@ # Release Notes for OmniOSce v11 r151046 +## r151046ac (2023-11-15) +Weekly release for w/c 13th of November 2023. +> This update requires a reboot + +### Security Fixes + +* Intel CPU microcode updated to 20231114, including a security update for + [INTEL-SA-00950](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00950.html). + +* AMD CPU microcode updated to 20231019. + +### Other Changes + +* The `pgrep` utility could print out the wrong process name and arguments when + the `-o` or `-n` option was used in conjunction with `-f` or `-v`. + +
+ +--- + ## r151046z (2023-10-26) Weekly release for w/c 23rd of October 2023. > This is a non-reboot update