From 854eeef73676ee90f4a9301135568f6427c97061 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 22 Oct 2024 12:54:29 +0000 Subject: [PATCH] Preparing for r151050y --- build/release/build.sh | 2 +- doc/ReleaseNotes.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/build/release/build.sh b/build/release/build.sh index 3f945d389..4dca4cd4b 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=v +RELSUFFIX=y RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index e52d7c996..6fcfd1c9e 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,20 @@ # Release Notes for OmniOSce v11 r151050 +## r151050y (2024-10-22) +Weekly release for w/c 21st of October 2024. +> This is a non-reboot update + +### Changes + +* The `gcc10` compiler has been updated to understand that various illumos + kernel functions that take format strings can now understand the `%j` and + `%z` length modifiers. + +
+ +--- + ## r151050v (2024-09-30) Weekly release for w/c 30th of September 2024. > This update requires a reboot