The branch main has been updated by cy:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=45b6b37697971a631efbfd0cf6dc8e5510f12a89

commit 45b6b37697971a631efbfd0cf6dc8e5510f12a89
Author:     Cy Schubert <c...@freebsd.org>
AuthorDate: 2022-01-24 06:39:10 +0000
Commit:     Cy Schubert <c...@freebsd.org>
CommitDate: 2022-01-24 06:39:10 +0000

    UPDATING: Sort by date
    
    I still didn't sort it right.
    
    Pointy hat to:  cy
---
 UPDATING | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/UPDATING b/UPDATING
index 12eecee3f918..bfe54a46be97 100644
--- a/UPDATING
+++ b/UPDATING
@@ -38,6 +38,19 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
        A number of the kernel include files are able to be included by
        themselves.  A test has been added to buildworld to enforce this.
 
+20211209:
+       Remove mips as a recognized target. This starts the decommissioning of
+       mips support in FreeBSD. mips related items will be removed wholesale in
+       the coming days and weeks.
+
+       This broke the NO_CLEAN build for some people. Either do a clean build
+       or touch
+               lib/clang/include/llvm/Config/Targets.def
+               lib/clang/include/llvm/Config/AsmParsers.def
+               lib/clang/include/llvm/Config/Disassemblers.def
+               lib/clang/include/llvm/Config/AsmPrinters.def
+       before the build to force everything to rebuild that needs to.
+
 20211202:
        Unbound support for RFC8375: The special-use domain 'home.arpa' is
        by default blocked. To unblock it use a local-zone nodefault
@@ -53,19 +66,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
        belongs.  Consequently, users may experience surprising results with
        such names when roaming to different homenets.
 
-20211209:
-       Remove mips as a recognized target. This starts the decommissioning of
-       mips support in FreeBSD. mips related items will be removed wholesale in
-       the coming days and weeks.
-
-       This broke the NO_CLEAN build for some people. Either do a clean build
-       or touch
-               lib/clang/include/llvm/Config/Targets.def
-               lib/clang/include/llvm/Config/AsmParsers.def
-               lib/clang/include/llvm/Config/Disassemblers.def
-               lib/clang/include/llvm/Config/AsmPrinters.def
-       before the build to force everything to rebuild that needs to.
-
 20211110:
        Commit b8d60729deef changed the TCP congestion control framework so
        that any of the included congestion control modules could be

Reply via email to