From 45b6b37697971a631efbfd0cf6dc8e5510f12a89 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 23 Jan 2022 22:39:10 -0800 Subject: [PATCH] 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