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/ref-manual | |
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/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-manual.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml index 1504e91581..f834d2dead 100644 --- a/documentation/ref-manual/ref-manual.xml +++ b/documentation/ref-manual/ref-manual.xml | |||
@@ -124,9 +124,14 @@ | |||
124 | </revision> | 124 | </revision> |
125 | <revision> | 125 | <revision> |
126 | <revnumber>2.6</revnumber> | 126 | <revnumber>2.6</revnumber> |
127 | <date>&REL_MONTH_YEAR;</date> | 127 | <date>November 2018</date> |
128 | <revremark>Released with the Yocto Project 2.6 Release.</revremark> | 128 | <revremark>Released with the Yocto Project 2.6 Release.</revremark> |
129 | </revision> | 129 | </revision> |
130 | <revision> | ||
131 | <revnumber>2.6.1</revnumber> | ||
132 | <date>&REL_MONTH_YEAR;</date> | ||
133 | <revremark>Released with the Yocto Project 2.6.1 Release.</revremark> | ||
134 | </revision> | ||
130 | </revhistory> | 135 | </revhistory> |
131 | 136 | ||
132 | <copyright> | 137 | <copyright> |