From owner-svn-doc-head@freebsd.org Sun Jul 22 21:41:54 2018 Return-Path: Delivered-To: svn-doc-head@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 532CF102ED5F; Sun, 22 Jul 2018 21:41:54 +0000 (UTC) (envelope-from marius@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 0432586890; Sun, 22 Jul 2018 21:41:54 +0000 (UTC) (envelope-from marius@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 DADEB13930; Sun, 22 Jul 2018 21:41:53 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6MLfrrS002413; Sun, 22 Jul 2018 21:41:53 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6MLfrHM002412; Sun, 22 Jul 2018 21:41:53 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201807222141.w6MLfrHM002412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Sun, 22 Jul 2018 21:41:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52047 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head X-SVN-Commit-Author: marius X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Commit-Revision: 52047 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.27 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: Sun, 22 Jul 2018 21:41:54 -0000 Author: marius (src,ports committer) Date: Sun Jul 22 21:41:53 2018 New Revision: 52047 URL: https://svnweb.freebsd.org/changeset/doc/52047 Log: Improve the documentation of __FreeBSD_version 12000[0-3] 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 Sun Jul 22 21:24:26 2018 (r52046) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Sun Jul 22 21:41:53 2018 (r52047) @@ -687,14 +687,15 @@ is spelled &, < is < and > is >. July 2, 2018 12.0-CURRENT after inlining &man.atomic.9; in modules on amd64 and i386 requiring all modules of consumers to be rebuilt - on these architectures. + for these architectures. 1200071 r335930 July 4, 2018 - 12.0-CURRENT after changing the ABI and API of epoch(9) + 12.0-CURRENT after changing the ABI and API of + epoch(9) (r335924) requiring modules of consumers to be rebuilt. @@ -702,16 +703,17 @@ is spelled &, < is < and > is >. 1200072 r335979 July 5, 2018 - 12.0-CURRENT after changing the ABI and API of struct - xinpcb and friends. + 12.0-CURRENT after changing the ABI and API of + struct xinpcb and friends. 1200073 r336313 July 15, 2018 - 12.0-CURRENT after changing the ABI and API of struct - if_shared_ctx and struct if_softc_ctx requiring modules of + 12.0-CURRENT after changing the ABI and API of + struct if_shared_ctx and + struct if_softc_ctx requiring modules of &man.iflib.9; consumers to be rebuilt.