From owner-svn-src-all@freebsd.org Fri May 19 20:16:16 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B790D744FA; Fri, 19 May 2017 20:16:16 +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 mx1.freebsd.org (Postfix) with ESMTPS id C6F081D60; Fri, 19 May 2017 20:16:15 +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 v4JKGE17003780; Fri, 19 May 2017 20:16:14 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4JKGEjc003779; Fri, 19 May 2017 20:16:14 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201705192016.v4JKGEjc003779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 19 May 2017 20:16:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r318557 - stable/11/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2017 20:16:16 -0000 Author: gjb Date: Fri May 19 20:16:14 2017 New Revision: 318557 URL: https://svnweb.freebsd.org/changeset/base/318557 Log: Document r305476, OpenSSH blacklistd(8) support. Wording fixes. Expand what GARP means. Submitted by: lidl Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Fri May 19 20:11:35 2017 (r318556) +++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Fri May 19 20:16:14 2017 (r318557) @@ -159,8 +159,8 @@ Userland Configuration Changes - The &man.inetd.8; utility can now be - built without libwrap support when + The &man.inetd.8; utility is now built + without libwrap support when WITHOUT_TCP_WRAPPERS is set in &man.src.conf.5;. @@ -179,6 +179,10 @@ Userland Application Changes + Support for &man.blacklistd.8; has been added + to OpenSSH. + The &man.cron.8; utility has been updated to add support for including files within Support for GARP - retransmit has been added. A new &man.sysctl.8;, + (gratuitous ARP) retransmit has been added. + A new &man.sysctl.8;, net.link.ether.inet.garp_rexmit_count, has been added, which sets the maximum number of retransmissions when set to a non-zero value.