From owner-svn-doc-all@freebsd.org Fri Nov 1 20:39:04 2019 Return-Path: Delivered-To: svn-doc-all@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 ECA981A261C; Fri, 1 Nov 2019 20:39:04 +0000 (UTC) (envelope-from gjb@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 474YvD5zRDz3DwW; Fri, 1 Nov 2019 20:39:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B07FA189A8; Fri, 1 Nov 2019 20:39:04 +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 xA1Kd4pN095215; Fri, 1 Nov 2019 20:39:04 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA1Kd3mh095202; Fri, 1 Nov 2019 20:39:03 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201911012039.xA1Kd3mh095202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 1 Nov 2019 20:39:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53524 - in head: en_US.ISO8859-1/htdocs en_US.ISO8859-1/htdocs/releases en_US.ISO8859-1/htdocs/releng en_US.ISO8859-1/htdocs/security share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in head: en_US.ISO8859-1/htdocs en_US.ISO8859-1/htdocs/releases en_US.ISO8859-1/htdocs/releng en_US.ISO8859-1/htdocs/security share/xml X-SVN-Commit-Revision: 53524 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.29 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, 01 Nov 2019 20:39:05 -0000 Author: gjb Date: Fri Nov 1 20:39:02 2019 New Revision: 53524 URL: https://svnweb.freebsd.org/changeset/doc/53524 Log: Document 11.2-RELEASE has reached end of life. Use new 'rel*.*' macros to make future similar updates easier to manage. While here, fix a issue in where.xml that is silently causing build failures. Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/en_US.ISO8859-1/htdocs/index.xsl head/en_US.ISO8859-1/htdocs/releases/index.xml head/en_US.ISO8859-1/htdocs/releng/index.xml head/en_US.ISO8859-1/htdocs/security/security.xml head/en_US.ISO8859-1/htdocs/security/unsupported.xml head/en_US.ISO8859-1/htdocs/where.xml head/share/xml/navibar.ent Modified: head/en_US.ISO8859-1/htdocs/index.xsl ============================================================================== --- head/en_US.ISO8859-1/htdocs/index.xsl Fri Nov 1 16:51:47 2019 (r53523) +++ head/en_US.ISO8859-1/htdocs/index.xsl Fri Nov 1 20:39:02 2019 (r53524) @@ -100,11 +100,9 @@

Supported Releases

  • Production: &rel.current;, + href="&u.rel120.announce;">&rel120.current;, &rel1.current;, - &rel2.current;
  • + href="&u.rel113.announce;">&rel113.current;
  • Upcoming: &betarel.current;
  • Modified: head/en_US.ISO8859-1/htdocs/releases/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/index.xml Fri Nov 1 16:51:47 2019 (r53523) +++ head/en_US.ISO8859-1/htdocs/releases/index.xml Fri Nov 1 20:39:02 2019 (r53524) @@ -38,29 +38,30 @@

    Most Recent Releases

    Production Release

    -

    Release &rel.current; (&rel.current.date;) +

    Release &rel120.current; (&rel120.current.date;) - Announcement : - Release Notes : - Installation Instructions : - Hardware Notes : - Readme : - Errata : - Checksums + Announcement : + Release Notes : + Installation Instructions : + Hardware Notes : + Readme : + Errata : + Checksums

    -

    Release &rel1.current; (&rel1.current.date;) +

    Release &rel113.current; (&rel113.current.date;) - Announcement : - Release Notes : - Installation + Announcement : + Release Notes : + Installation Instructions : - Hardware Notes : - Readme : - Errata : - Checksums + Hardware Notes : + Readme : + Errata : + Checksums

    + Legacy Release

    Release &rel2.current; (&rel2.current.date;) @@ -73,6 +74,7 @@ Errata : Checksums

    + ?>

    Future Releases

    @@ -109,6 +111,18 @@ Information page.

      +
    • 11.2 (June, 2018) + + Announcement: + Release Notes: + Installation Instructions: + Hardware Notes: + Readme: + Errata: + Checksums + +
    • +
    • 11.1 (July, 2017) Announcement: Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releng/index.xml Fri Nov 1 16:51:47 2019 (r53523) +++ head/en_US.ISO8859-1/htdocs/releng/index.xml Fri Nov 1 20:39:02 2019 (r53524) @@ -128,7 +128,7 @@ releng/11.2 Frozen &contact.so; - FreeBSD 11.2 supported errata fix branch. + FreeBSD 11.2 errata fix branch (not officially supported). Modified: head/en_US.ISO8859-1/htdocs/security/security.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/security/security.xml Fri Nov 1 16:51:47 2019 (r53523) +++ head/en_US.ISO8859-1/htdocs/security/security.xml Fri Nov 1 20:39:02 2019 (r53524) @@ -211,13 +211,6 @@ September 30, 2021 - releng/11.2 - 11.2-RELEASE - n/a - June 28, 2018 - October 31, 2019 - - releng/11.3 11.3-RELEASE n/a Modified: head/en_US.ISO8859-1/htdocs/security/unsupported.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/security/unsupported.xml Fri Nov 1 16:51:47 2019 (r53523) +++ head/en_US.ISO8859-1/htdocs/security/unsupported.xml Fri Nov 1 20:39:02 2019 (r53524) @@ -277,6 +277,13 @@ July 26, 2017 September 30, 2018 + + releng/11.2 + 11.2-RELEASE + n/a + June 28, 2018 + October 31, 2019 + Modified: head/en_US.ISO8859-1/htdocs/where.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/where.xml Fri Nov 1 16:51:47 2019 (r53523) +++ head/en_US.ISO8859-1/htdocs/where.xml Fri Nov 1 20:39:02 2019 (r53524) @@ -187,6 +187,7 @@
      +

      &os; &rel2.current;-RELEASE

      @@ -242,6 +243,7 @@
      + ?> &beta.desc; &beta.second; @@ -374,6 +376,7 @@ Release Notes
    • ?> +
    •  
    Modified: head/share/xml/navibar.ent ============================================================================== --- head/share/xml/navibar.ent Fri Nov 1 16:51:47 2019 (r53523) +++ head/share/xml/navibar.ent Fri Nov 1 20:39:02 2019 (r53524) @@ -96,11 +96,9 @@
  • Release Information
  • Snapshot Releases