diff --git a/build/release/build.sh b/build/release/build.sh index f6ef090b49..1353b6ca04 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=f +RELSUFFIX=i RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index b881aad404..ccbc7b6695 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,36 @@ # Release Notes for OmniOS v11 r151048 +## r151048i (2024-01-08) +Weekly release for w/c 1st of January 2024. +> This update requires a reboot + +### Security Fixes + +* AMD CPU microcode has been updated to 20231205. + +* OpenSSH has been updated to version 9.6p1, containing mitigations for + [CVE-2023-48795](https://www.cve.org/CVERecord?id=CVE-2023-48795), + [CVE-2023-46445](https://www.cve.org/CVERecord?id=CVE-2023-46445), + [CVE-2023-46446](https://www.cve.org/CVERecord?id=CVE-2023-46446), + collectively known as the [Terrapin attack](https://terrapin-attack.com). + +### Other Changes + +* A problem that could result in + [TCP data being lost](https://www.illumos.org/issues/16060) + during connection shutdown has been resolved. + +* Timezone data has been updated to 2023d. + +* A problem that could result in the unnecessary recompilation of python + objects has been addressed. Updated `python-311` and `cloud-init` packages + have been published. + +
+ +--- + ## r151048f (2023-12-11) Weekly release for w/c 11th of December 2023. > This update requires a reboot