From owner-svn-doc-head@freebsd.org Fri Feb 7 02:02:30 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 41FE3240833; Fri, 7 Feb 2020 02:02:30 +0000 (UTC) (envelope-from linimon@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) server-signature RSA-PSS (4096 bits) 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 48DJTf0t5Lz3ylT; Fri, 7 Feb 2020 02:02:30 +0000 (UTC) (envelope-from linimon@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 1940B2537F; Fri, 7 Feb 2020 02:02:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01722TbL086812; Fri, 7 Feb 2020 02:02:29 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01722TY1086811; Fri, 7 Feb 2020 02:02:29 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <202002070202.01722TY1086811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Feb 2020 02:02:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53877 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Commit-Revision: 53877 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.29 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: Fri, 07 Feb 2020 02:02:30 -0000 Author: linimon Date: Fri Feb 7 02:02:29 2020 New Revision: 53877 URL: https://svnweb.freebsd.org/changeset/doc/53877 Log: Document OSVERSIONs 1300077, 1201510-1201512, 1103507-1103508, 1004503. 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 Thu Feb 6 22:04:15 2020 (r53876) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Feb 7 02:02:29 2020 (r53877) @@ -706,6 +706,22 @@ is spelled &, < is < and > is >. 13.0-CURRENT after pushing vnop implementation into the fileop layer in posix_fallocate. + + + (not changed) + 357396 + February 2, 2020 + 13.0-CURRENT after removal of armv5 architecture + code from the src tree. + + + + 1300077 + 357455 + February 3, 2020 + 13.0-CURRENT after removal of sparc64 architecture + code from the src tree. + @@ -1757,6 +1773,32 @@ is spelled &, < is < and > is >. libunwind, lld, lldb and openmp to 9.0.0 final release r372316. + + + 1201510 + 356679 + January 13, 2020 + 12-STABLE after adding own counter for cancelled + USB transfers. + + + + 1201511 + 357333 + January 31, 2020 + 12-STABLE after adding + /etc/os-release + as a symbolic link to + /var/run/os-release. + + + + 1201512 + 357612 + February 6, 2020 + 12-STABLE after recent LinuxKPI changes. + + @@ -3294,6 +3336,21 @@ is spelled &, < is < and > is >. 11-STABLE after making USB statistics be per-device instead of per bus. + + + 1103507 + 356680 + January 13, 2020 + 11-STABLE after adding own counter for cancelled + USB transfers. + + + + 1103508 + 357613 + February 6, 2020 + 11-STABLE after recent LinuxKPI changes. + @@ -4479,6 +4536,14 @@ is spelled &, < is < and > is >. January 6, 2020 10-STABLE after making USB statistics be per-device instead of per bus. + + + + 1004503 + 356681 + January 13, 2020 + 10-STABLE after adding own counter for cancelled + USB transfers.