From owner-svn-doc-all@freebsd.org Wed Sep 5 16:55:19 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FE31FF6D20; Wed, 5 Sep 2018 16:55:19 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C311B8A446; Wed, 5 Sep 2018 16:55:18 +0000 (UTC) (envelope-from jhb@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 A0A4028855; Wed, 5 Sep 2018 16:55:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w85GtIid040816; Wed, 5 Sep 2018 16:55:18 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w85GtI8t040815; Wed, 5 Sep 2018 16:55:18 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201809051655.w85GtI8t040815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Wed, 5 Sep 2018 16:55:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52200 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head X-SVN-Commit-Author: jhb X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Commit-Revision: 52200 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.27 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: Wed, 05 Sep 2018 16:55:19 -0000 Author: jhb Date: Wed Sep 5 16:55:18 2018 New Revision: 52200 URL: https://svnweb.freebsd.org/changeset/doc/52200 Log: Document FreeBSD versions 1200079 through 1200083. If you did one of these bumps, please review the text to ensure my description is accurate. Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Tue Sep 4 18:03:54 2018 (r52199) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Wed Sep 5 16:55:18 2018 (r52200) @@ -756,6 +756,48 @@ is spelled &, < is < and > is >. 12.0-CURRENT after exec.created hook for jails. + + 1200079 + r338061 + August 19, 2018 + 12.0-CURRENT after converting + arc4random to using the Chacha20 + algorithm and deprecating + arc4random_stir and + arc4random_addrandom. + + + + 1200080 + r338172 + August 22, 2018 + 12.0-CURRENT after removing the drm drivers. + + + + 1200081 + r338182 + August 22, 2018 + 12.0-CURRENT after restoring the userland NVMe API. + + + + 1200082 + r338285 + August 24, 2018 + 12.0-CURRENT after reverting the removal of the drm + drivers. + + + + 1200083 + r338331 + August 26, 2018 + 12.0-CURRENT after removing + arc4random_stir and + arc4random_addrandom. + +