summaryrefslogtreecommitdiffstats
path: root/Help/release/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* Begin post-3.0 developmentBrad King2014-02-191-0/+2
|
* Help: Drop development topic notes to prepare releaseBrad King2014-02-191-2/+0
| | | | | Release versions do not have the development topic section of the CMake Release Notes index page.
* Help: Rename 3.0 release notes to 3.0.0Brad King2014-02-191-1/+1
| | | | | Bug-fix releases 3.0.x may have their own notes so this will look more consistent.
* Help: Add CMake 3.0 Release NotesBrad King2014-02-111-0/+2
| | | | | | | Manually read through version control history since the 2.8.12.2 release and write release notes for important user-facing changes. Co-Author: Stephen Kelly <steveire@gmail.com>
* Help: Add documents to collect notes between releasesBrad King2014-02-041-0/+6
| | | | | | | | | | | Add a release/dev.txt file and include it from release/index.rst in development versions. Add a "Changes Since Release" section with a toctree that globs adjacent "dev/*" documents. Add a sample topic document explaining how topic-specific release note documents work. This approach will allow developers to write release notes for their changes as they are made. The release manager may then consolidate and organize the notes for a specific release version.
* Help: Add documents for release notesBrad King2014-02-041-0/+8
Add a release/index.rst document titled "CMake Release Notes" to hold the toctree for release notes. Add a "Release Notes" section to the top-level html document index to link to the new document.