mbox series

[walnascar] Pull request

Message ID DEVBB0EOB3KY.O2SXKMCXP0PZ@bootlin.com
State New
Headers show
Series [walnascar] Pull request | expand

Pull-request

git@push.yoctoproject.org:yocto-docs walnascar-next

Message

Antonin Godard Dec. 11, 2025, 10:23 a.m. UTC
The following changes since commit 5ca6617dcceb5f5496ac9ee5d00ee9f7d3a2d5a2:

  migration-guides: add release notes for 4.0.31 (2025-11-14 18:10:02 +0100)

are available in the Git repository at:

  git@push.yoctoproject.org:yocto-docs walnascar-next

for you to fetch changes up to 1be4c164a9c43070e4243d34a61d31d238cf0407:

  Add a new "Security" section (2025-12-11 10:52:23 +0100)

----------------------------------------------------------------
Antonin Godard (9):
      ref-manual/variables.rst: NVD_DB_VERSION: fix default value
      dev-manual/temporary-source-code.rst: fix definition of WORKDIR
      overview-manual/yp-intro.rst: change removed ECOSYSTEM to ABOUT
      overview-manual/yp-intro.rst: link to YP members and participants
      ref-manual/svg/releases.svg: mark styhead and walnascar EOL
      ref-manual/svg/releases.svg: mark whinlatter as current release
      contributor-guide/submit-changes.rst: remove mention of Upstream-Status
      Makefile: fix rsvg-convert --format capitalization
      Add a new "Security" section

Lee Chee Yang (1):
      migration-guides: add release notes for 5.0.14

 documentation/Makefile                             |   4 +-
 documentation/contributor-guide/submit-changes.rst |   8 +-
 documentation/dev-manual/index.rst                 |   1 -
 documentation/dev-manual/security-subjects.rst     | 194 -------------------
 documentation/dev-manual/temporary-source-code.rst |  14 +-
 documentation/index.rst                            |   7 +-
 documentation/migration-guides/release-5.0.rst     |   1 +
 .../migration-guides/release-notes-4.3.rst         |   2 +-
 .../migration-guides/release-notes-5.0.14.rst      | 211 +++++++++++++++++++++
 documentation/overview-manual/yp-intro.rst         |   9 +-
 documentation/ref-manual/svg/releases.svg          |  16 +-
 documentation/ref-manual/variables.rst             |   4 +-
 documentation/security-reference/index.rst         |  14 ++
 .../reporting-vulnerabilities.rst                  |  85 +++++++++
 documentation/security-reference/security-team.rst | 110 +++++++++++
 15 files changed, 452 insertions(+), 228 deletions(-)
 delete mode 100644 documentation/dev-manual/security-subjects.rst
 create mode 100644 documentation/migration-guides/release-notes-5.0.14.rst
 create mode 100644 documentation/security-reference/index.rst
 create mode 100644 documentation/security-reference/reporting-vulnerabilities.rst
 create mode 100644 documentation/security-reference/security-team.rst