diff --git a/build/release/build.sh b/build/release/build.sh index 9c7fec551b..a0246bebfc 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=an +RELSUFFIX=ap RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 76981bdea7..1d18f8203a 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,32 @@ # Release Notes for OmniOSce v11 r151046 +## r151046ap (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. + +
+ +--- + ## r151046an (2024-02-01) Weekly release for w/c 29th of January 2024. > This is a non-reboot update