From 05394b5dc7031108e5ea5547413f9b9438a116ac Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Sun, 10 Dec 2023 10:30:21 +0000 Subject: [PATCH] Preparing for r151046ag --- build/release/build.sh | 2 +- doc/ReleaseNotes.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/build/release/build.sh b/build/release/build.sh index 29dfa4aa1f..b4de1f636d 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=ac +RELSUFFIX=ag RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 6d5d981b30..88445a5e9c 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,31 @@ # Release Notes for OmniOSce v11 r151046 +## r151046ag (2023-12-10) +Weekly release for w/c 11th of December 2023. +> This update requires a reboot + +### Security Fixes + +* `curl` has been updated to version 8.5.0. + +* The OpenJDK packages have been upgraded to versions 1.8.392-08, 11.0.21+9 + and 17.0.9+9. + +* `perl` has been upgraded to version 5.63.3. + +### Other Changes + +* A race condition in ZFS could cause a very recently written file to appear to + contain holes if inspected with `lseek(SEEK_DATA)`. This is very hard to hit + in practice, although the GNU `cp` command can trigger it and produce empty + target files. The native illumos/OmniOS `cp` does not use lseek in this way + and is unaffected. + +
+ +--- + ## r151046ac (2023-11-15) Weekly release for w/c 13th of November 2023. > This update requires a reboot