From owner-svn-doc-head@freebsd.org Tue Oct 27 15:46:50 2020 Return-Path: Delivered-To: svn-doc-head@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 96E61451F45; Tue, 27 Oct 2020 15:46:50 +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 4CLGKQ3Wnwz3WKH; Tue, 27 Oct 2020 15:46:50 +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 5C0B9DB3F; Tue, 27 Oct 2020 15:46:50 +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 09RFkotS042739; Tue, 27 Oct 2020 15:46:50 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09RFko0c042738; Tue, 27 Oct 2020 15:46:50 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <202010271546.09RFko0c042738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 27 Oct 2020 15:46:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r54636 - in head/en_US.ISO8859-1/htdocs/releases/12.2R: relnotes share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in head/en_US.ISO8859-1/htdocs/releases/12.2R: relnotes share/xml X-SVN-Commit-Revision: 54636 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2020 15:46:50 -0000 Author: gjb Date: Tue Oct 27 15:46:49 2020 New Revision: 54636 URL: https://svnweb.freebsd.org/changeset/doc/54636 Log: Release notes documentation: - r327082: certctl(8) utility added. - r352741: mps(4) removed from 32-bit powerpc GENERIC kernel. - r354060: create tap(4)/tun(4) /dev devices when renamed. - r357078: showmount(8) long options support. - r357568: fsck_msdosfs(8) several updates. - r358803: ctau(4) and cx(4) deprecated in 13.x. - r358970: cxgbe(4) 1.24.12.0. - r359694: RFC6598 support in ipfw(4). - r359697: allow ng_nat(4) to attach to ethernet interface. - r359739: syslogd(8) property-based filters. - r361044: ubsec(4) deprecated in 13.x. - r362687: sed(1) '-f -' reads commands from stdin(4). - r363037: libifconfig bridge(4) status reporting. - r363441: hostapd(8) and wpa_supplicant(8) 802.11 enhancements. - r363712: ixl(4) enabled for powerpc64. - r363876: ixl(4) 1.11.29. - r364002: machdep.kdb_on_nmi is gone; machdep.panic_on_nmi changed. - r364003: APEI support. - r364115: sesutil(8) 'show' subcommand. - r364334: bhyve(8) support for additional AHCI parameters. - r364334: showmount(8) group list fix. - r364431: apm(4) deprecated in 13.x. - r364431: ufm(4) deprecated in 13.x. - r364883: linux_mounts_enable rc.conf(5) variable. - r365381: ena(4) 2.2.0. - r365540: devd(8) event notification type change for resume. - r365670: 801.11n and 802.11ac updates. - r365702: virtio_blk(4) TRIM support. - misc: - linux jails Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml head/en_US.ISO8859-1/htdocs/releases/12.2R/share/xml/sponsor.ent 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 Mon Oct 26 19:48:25 2020 (r54635) +++ head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml Tue Oct 27 15:46:49 2020 (r54636) @@ -509,15 +509,56 @@ Userland Configuration Changes -   + A new + &man.rc.conf.5; variable has been added, + linux_mounts_enable, which controls if + &linux;-specific filesystems are mounted in + /compat/linux if + linux_enable is set to + YES. + + The &man.devd.8; utility has been + updated to change the default &man.syslogd.8; notification for + resume from kern to + kernel. Userland Application Changes + The &man.cron.8; utility has been + updated to support two new flags in &man.crontab.5;, + -n and -q, which + suppress mail on successful runs and suppress logging of + command execution, respectively. + The &man.dd.1; utility has been updated to include new operands: + The &man.fsck.msdosfs.8; utility has + been updated to include a variety of enhancements, including + reducing the memory footprint, a new flag, + -M, which disables the use of &man.mmap.2;, + and others. + + The &man.showmount.8; utility has been + updated to implement support for long options. + + The &man.certctl.8; utility has been + added. + + The &man.syslogd.8; utility has been + updated to add property-based filters. + + The &man.mountd.8; utility has been + updated to fix incorrect group listing under certain + conditions when -maproot or + -mapall is used for exports. + + The &man.sed.1; utility has been updated + to read commands from &man.stdin.4; when -f + - is specified. + conv=fsync @@ -541,6 +582,21 @@ See &man.dd.1; for usage details. + + The &man.hostapd.8; and + &man.wpa.supplicant.8; utilities have been updated to support + 802.11n, 802.11w, 802.11ac, and 802.11ax. + + The &man.sesutil.8; utility has been + updated to include a show subcommand + to print output in a user-friendly way. + + The &man.bhyve.8; utility has been + updated to support setting additional + AHCI controller parameters. + + The &man.jail.8; utility has been updated to allow + running &linux; in a jailed environment. @@ -645,7 +701,9 @@ Runtime Libraries and API -   + The ifconfig library + has been updated to report the status of a &man.bridge.4; + interface, similarly to &man.lagg.4;. @@ -665,6 +723,19 @@ security.bsd.allow_read_dir, which when set to 1 will restore the previous behavior. + + The &man.ixl.4; driver has now been + enabled by default for &os;/&arch.powerpc64;. + + The + machdep.kdb_on_nmi &man.sysctl.8; has been + removed. The machdep.panic_on_nmi + &man.sysctl.8; tunable has changed to directly enter the + debugger. + + Support + for APEI (ACPI Platform + Error Interfaces) has been added. @@ -677,7 +748,18 @@ Device Drivers -   + The &man.ubsec.4; driver has been marked + as deprecated, and will be removed in &os; 13.0. + + The &man.ufm.4; driver has been marked + as deprecated, and will be removed in &os; 13.0. + + The &man.apm.4; driver has been marked + as deprecated, and will be removed in &os; 13.0. + + The + &man.ctau.4; and &man.cx.4; drivers have been marked as + deprecated, and will be removed in &os; 13.0. @@ -690,7 +772,13 @@ General Storage -   + The &man.mps.4; driver has been removed + from the 32-bit GENERIC kernel + configuration. + + The &man.virtio.blk.4; driver has been + updated to support TRIM. @@ -716,7 +804,33 @@ General Network -   + The &man.tap.4; and &man.tun.4; devices + have been updated to create /dev aliases when they are + renamed. + + The &man.cxgbe.4; driver has been updated + to version 1.24.12.0. + + The &man.ipfw.4; driver has been updated + to support RFC6598/Carrier Grade NAT subnets. + + The &man.ng.nat.4; driver has been + updated to allow attaching to an ethernet interface. + + The &man.ixl.4; driver has been updated + to version 1.11.29. + + The &man.ena.4; driver has been updated to + version 2.2.0. + + Updates to the wireless networking stack + and various drivers have been introduced to provide better + 802.11n and 802.11ac support. Modified: head/en_US.ISO8859-1/htdocs/releases/12.2R/share/xml/sponsor.ent ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.2R/share/xml/sponsor.ent Mon Oct 26 19:48:25 2020 (r54635) +++ head/en_US.ISO8859-1/htdocs/releases/12.2R/share/xml/sponsor.ent Tue Oct 27 15:46:49 2020 (r54636) @@ -10,6 +10,7 @@ +