From 0fbf414b39f1ce3a055c5baeba755a05c438ec0d Mon Sep 17 00:00:00 2001 From: Michael Halstead Date: Wed, 2 Mar 2022 22:23:18 -0800 Subject: [PATCH] releases: update to include 3.3.5 Adding 3.3.5, 3.1.13, 3.1.14 to documentation release list. (From yocto-docs rev: 7980cfe942a1c8ceb3fd6b003ec6346d9bc11015) Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie --- documentation/poky.yaml | 2 +- documentation/releases.rst | 3 +++ documentation/sphinx-static/switchers.js | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 058f76e507..1d29906a3d 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -4,7 +4,7 @@ DISTRO_NAME : "Honister" DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" DISTRO_NAME_NO_CAP_LTS : "dunfell" YOCTO_DOC_VERSION : "3.4.2" -YOCTO_DOC_VERSION_MINUS_ONE : "3.3.4" +YOCTO_DOC_VERSION_MINUS_ONE : "3.3.5" DISTRO_REL_TAG : "yocto-3.4.2" POKYVERSION : "26.0.2" YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" diff --git a/documentation/releases.rst b/documentation/releases.rst index c4bfa857af..f19fcaf47d 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -21,6 +21,7 @@ Release Series 3.3 (hardknott) - :yocto_docs:`3.3.2 Documentation ` - :yocto_docs:`3.3.3 Documentation ` - :yocto_docs:`3.3.4 Documentation ` +- :yocto_docs:`3.3.5 Documentation ` **************************** Release Series 3.1 (dunfell) @@ -39,6 +40,8 @@ Release Series 3.1 (dunfell) - :yocto_docs:`3.1.10 Documentation ` - :yocto_docs:`3.1.11 Documentation ` - :yocto_docs:`3.1.12 Documentation ` +- :yocto_docs:`3.1.13 Documentation ` +- :yocto_docs:`3.1.14 Documentation ` ========================== Outdated Release Manuals diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index c40823d8d4..feea5f2abf 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -4,9 +4,9 @@ var all_versions = { 'dev': 'dev (3.5)', '3.4.2': '3.4.2', - '3.3.4': '3.3.4', + '3.3.5': '3.3.5', '3.2.4': '3.2.4', - '3.1.12': '3.1.12', + '3.1.14': '3.1.14', '3.0.4': '3.0.4', '2.7.4': '2.7.4', };