summaryrefslogtreecommitdiffstats
path: root/Help/release/3.7.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'vs-15-preview-5'Brad King2016-10-071-1/+1
|\ | | | | | | | | 02b7d278 VS: Update VS 15 generator for Preview 5
| * VS: Update VS 15 generator for Preview 5Brad King2016-10-061-1/+1
| | | | | | | | | | | | The `PlatformToolset` is now `v141` instead of `v140`. Closes: #16347
* | Help: Extend 3.7 release notes for FindMatlabRaffi Enficiaud2016-10-051-1/+8
|/
* Help: Add 3.7 release note for CPack/NSISRoman Wüger2016-10-031-0/+4
|
* Help: Organize and revise 3.7 release notesBrad King2016-10-011-164/+199
| | | | | Add section headers similar to the 3.6 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
* Help: Consolidate 3.7 release notesBrad King2016-10-011-0/+274
Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.7.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.