Skip to content

Commit 15a6139

Browse files
authored
Merge pull request #3396 from citrus-it/_r151046ac
Preparing for r151046ac (r151046)
2 parents 4008faf + 529546d commit 15a6139

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-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="OmniOS /etc/release and /etc/os-release files"
2525
set_arch 64
2626

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

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

doc/ReleaseNotes.md

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

55
# Release Notes for OmniOSce v11 r151046
66

7+
## r151046ac (2023-11-15)
8+
Weekly release for w/c 13th of November 2023.
9+
> This update requires a reboot
10+
11+
### Security Fixes
12+
13+
* Intel CPU microcode updated to 20231114, including a security update for
14+
[INTEL-SA-00950](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00950.html).
15+
16+
* AMD CPU microcode updated to 20231019.
17+
18+
### Other Changes
19+
20+
* The `pgrep` utility could print out the wrong process name and arguments when
21+
the `-o` or `-n` option was used in conjunction with `-f` or `-v`.
22+
23+
<br>
24+
25+
---
26+
727
## r151046z (2023-10-26)
828
Weekly release for w/c 23rd of October 2023.
929
> This is a non-reboot update

0 commit comments

Comments
 (0)