From c6e2855acfbbb0dfe133c6bed1f34afc52ad0419 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Wed, 14 Feb 2024 21:12:04 +0000 Subject: [PATCH] Preparing for r151048o --- build/release/build.sh | 2 +- doc/ReleaseNotes.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/build/release/build.sh b/build/release/build.sh index ae318dee1c..68576ceee6 100755 --- a/build/release/build.sh +++ b/build/release/build.sh @@ -25,7 +25,7 @@ DESC="$DISTRO /etc/release and /etc/os-release files" set_arch 64 # Update the following line with the current release suffix -RELSUFFIX=m +RELSUFFIX=o RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index bf3ef0bc0a..5b4f358523 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,32 @@ # Release Notes for OmniOS v11 r151048 +## r151048o (2024-02-15) +Weekly release for w/c 12th of February 2024. +> This update requires a reboot + +### Security Fixes + +* `curl` updated to version 8.6.0 fixing + [CVE-2024-0853](https://curl.se/docs/CVE-2024-0853.html). + +* `libxml2` updated to version 2.11.7, fixing + [CVE-2024-25062](https://www.cve.org/CVERecord?id=CVE-2024-25062). + +### Other Changes + +* The `ena` network driver has received a number of fixes that make it more + stable in recent AWS EC2 instance types. + +* Some improvements to PCI enumeration under BIOS boot as AWS EC2 guest have + been integrated. + +* Timezone data has been updated to version 2024a. + +
+ +--- + ## r151048m (2024-02-02) Weekly release for w/c 29th of January 2024. > This is a non-reboot update