diff --git a/build/release/build.sh b/build/release/build.sh index d00978afc7..9c7fec551b 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=aj +RELSUFFIX=an RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 204309f46b..76981bdea7 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,31 @@ # Release Notes for OmniOSce v11 r151046 +## r151046an (2024-02-01) +Weekly release for w/c 29th of January 2024. +> This is a non-reboot update + +### Security Fixes + +* `openssl` has been updated to version 3.0.13. Security fixes have been + back-ported to the legacy 1.1 and 1.0 openssl packages. + +* `unzip` has been updated with a number of security fixes. + +* OpenJDK packages have been updated to 1.8.402-06, 11.0.22+7 and 17.0.10+7. + +### Other Changes + +* `unzip` now supports newer compression versions by virtue of being linked + to libbz2. + +* The virtio-scsi driver is now included in installation media and images to + support installation in virtual environments with virtio-scsi boot disks. + +
+ +--- + ## r151046aj (2024-01-08) Weekly release for w/c 1st of January 2024. > This update requires a reboot