Help: Rename 3.x.0 release notes to 3.x
In commit v3.0.0-rc1~9 (Help: Rename 3.0 release notes to 3.0.0, 2014-02-19) we anticipated the possibility of bugfix-only release notes. However, in practice we have no release notes for bug fix releases because we do not cover bug fixes in release notes at all, only new features. Instead we've been updating the feature-level release notes document in bug fix releases, treating errors in the document as bugs. It makes more sense to maintain release notes at the feature-release level, so rename the documents accordingly. Also update the document titles and intro text to refer only to feature versions and not bugfix versions.
This commit is contained in:
parent
f9e05ea0d4
commit
af8d1c17e6
|
@ -1,11 +1,11 @@
|
|||
CMake 3.0.0 Release Notes
|
||||
*************************
|
||||
CMake 3.0 Release Notes
|
||||
***********************
|
||||
|
||||
.. only:: html
|
||||
|
||||
.. contents::
|
||||
|
||||
Changes made since CMake 2.8.12.2 include the following.
|
||||
Changes made since CMake 2.8.12 include the following.
|
||||
|
||||
Documentation Changes
|
||||
=====================
|
|
@ -1,11 +1,11 @@
|
|||
CMake 3.1.0 Release Notes
|
||||
*************************
|
||||
CMake 3.1 Release Notes
|
||||
***********************
|
||||
|
||||
.. only:: html
|
||||
|
||||
.. contents::
|
||||
|
||||
Changes made since CMake 3.0.0 include the following.
|
||||
Changes made since CMake 3.0 include the following.
|
||||
|
||||
Documentation Changes
|
||||
=====================
|
|
@ -1,11 +1,11 @@
|
|||
CMake 3.2.0 Release Notes
|
||||
*************************
|
||||
CMake 3.2 Release Notes
|
||||
***********************
|
||||
|
||||
.. only:: html
|
||||
|
||||
.. contents::
|
||||
|
||||
Changes made since CMake 3.1.0 include the following.
|
||||
Changes made since CMake 3.1 include the following.
|
||||
|
||||
New Features
|
||||
============
|
|
@ -13,6 +13,6 @@ Releases
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
3.2.0 <3.2.0>
|
||||
3.1.0 <3.1.0>
|
||||
3.0.0 <3.0.0>
|
||||
3.2 <3.2>
|
||||
3.1 <3.1>
|
||||
3.0 <3.0>
|
||||
|
|
Loading…
Reference in New Issue