Skip to content

Commit 5b41d79

Browse files
committed
Preparing for r151046co
1 parent efe689a commit 5b41d79

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

build/release/build.sh

+1-1
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=cm
28+
RELSUFFIX=co
2929

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

doc/ReleaseNotes.md

+25
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44

55
# Release Notes for OmniOSce v11 r151046
66

7+
## r151046co (2025-02-05)
8+
Weekly release for w/c 03rd of February 2025.
9+
> This update requires a reboot
10+
11+
### Security Fixes
12+
13+
* OpenJDK packages updated to versions 1.8.442-06, 11.0.26+4, 17.0.14+17 and
14+
21.0.6+7.
15+
16+
* Fix for P == Q corner case in ECC; see
17+
[illumos 17137](https://www.illumos.org/issues/17137).
18+
19+
* Curl updated to 8.12.0, addressing
20+
[CVE-2025-0167](https://curl.se/docs/CVE-2025-0167.html),
21+
[CVE-2025-0665](https://curl.se/docs/CVE-2025-0665.html),
22+
[CVE-2025-0725](https://curl.se/docs/CVE-2025-0725.html).
23+
24+
### Other Changes
25+
26+
* ESX offline disk resize previously prevented growing zpool.
27+
28+
<br>
29+
30+
---
31+
732
## r151046cm (2025-01-23)
833
Weekly release for w/c 20th of January 2025.
934
> This is a non-reboot update

0 commit comments

Comments
 (0)