File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ DESC="OmniOS /etc/release and /etc/os-release files"
25
25
set_arch 64
26
26
27
27
# Update the following line with the current release suffix
28
- RELSUFFIX=z
28
+ RELSUFFIX=ac
29
29
30
30
RELEASE=${RELVER}${RELSUFFIX}
31
31
RELDATE=" ` date +%Y.%m.%d` "
Original file line number Diff line number Diff line change 4
4
5
5
# Release Notes for OmniOSce v11 r151046
6
6
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
+
7
27
## r151046z (2023-10-26)
8
28
Weekly release for w/c 23rd of October 2023.
9
29
> This is a non-reboot update
You can’t perform that action at this time.
0 commit comments