Re: git: 8303b8ff0531 - main - UPDATING: Sort by date

From: Andriy Gapon <avg_at_FreeBSD.org>
Date: Mon, 24 Jan 2022 06:46:47 UTC
On 24/01/2022 08:35, Cy Schubert wrote:
> 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.

I don't know the "official" rules for this file, but I always expected the 
latest additions to appear at the top of the file.
I guess that that can mean either of two things:
- new entries are dated by the date of their addition, not by some other date 
(like when the relevant code change happened)
- the entries do not have to be sorted by date

But maybe I always had incorrect expectations :-)

> ---
>   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


-- 
Andriy Gapon