summaryrefslogtreecommitdiffstats
path: root/Help/release/3.1.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Use correct CPack generator namesCraig Scott2018-11-061-2/+2
| | | | | | | | | | CPack generator names were not used consistently throughout the documentation, resulting in ambiguity about what the correct name was for use with the `cpack -G` option. With the changes in this commit, the cpack-generators(7) page of the manual now shows the correct names and other help pages no longer use inconsistent or incorrect names.
* Help: Update old version release notes for CPack generator docsBrad King2018-06-211-2/+2
| | | | | Replace references to the CPack "modules" with proper terminology referencing the CPack generator documentation directly.
* Help: Rename 3.x.0 release notes to 3.xBrad King2015-02-051-0/+425
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.