Organize for recording 2016-era release notes and add them
commitf84cadfde9ea758f405b5d2ec1ebd815eae78212
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 9 Jan 2018 13:41:38 +0000 (9 14:41 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 26 Feb 2018 10:22:28 +0000 (26 11:22 +0100)
tree4e91e52606610684a87dc7a4cd2cb1ea9fff4f89
parentee8b06eaf4beccdf2065d34a9f40117ad7c2b290
Organize for recording 2016-era release notes and add them

This hierarchical organization will make it easy for us to present to
users that there were two maintained release series at the time of
writing, while making available links to the releases notes of
unmaintained series, and having a straightforward path for migrating
the 2016 folder to the older folder and updating the appropriate
links.

In master branch, we will have stub .rst files in
docs/release-notes/major/ that we can fill out as functionality
changes, and movev to docs/release-notes/2019/major when we
make the release-2019 branch.

Changes to release notes in release branches will merge naturally.

Later, we can make sure that tarballs can have a useful plain-text
version built into them via sphinx also.

Change-Id: Ie35f90a616cb89727f5a9600389fdf228ecd03cb
16 files changed:
docs/CMakeLists.txt
docs/release-notes/2016/2016.1.rst [new file with mode: 0644]
docs/release-notes/2016/2016.2.rst [new file with mode: 0644]
docs/release-notes/2016/2016.3.rst [new file with mode: 0644]
docs/release-notes/2016/2016.4.rst [new file with mode: 0644]
docs/release-notes/2016/2016.5.rst [new file with mode: 0644]
docs/release-notes/2016/major/bugs-fixed.rst [new file with mode: 0644]
docs/release-notes/2016/major/highlights.rst [new file with mode: 0644]
docs/release-notes/2016/major/miscellaneous.rst [new file with mode: 0644]
docs/release-notes/2016/major/new-features.rst [new file with mode: 0644]
docs/release-notes/2016/major/performance.rst [new file with mode: 0644]
docs/release-notes/2016/major/removed-features.rst [new file with mode: 0644]
docs/release-notes/2016/major/tools.rst [new file with mode: 0644]
docs/release-notes/2018/2018.1.rst
docs/release-notes/index.rst
docs/release-notes/older/index.rst [new file with mode: 0644]