Skip to content

Commit

Permalink
Merge pull request #3423 from citrus-it/_r151046ag
Browse files Browse the repository at this point in the history
Preparing for r151046ag (r151046)
  • Loading branch information
citrus-it authored Dec 12, 2023
2 parents 0e87afb + 05394b5 commit 8848ffa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
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

0 comments on commit 8848ffa

Please sign in to comment.