From d854f18cfabd577c215fec45b9777b36e69c5ce8 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 11 Feb 2025 16:15:21 +0000 Subject: [PATCH] Preparing for r151052o --- build/release/build.sh | 2 +- doc/ReleaseNotes.md | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/build/release/build.sh b/build/release/build.sh index 05f3272285..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=n +RELSUFFIX=o RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index d1c5628d0a..63d01d27d9 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,8 +4,25 @@ # Release Notes for OmniOSce v11 r151052 +## r151052o (2025-02-11) +Weekly release for w/c 10th of February 2025. +> This is a non-reboot update + +### Security Fixes + +* OpenSSL updated to version 3.3.3, addressing: + [CVE-2024-12797](https://www.openssl.org/news/vulnerabilities.html#CVE-2024-12797), + [CVE-2024-13176](https://www.openssl.org/news/vulnerabilities.html#CVE-2024-13176), + [CVE-2024-9143](https://www.openssl.org/news/vulnerabilities.html#CVE-2024-9143). + +* Python updated to version 3.12.9. + +
+ +--- + ## r151052n (2025-02-05) -Weekly release for w/c 03rd of February 2025. +Weekly release for w/c 3rd of February 2025. > This update requires a reboot ### Security Fixes