git: fdba6c245b - main - Mention bmake update
Simon J. Gerraty <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/doc/commit/?id=fdba6c245b121065b46b51ccd81cf4fea42ced4d commit fdba6c245b121065b46b51ccd81cf4fea42ced4d Author: Simon J. Gerraty <[email protected]> AuthorDate: 2025-11-30 03:15:24 +0000 Commit: Simon J. Gerraty <[email protected]> CommitDate: 2025-11-30 03:15:24 +0000 Mention bmake update --- website/content/en/releases/15.0R/relnotes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index 68cdc76086..8fab4d8ba5 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -498,6 +498,11 @@ One True Awk (man:awk[1]) has been updated to 2nd Edition, with new -csv support The snapshot used is 20250804. gitref:b45a181a74c8[repository=src] +`bmake` has been upgraded to 20250804, providing many debugging +improvements, bug fixes such as detecting and rejecting `gmake` +syntax, and feature improvements such as a floating point argument to +`-j` being used as a multiple of the number of cpus available. + The man:sendmail[8] suite has been upgraded to version 8.18.1, addressing CVE-2023-51765. gitref:58ae50f31e95[repository=src]