git: 8303b8ff0531 - main - UPDATING: Sort by date
- Reply: Andriy Gapon : "Re: git: 8303b8ff0531 - main - UPDATING: Sort by date"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jan 2022 06:35:09 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=8303b8ff0531f995f3986710bbb756da4d4db72c
commit 8303b8ff0531f995f3986710bbb756da4d4db72c
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-01-24 06:34:21 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-01-24 06:34:21 +0000
UPDATING: Sort by date
Sort unbound entry by date.
---
UPDATING | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/UPDATING b/UPDATING
index 3c8b9aa84639..12eecee3f918 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.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".)
+20211230:
+ The macros provided for the manipulation of CPU sets (e.g. CPU_AND)
+ have been modified to take 2 source arguments instead of only 1.
+ Externally maintained sources that use these macros will have to
+ be adapted. The FreeBSD version has been bumped to 1400046 to
+ reflect this change.
+
+20211214:
+ A number of the kernel include files are able to be included by
+ themselves. A test has been added to buildworld to enforce this.
+
20211202:
Unbound support for RFC8375: The special-use domain 'home.arpa' is
by default blocked. To unblock it use a local-zone nodefault
@@ -42,17 +53,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.
-20211230:
- The macros provided for the manipulation of CPU sets (e.g. CPU_AND)
- have been modified to take 2 source arguments instead of only 1.
- Externally maintained sources that use these macros will have to
- be adapted. The FreeBSD version has been bumped to 1400046 to
- reflect this change.
-
-20211214:
- 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