git: 69af14a57c9e - main - jemalloc: Note update in UPDATING and RELNOTES

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 15 Aug 2025 21:58:32 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=69af14a57c9ea201904e9ef0e7521af5ae0e06ef

commit 69af14a57c9ea201904e9ef0e7521af5ae0e06ef
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-08-15 21:57:59 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-08-15 21:57:59 +0000

    jemalloc: Note update in UPDATING and RELNOTES
    
    Sponsored by:           Netflix
---
 RELNOTES | 4 ++++
 UPDATING | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 040c33b7b89c..6e962d2df910 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,10 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+c43cad871720:
+	jemalloc 5.3.0 has landed. See contrib/jemalloc/ChangeLog
+	for the long list of changes.
+
 cce64f2e6851:
 	Add support for the NFSv4.2 Clone operation, which uses
 	block cloning to "copy on write" files on an NFS server.
diff --git a/UPDATING b/UPDATING
index 587ad2f93cf2..43d9835e2af5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
 	world, or to merely disable the most expensive debugging functionality
 	at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20250815:
+	jemalloc 5.3.0 has been committed to the tree.
+
 20250815:
 	The removal of Secure RPC DES authentication notced in 20250810
 	has been reverted.  (However, it is still non-functional.)