Skip to content
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="$DISTRO /etc/release and /etc/os-release files"
set_arch 64

# Update the following line with the current release suffix
RELSUFFIX=
RELSUFFIX=d

RELEASE=${RELVER}${RELSUFFIX}
RELDATE="`date +%Y.%m.%d`"
Expand Down
33 changes: 33 additions & 0 deletions doc/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@

# Release Notes for OmniOSce v11 r151056

## r151056d (2025-11-26)
Weekly release for w/c 24th of November 2025.
> This update requires a reboot

### Security Fixes

* Update Intel CPU microcode to 20251111.

* Disable the faulty `RDSEED` instruction on vulnerable Zen5 processors.

### Other Changes

* Under specific circumstances, transactions in the ZFS transaction log could
be replayed out of order following an unexpected system restart, potentially
resulting in data corruption.

* Unloading the `softmac` driver could result in a system panic.

* The `pcieadm` utility can now decode Virtio vendor-specific capabilities.

* Fix for a NFS client regression with macOS 14 server.

* `git` updated to version 2.51.2

* `OpenJDK` packages updated to versions 1.8.472-08, 11.0.29+7, 17.0.17+10 and
21.0.9+10.

* `Python` updated to version 3.13.9.

<br>

---

Stable Release, 3rd of Nov 2025

`uname -a` shows `omnios-r151056-128de81dcd`
Expand Down