summaryrefslogtreecommitdiffstats
path: root/Help/release/3.5.rst
Commit message (Collapse)AuthorAgeFilesLines
* CMakeForceCompiler: De-deprecate until more use cases have alternativesBrad King2016-02-171-3/+0
| | | | | | | | | | We deprecated this module in commit v3.5.0-rc1~295^2 (CMakeForceCompiler: Deprecate this module and its macros, 2015-10-19) in order to determine whether anyone still has use cases that require it. Indeed we still need to provide a way to work with toolchains that cannot link binaries without special flags. Remove the deprecation warnings until we can provide an alternative to the module for this use case.
* Help: Add release note about Xcode escaping fix (#15969)Brad King2016-02-111-0/+6
| | | | | | | The fix in commit v3.5.0-rc1~84^2 (Xcode: Escape all backslashes in strings, 2015-12-27) is a change in behavior that can break existing projects that worked around the inconsistency with other generators. Add a release note to call attention to this change in behavior.
* Help: Organize and revise 3.5 release notesBrad King2016-02-011-77/+106
| | | | | Add section headers similar to the 3.4 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
* Help: Consolidate 3.5 release notesBrad King2016-02-011-0/+153
Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.5.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.