git: 28ff3ab2ab06 - stable/14 - Add UPDATING note about running make delete-old after libc++ 18 upgrade

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Sun, 08 Sep 2024 07:54:21 UTC
The branch stable/14 has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=28ff3ab2ab064224cd1fc0885040c3c47ed5ef4d

commit 28ff3ab2ab064224cd1fc0885040c3c47ed5ef4d
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-09-05 19:55:44 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-09-08 07:48:57 +0000

    Add UPDATING note about running make delete-old after libc++ 18 upgrade
    
    PR:             279692
    MFC after:      3 days
    
    (cherry picked from commit 157802238b5aa7722aff40317fe6d05f5c975d71)
---
 UPDATING | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/UPDATING b/UPDATING
index d6c2a930255a..d9804dce33e1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,13 @@ Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before updating system packages
 and/or ports.
 
+20240419:
+	Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
+	been upgraded to 18.1.6. It is important that you run `make delete-old`
+	as described in the COMMON ITEMS section, otherwise several libc++
+	headers that are obsolete and need to be removed can cause compilation
+	errors in C++ programs.
+
 20240415:
 	MFC e0f3dc82727f: If you have an arm64 system that uses ACPI, you will
 	need to update your loader.efi in the ESP when you update past this