Skip to content

Commit 1c2f52f

Browse files
authored
Merge pull request #3467 from citrus-it/_r151048m
Preparing for r151048m (r151048)
2 parents 15f6045 + 5ea5249 commit 1c2f52f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

build/release/build.sh

+1-1
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=i
28+
RELSUFFIX=m
2929

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

doc/ReleaseNotes.md

+27
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@
44

55
# Release Notes for OmniOS v11 r151048
66

7+
## r151048m (2024-02-02)
8+
Weekly release for w/c 29th of January 2024.
9+
> This is a non-reboot update
10+
11+
### Security Fixes
12+
13+
* `openssl` has been updated to version 3.1.5. Security fixes have been
14+
back-ported to the legacy 1.1 and 1.0 openssl packages.
15+
16+
* `unzip` has been updated with a number of security fixes.
17+
18+
* OpenJDK packages have been updated to 1.8.402-06, 11.0.22+7 and 17.0.10+7.
19+
20+
### Other Changes
21+
22+
* `unzip` now supports newer compression versions by virtue of being linked
23+
to libbz2.
24+
25+
* The virtio-scsi driver is now included in installation media and images to
26+
support installation in virtual environments with virtio-scsi boot disks.
27+
28+
* The `zlib` package has been updated to version 1.3.1.
29+
30+
<br>
31+
32+
---
33+
734
## r151048i (2024-01-08)
835
Weekly release for w/c 1st of January 2024.
936
> This update requires a reboot

0 commit comments

Comments
 (0)