From owner-svn-doc-all@freebsd.org Thu Sep 24 20:42:19 2020 Return-Path: Delivered-To: svn-doc-all@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 45A6C42797E; Thu, 24 Sep 2020 20:42:19 +0000 (UTC) (envelope-from gjb@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4By6Rb19YNz4CB3; Thu, 24 Sep 2020 20:42:19 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C67C27D49; Thu, 24 Sep 2020 20:42:19 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08OKgIma094439; Thu, 24 Sep 2020 20:42:18 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08OKgI9i094438; Thu, 24 Sep 2020 20:42:18 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <202009242042.08OKgI9i094438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 24 Sep 2020 20:42:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r54526 - head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes X-SVN-Commit-Revision: 54526 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2020 20:42:19 -0000 Author: gjb Date: Thu Sep 24 20:42:18 2020 New Revision: 54526 URL: https://svnweb.freebsd.org/changeset/doc/54526 Log: Release notes documentation: - r363017: read(2) on directories disabled by default. - r355520: new dd(1) operands added. - r360278: OpenSSL 1.1.1g. - r360313: OpenSSH 7.9p1. Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml Thu Sep 24 14:21:27 2020 (r54525) +++ head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml Thu Sep 24 20:42:18 2020 (r54526) @@ -204,7 +204,32 @@ Userland Application Changes -   + The &man.dd.1; utility has been updated + to include new operands: + + + + conv=fsync + + + + conf=fdatasync + + + + oflag=fsync + + + + oflag=sync + + + + iflag=fullblock + + + + See &man.dd.1; for usage details. @@ -243,6 +268,13 @@ The &man.xz.1; utility has been updated to version 5.2.5. + OpenSSL has + been updated to version 1.1.1g. + + OpenSSH has been + updated to version 7.9p1. + The timezone database files have been updated to version 2020a. @@ -316,7 +348,12 @@ General Kernel Changes -   + The &man.read.2; system call has been + changed to disable read() calls on + directories by default. A new &man.sysctl.8; has been added, + security.bsd.allow_read_dir, which when set + to 1 will restore the previous + behavior.