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 <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Halstead 2022-03-02 22:23:18 -08:00 committed by Richard Purdie
parent 0a26008bfc
commit 0fbf414b39
3 changed files with 6 additions and 3 deletions

View File

@ -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;"

View File

@ -21,6 +21,7 @@ Release Series 3.3 (hardknott)
- :yocto_docs:`3.3.2 Documentation </3.3.2>`
- :yocto_docs:`3.3.3 Documentation </3.3.3>`
- :yocto_docs:`3.3.4 Documentation </3.3.4>`
- :yocto_docs:`3.3.5 Documentation </3.3.5>`
****************************
Release Series 3.1 (dunfell)
@ -39,6 +40,8 @@ Release Series 3.1 (dunfell)
- :yocto_docs:`3.1.10 Documentation </3.1.10>`
- :yocto_docs:`3.1.11 Documentation </3.1.11>`
- :yocto_docs:`3.1.12 Documentation </3.1.12>`
- :yocto_docs:`3.1.13 Documentation </3.1.13>`
- :yocto_docs:`3.1.14 Documentation </3.1.14>`
==========================
Outdated Release Manuals

View File

@ -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',
};