diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-12-18 09:44:40 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-27 22:54:55 +0000 |
commit | 004ec4fb4de5648db9aafcbd2f8dbe24a8b5f9d6 (patch) | |
tree | 86e75ed4f24564a399536f63c35a68bf822ca213 /documentation/overview-manual/overview-manual.xml | |
parent | 8349383002657f75c6964e22630002db844f94c2 (diff) | |
download | poky-004ec4fb4de5648db9aafcbd2f8dbe24a8b5f9d6.tar.gz |
Documentation: Prepare for 2.6.1 release.
Updated the following:
* poky.ent to use new variables values for 2.6.1
* mega-manual.sed to use "2.6.1" string for links
* *.xml manual files to have a new entry in the manual history
tables. Using the variable for the most recent entry.
Hard-coded "November 2018" for the previous release, which
was "2.6".
(From yocto-docs rev: bada424e14169d1ae378c0481970e55ce8f5df51)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/overview-manual.xml')
-rw-r--r-- | documentation/overview-manual/overview-manual.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/overview-manual/overview-manual.xml b/documentation/overview-manual/overview-manual.xml index b23c39497c..320ca35530 100644 --- a/documentation/overview-manual/overview-manual.xml +++ b/documentation/overview-manual/overview-manual.xml | |||
@@ -38,9 +38,14 @@ | |||
38 | </revision> | 38 | </revision> |
39 | <revision> | 39 | <revision> |
40 | <revnumber>2.6</revnumber> | 40 | <revnumber>2.6</revnumber> |
41 | <date>&REL_MONTH_YEAR;</date> | 41 | <date>November 2018</date> |
42 | <revremark>Released with the Yocto Project 2.6 Release.</revremark> | 42 | <revremark>Released with the Yocto Project 2.6 Release.</revremark> |
43 | </revision> | 43 | </revision> |
44 | <revision> | ||
45 | <revnumber>2.6.1</revnumber> | ||
46 | <date>&REL_MONTH_YEAR;</date> | ||
47 | <revremark>Released with the Yocto Project 2.6.1 Release.</revremark> | ||
48 | </revision> | ||
44 | </revhistory> | 49 | </revhistory> |
45 | 50 | ||
46 | <copyright> | 51 | <copyright> |