Skip to content

Commit 65418de

Browse files
authored
Merge pull request #4070 from citrus-it/_r151054am
Preparing for r151054am (r151054)
2 parents e243536 + 929a558 commit 65418de

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

build/release/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DESC="$DISTRO /etc/release and /etc/os-release files"
2525
set_arch 64
2626

2727
# Update the following line with the current release suffix
28-
RELSUFFIX=ak
28+
RELSUFFIX=am
2929

3030
RELEASE=${RELVER}${RELSUFFIX}
3131
RELDATE="`date +%Y.%m.%d`"

doc/ReleaseNotes.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@
44

55
# Release Notes for OmniOSce v11 r151054
66

7+
## r151054am (2026-01-29)
8+
Weekly release for w/c 26th of January 2026.
9+
> This update requires a reboot
10+
11+
### Security Fixes
12+
13+
* AMD CPU microcode has been updated to version 20251202.
14+
15+
* OpenSSL updated to version 3.5.5
16+
17+
* OpenSSH was failing to generate login audit events.
18+
19+
### Other Changes
20+
21+
* Various Zen5 CPUs now have the RDSEED instruction re-enabled if they are
22+
running sufficiently new microcode.
23+
24+
* AMX-equipped CPUs had excessive stack size requirements in order to
25+
* successfully store floating-point register state. That has been remedied.
26+
27+
* The GNU make utility previously contained a hard-coded compiler version in
28+
its default `CXX` variable.
29+
30+
* A rarely occurring buffer overflow in rsyslog related to JSON encoding has
31+
been fixed.
32+
33+
<br>
34+
35+
---
36+
737
## r151054ak (2026-01-13)
838
Weekly release for w/c 12th of January 2026.
939
> This update requires a reboot

0 commit comments

Comments
 (0)