From owner-dev-commits-src-main@freebsd.org Fri Jul 30 23:09:19 2021 Return-Path: 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 93ED366F726; Fri, 30 Jul 2021 23:09:19 +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 4Gc34b3Sq3z3vHj; Fri, 30 Jul 2021 23:09:19 +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 5EC835C19; Fri, 30 Jul 2021 23:09:19 +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 16UN9J3q044604; Fri, 30 Jul 2021 23:09:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16UN9J8u044603; Fri, 30 Jul 2021 23:09:19 GMT (envelope-from git) Date: Fri, 30 Jul 2021 23:09:19 GMT Message-Id: <202107302309.16UN9J8u044603@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Warner Losh Subject: git: cda1f88da530 - main - RELNOTES: Put the old descripiton back 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: cda1f88da5301a47e53e6aeead739e440233d052 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2021 23:09:19 -0000 The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=cda1f88da5301a47e53e6aeead739e440233d052 commit cda1f88da5301a47e53e6aeead739e440233d052 Author: Warner Losh AuthorDate: 2021-07-30 23:07:52 +0000 Commit: Warner Losh CommitDate: 2021-07-30 23:07:52 +0000 RELNOTES: Put the old descripiton back After looking at the RELNOTES files on the stable branches, restore the old description and update the file to match the format it's supposed to have. Sponsored by: Netflix --- RELNOTES | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/RELNOTES b/RELNOTES index 5f8c75081cc0..d70d58428dff 100644 --- a/RELNOTES +++ b/RELNOTES @@ -5,12 +5,12 @@ users of binary FreeBSD releases. Each entry should describe the change in no more than several sentences and should reference manual pages where an interested user can find more information. Entries should wrap after 80 columns. Each entry should begin with one or more commit IDs on one line, -specified as a comma separated list and/or range. Entries should be separated -by a newline. +specified as a comma separated list and/or range, followed by a colon and a +newline. Entries should be separated by a newline. Changes to this file should not be MFCed. -various +various: One True Awk has been updated to the latest from upstream (20210215). All the FreeBSD patches, but one, have now been either up streamed or discarded. Notable changes include: @@ -24,7 +24,7 @@ various true awk now) interpret them as 0 in line with awk's historic behavior. -ee29e6f31111 +ee29e6f31111: Commit ee29e6f31111 added a new sysctl called vfs.nfsd.srvmaxio that can be used to increase the maximum I/O size for the NFS server to any power of 2 up to 1Mbyte while the nfsd(8) is not running. @@ -34,15 +34,15 @@ ee29e6f31111 kern.ipc.maxsockbuf will need to be increased. A console message will suggest a setting for it. -d575e81fbcfa +d575e81fbcfa: gconcat(8) has added support for appending devices to the device not present at creation time. -76681661be28 +76681661be28: Remove support for asymmetric cryptographic operations from the kernel open cryptographic framework (OCF). -a145cf3f73c7 +a145cf3f73c7: The NFSv4 client now uses the highest minor version of NFSv4 supported by the NFSv4 server by default instead of minor version 0, for NFSv4 mounts.