From 76969fd2ccd8041ca172560b88d8c6cb6caee270 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 10 Dec 2024 15:38:11 +0000 Subject: [PATCH] Preparing for r151052f --- build/release/build.sh | 2 +- doc/ReleaseNotes.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/build/release/build.sh b/build/release/build.sh index faa932c09a..f6ef090b49 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=c +RELSUFFIX=f RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 271a2b143e..d62e998ae1 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,36 @@ # Release Notes for OmniOSce v11 r151052 +## r151052f (2024-12-11) +Weekly release for w/c 9th of December 2024. +> This update requires a reboot + +### Security Fixes + +* AMD CPU microcode updated to version 20241121 + +* Intel CPU microcode updated to version 20241112 + +* Python updated to 3.12.8 + +### Other Changes + +* Curl updated to version 8.11.1 + +* SCCS was not able to check out files and was missing some links in /usr/bin. + This has been remedied. + +* Coinciding with the illumos project's + [shift to using gcc 14 as the new shadow compiler](https://illumos.topicbox.com/groups/developer/T71928f9a75a9072b-Me061567b7ec00c399231018d/heads-up-gcc-14-will-be-the-new-shadow-compiler-wednesday) + this is now included in the `illumos-tools` bundle. + +* An issue with cloning ipkg-based zones due to OpenSSH DSA deprecation has + been resolved - see https://github.com/omniosorg/pkg5/pull/503 + +
+ +--- + ## r151052c (2024-11-20) Weekly release for w/c 18th of November 2024. > This is a non-reboot update