Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing for r151046ag (r151046) #3423

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/release/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`"
Expand Down
25 changes: 25 additions & 0 deletions doc/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<br>

---

## r151046ac (2023-11-15)
Weekly release for w/c 13th of November 2023.
> This update requires a reboot
Expand Down
Loading