From patchwork Fri Jul 21 14:58:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 27789 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB346EB64DC for ; Fri, 21 Jul 2023 14:58:20 +0000 (UTC) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by mx.groups.io with SMTP id smtpd.web11.9314.1689951493860134840 for ; Fri, 21 Jul 2023 07:58:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=kuDxCAQI; spf=pass (domain: bootlin.com, ip: 217.70.183.199, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 1CFE8FF80C; Fri, 21 Jul 2023 14:58:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1689951491; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=fX8CHo2RrZwjr93q90hKkQD05m9AyCSaVNJYHfRo0fs=; b=kuDxCAQInpkEOyfCLgKdWEA+PPB+6jiEcYqgqYPaAPFe89EkoqRLFAnl0TuqQenrBsLGmy 5lGN+5vqXrX6ZhvAZusP6XBjKvuMbC6NBAhMRnxklM770DIKVbX0PG6WxZTlQUagNjZcoi 9SZRfVT8a8xQJ3GF6vyqdb1fsPdEP7+qg9y1Usu8Rco0kpZdBXShdrcZcWoCZ/JmNT34/w v5g8I7ZMCEwR4eRh44gRfFuOUMkG6/hJStOBZAmCKdIKgoJ0v3+own0s+oue4Roc695I1P Mz664tsTbPk6CHeEjHL8gZyKCBAc6wCzqOKy+4Uo1cRMKX1eimyERbE+PqcnIw== Message-ID: <79946a4d-ce47-e852-a0ba-240a4bd02eaa@bootlin.com> Date: Fri, 21 Jul 2023 16:58:10 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Cc: YP docs mailing list Content-Language: en-US To: Richard Purdie From: Michael Opdenacker Subject: [master] Pull request Organization: Bootlin X-GND-Sasl: michael.opdenacker@bootlin.com List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 21 Jul 2023 14:58:20 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/4076 Hi Richard, The following changes since commit cbacc8a77aca68c5b25c8cad42bc4c88275cfc09:   ref-manual: classes: devicetree: fix sentence saying the same thing twice (2023-06-23 19:34:37 +0200) are available in the Git repository at:   git://git.yoctoproject.org/yocto-docs master-next for you to fetch changes up to 8b8054977f31e2d6090521a0102f066b6d563733:   ref-manual: document CVE_STATUS and CVE_CHECK_STATUSMAP (2023-07-21 16:51:34 +0200) ---------------------------------------------------------------- Andrej Valek (1):       ref-manual: document CVE_STATUS and CVE_CHECK_STATUSMAP Lee Chee Yang (2):       migration-guides: add release notes for 4.0.11       migration-guides: add release notes for 4.2.2 Michael Opdenacker (2):       ref-manual: releases.svg: updates       ref-manual: LTS releases now supported for 4 years Quentin Schulz (1):       docs: sdk-manual: appendix-obtain: fix literal block content Ulrich Ölmann (3):       ref-manual: classes: kernel-fitimage: fix source of imagetype       ref-manual: classes: kernel-fitimage: fix typos       ref-manual: classes: kernel-fitimage: refine role of INITRAMFS_IMAGE_BUNDLE  documentation/dev-manual/new-recipe.rst                 |   3 +-  documentation/dev-manual/vulnerabilities.rst            |  13 ++-  documentation/migration-guides/release-4.0.rst          |   1 +  documentation/migration-guides/release-4.2.rst          |   1 +  documentation/migration-guides/release-notes-4.0.11.rst | 214 +++++++++++++++++++++++++++++++++++++++++++++++  documentation/migration-guides/release-notes-4.2.2.rst  | 330 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  documentation/ref-manual/classes.rst                    |  24 +++---  documentation/ref-manual/release-process.rst            |  21 +++--  documentation/ref-manual/svg/releases.svg               | 677 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------  documentation/ref-manual/terms.rst                      |   2 +-  documentation/ref-manual/variables.rst                  |  34 ++++++--  documentation/sdk-manual/appendix-obtain.rst            |   7 +-  12 files changed, 1197 insertions(+), 130 deletions(-)  create mode 100644 documentation/migration-guides/release-notes-4.0.11.rst  create mode 100644 documentation/migration-guides/release-notes-4.2.2.rst Thank you in advance Cheers Michael.