Skip to content

Commit

Permalink
Preparing for r151052f
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Dec 11, 2024
1 parent 459f7b6 commit 76969fd
Show file tree
Hide file tree
Showing 2 changed files with 31 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="$DISTRO /etc/release and /etc/os-release files"
set_arch 64

# Update the following line with the current release suffix
RELSUFFIX=c
RELSUFFIX=f

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

# Release Notes for OmniOSce v11 r151052

## r151052f (2024-12-11)
Weekly release for w/c 9th of December 2024.
> This update requires a reboot
### Security Fixes

* AMD CPU microcode updated to version 20241121

* Intel CPU microcode updated to version 20241112

* Python updated to 3.12.8

### Other Changes

* Curl updated to version 8.11.1

* SCCS was not able to check out files and was missing some links in /usr/bin.
This has been remedied.

* Coinciding with the illumos project's
[shift to using gcc 14 as the new shadow compiler](https://illumos.topicbox.com/groups/developer/T71928f9a75a9072b-Me061567b7ec00c399231018d/heads-up-gcc-14-will-be-the-new-shadow-compiler-wednesday)
this is now included in the `illumos-tools` bundle.

* An issue with cloning ipkg-based zones due to OpenSSH DSA deprecation has
been resolved - see https://github.com/omniosorg/pkg5/pull/503

<br>

---

## r151052c (2024-11-20)
Weekly release for w/c 18th of November 2024.
> This is a non-reboot update
Expand Down

0 comments on commit 76969fd

Please sign in to comment.