From owner-svn-doc-all@freebsd.org Fri Sep 15 02:20:07 2017 Return-Path: Delivered-To: svn-doc-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 9E398E1D526; Fri, 15 Sep 2017 02:20:07 +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 mx1.freebsd.org (Postfix) with ESMTPS id 7AE5173782; Fri, 15 Sep 2017 02:20:07 +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 v8F2K6EK039556; Fri, 15 Sep 2017 02:20:06 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8F2K6HS039555; Fri, 15 Sep 2017 02:20:06 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201709150220.v8F2K6HS039555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Fri, 15 Sep 2017 02:20:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50842 - 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: 50842 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.23 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, 15 Sep 2017 02:20:07 -0000 Author: marius (src,ports committer) Date: Fri Sep 15 02:20:06 2017 New Revision: 50842 URL: https://svnweb.freebsd.org/changeset/doc/50842 Log: - Document __FreeBSD_version 1003516, 1004000, 1004500, 1101502 and 1101503. - Change the documention for the 1003514 and 1100513 __FreeBSD_version bumps to the actual resaon. 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 Fri Sep 15 01:01:16 2017 (r50841) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Sep 15 02:20:06 2017 (r50842) @@ -1620,10 +1620,9 @@ 1100513 318197 May 11, 2017 - 11.0-STABLE after multiple MFC of - mmc, - mmcsd, and - sdhci changes. + 11-STABLE after merging the addition of the + <dev/mmc/mmc_ioctl.h> + header. @@ -1656,9 +1655,25 @@ 1101501 320666 July 5, 2017 - 11-STABLE after the MAP_GUARD - mmap(2) flag was added. + 11-STABLE after merging the MAP_GUARD + mmap(2) flag addition. + + + 1101502 + r321688 + July 29, 2017 + 11-STABLE after merging the NFS client forced dismount + support umount -N addition. + + + + 1101503 + r323431 + September 11, 2017 + 11-STABLE after merging changes making the WRFSBASE + instruction operational on amd64. + @@ -2790,8 +2805,9 @@ 1003514 318198 May 11, 2017 - 10-STABLE after multiple mmc - and ACPI changes. + 10-STABLE after merging the addition of the + <dev/mmc/mmc_ioctl.h> + header. @@ -2800,6 +2816,30 @@ July 19, 2017 10-STABLE after adding C++14 sized deallocation functions to libc++. + + + + 1003516 + 321717 + July 30, 2017 + 10-STABLE after merging the MAP_GUARD + mmap(2) flag addition. + + + + 1004000 + 323604 + September 15, 2017 + releng/10.4 branched from + 10-STABLE. + + + + 1004500 + 323605 + September 15, 2017 + 10-STABLE after releng/10.4 + branched from 10-STABLE.