diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-26 17:51:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | 83ebbf63e93048a8d4168eb174cbd35f873fb11d (patch) | |
tree | daba22672142cc45de42c323ad3a8d60679558c7 /documentation/ref-manual/history.rst | |
parent | fda08f30b1b109c60800e6913a565c1984c1ab2f (diff) | |
download | poky-83ebbf63e93048a8d4168eb174cbd35f873fb11d.tar.gz |
sphinx: history: Move revision history to its own section
The revision history tables look better in their own section,
move them.
(From yocto-docs rev: 27bf0f69b6dc04cea97a023ef52bec2b213d074f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/history.rst')
-rw-r--r-- | documentation/ref-manual/history.rst | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/documentation/ref-manual/history.rst b/documentation/ref-manual/history.rst new file mode 100644 index 0000000000..e962d92978 --- /dev/null +++ b/documentation/ref-manual/history.rst | |||
@@ -0,0 +1,74 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-2.0-UK | ||
2 | |||
3 | *********************** | ||
4 | Manual Revision History | ||
5 | *********************** | ||
6 | |||
7 | .. list-table:: | ||
8 | :widths: 10 15 40 | ||
9 | :header-rows: 1 | ||
10 | |||
11 | * - Revision | ||
12 | - Date | ||
13 | - Note | ||
14 | * - 0.9 | ||
15 | - November 2010 | ||
16 | - The initial document released with the Yocto Project 0.9 Release | ||
17 | * - 1.0 | ||
18 | - April 2011 | ||
19 | - Released with the Yocto Project 1.0 Release. | ||
20 | * - 1.1 | ||
21 | - October 2011 | ||
22 | - Released with the Yocto Project 1.1 Release. | ||
23 | * - 1.2 | ||
24 | - April 2012 | ||
25 | - Released with the Yocto Project 1.2 Release. | ||
26 | * - 1.3 | ||
27 | - October 2012 | ||
28 | - Released with the Yocto Project 1.3 Release. | ||
29 | * - 1.4 | ||
30 | - April 2013 | ||
31 | - Released with the Yocto Project 1.4 Release. | ||
32 | * - 1.5 | ||
33 | - October 2013 | ||
34 | - Released with the Yocto Project 1.5 Release. | ||
35 | * - 1.6 | ||
36 | - April 2014 | ||
37 | - Released with the Yocto Project 1.6 Release. | ||
38 | * - 1.7 | ||
39 | - October 2014 | ||
40 | - Released with the Yocto Project 1.7 Release. | ||
41 | * - 1.8 | ||
42 | - April 2015 | ||
43 | - Released with the Yocto Project 1.8 Release. | ||
44 | * - 2.0 | ||
45 | - October 2015 | ||
46 | - Released with the Yocto Project 2.0 Release. | ||
47 | * - 2.1 | ||
48 | - April 2016 | ||
49 | - Released with the Yocto Project 2.1 Release. | ||
50 | * - 2.2 | ||
51 | - October 2016 | ||
52 | - Released with the Yocto Project 2.2 Release. | ||
53 | * - 2.3 | ||
54 | - May 2017 | ||
55 | - Released with the Yocto Project 2.3 Release. | ||
56 | * - 2.4 | ||
57 | - October 2017 | ||
58 | - Released with the Yocto Project 2.4 Release. | ||
59 | * - 2.5 | ||
60 | - May 2018 | ||
61 | - Released with the Yocto Project 2.5 Release. | ||
62 | * - 2.6 | ||
63 | - November 2018 | ||
64 | - Released with the Yocto Project 2.6 Release. | ||
65 | * - 2.7 | ||
66 | - May 2019 | ||
67 | - Released with the Yocto Project 2.7 Release. | ||
68 | * - 3.0 | ||
69 | - October 2019 | ||
70 | - Released with the Yocto Project 3.0 Release. | ||
71 | * - 3.1 | ||
72 | - April 2020 | ||
73 | - Released with the Yocto Project 3.1 Release. | ||
74 | |||