From owner-dev-commits-src-main@freebsd.org  Fri Jul  9 05:23:00 2021
Return-Path: <owner-dev-commits-src-main@freebsd.org>
Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD7A06597C4;
 Fri,  9 Jul 2021 05:23:00 +0000 (UTC) (envelope-from git@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4GLhPw5ggKz3DtL;
 Fri,  9 Jul 2021 05:23:00 +0000 (UTC) (envelope-from git@FreeBSD.org)
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:5])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5FEB69CB;
 Fri,  9 Jul 2021 05:23:00 +0000 (UTC) (envelope-from git@FreeBSD.org)
Received: from gitrepo.freebsd.org ([127.0.1.44])
 by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1695N0j0020804;
 Fri, 9 Jul 2021 05:23:00 GMT (envelope-from git@gitrepo.freebsd.org)
Received: (from git@localhost)
 by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1695N0vO020803;
 Fri, 9 Jul 2021 05:23:00 GMT (envelope-from git)
Date: Fri, 9 Jul 2021 05:23:00 GMT
Message-Id: <202107090523.1695N0vO020803@gitrepo.freebsd.org>
To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org,
 dev-commits-src-main@FreeBSD.org
From: Warner Losh <imp@FreeBSD.org>
Subject: git: 3f7b23177f1d - main - UPDATING: Note awk upgraded to upstream
 one-true-awk 20210215.
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: imp
X-Git-Repository: src
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: 3f7b23177f1d68547196958f504c514432478115
Auto-Submitted: auto-generated
X-BeenThere: dev-commits-src-main@freebsd.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: Commit messages for the main branch of the src repository
 <dev-commits-src-main.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/dev-commits-src-main>, 
 <mailto:dev-commits-src-main-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/dev-commits-src-main/>
List-Post: <mailto:dev-commits-src-main@freebsd.org>
List-Help: <mailto:dev-commits-src-main-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main>, 
 <mailto:dev-commits-src-main-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 09 Jul 2021 05:23:00 -0000

The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=3f7b23177f1d68547196958f504c514432478115

commit 3f7b23177f1d68547196958f504c514432478115
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-07-09 05:10:38 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-07-09 05:16:06 +0000

    UPDATING: Note awk upgraded to upstream one-true-awk 20210215.
    
    The updating entry can be used for release notes. I'll merge this to
    stable/12 and stable/13 to make sure it gets into thier release notes.
    
    Relnotes:               yes
    Sponsored by:           Netflix
---
 UPDATING | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/UPDATING b/UPDATING
index d1ebb992c78c..e7453030b24a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -32,6 +32,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
 	modules. They all need to be rebuilt from sources.  I did not
 	bump __FreeBSD_version, since it was bumped recently.
 
+20210707:
+	awk has been updated to the latest one-true-awk version 20120215.
+	This contains a number of minor bug fixes.
+
 20210624:
 	The NFSv4 client now uses the highest minor version of NFSv4
 	supported by the NFSv4 server by default instead of minor version 0,