From owner-svn-doc-all@freebsd.org Fri Aug 9 20:24:01 2019 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 CD044A928A; Fri, 9 Aug 2019 20:24:01 +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) server-signature RSA-PSS (4096 bits) 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 464xXd56GQz414H; Fri, 9 Aug 2019 20:24:01 +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 9250A1B147; Fri, 9 Aug 2019 20:24:01 +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 x79KO1r4039391; Fri, 9 Aug 2019 20:24:01 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x79KO1tM039390; Fri, 9 Aug 2019 20:24:01 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201908092024.x79KO1tM039390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 9 Aug 2019 20:24:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53303 - head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes X-SVN-Commit-Revision: 53303 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.29 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: Fri, 09 Aug 2019 20:24:01 -0000 Author: gjb Date: Fri Aug 9 20:24:01 2019 New Revision: 53303 URL: https://svnweb.freebsd.org/changeset/doc/53303 Log: Release notes documentation: - r346331: libomp addition. - r347110: net.inet.tcp.rexmit_initial sysctl addition. - r349930: swapon(8) support to trim swap devices. - r343735: pci_vendors version 2019.02.29. - r350297: lld enabled as system linker on i386. While here, move an entry mis-sorted by revision number. Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml Wed Aug 7 23:43:10 2019 (r53302) +++ head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml Fri Aug 9 20:24:01 2019 (r53303) @@ -469,11 +469,6 @@ updated to include the -l flag which enables "live" mode when specified. - The &man.mlx5tool.8; utility has been - updated to implement firmware update capability for - ConnectX-4®, ConnectX-5®, and ConnectX-6®. - The &man.gzip.1; utility has been updated to add -l support for &man.xz.1; files. @@ -487,8 +482,19 @@ when set, changes the exit status of a pipeline to the last non-zero exit status of any command in the pipeline. + The &man.mlx5tool.8; utility has been + updated to implement firmware update capability for + ConnectX-4®, ConnectX-5®, and ConnectX-6®. + The &man.posixshmcontrol.1; utility has been added. + + The &man.swapon.8; utility has been + updated to invoke BIO_DELETE to trim + swap devices if either the -E flag is used + on the command line, or if the trimonce + option is included in &man.fstab.5;. @@ -534,6 +540,10 @@ libc++ have been updated to version 8.0.1. + The + lld linker has been enabled by + default for &arch.i386;. + The bzip2recover utility has been added. @@ -566,7 +576,8 @@ Runtime Libraries and API -   + The libomp library + has been added. @@ -583,6 +594,13 @@ tuning, and system control parameters that are not otherwise categorized. + + General Kernel Changes + + The pci_vendors + list has been updated to version 2019.01.29. + + Kernel Bug Fixes @@ -712,6 +730,13 @@ sponsor="&yandex;">Support for NAT64 CLAT has been added, as defined in RFC6877. + + The + net.inet.tcp.rexmit_initial &man.sysctl.8; + has been added, used for setting + RTO.Initial, used by + TCP. Support for GRE-in-UDP encapsulation