2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-21 15:02:19 +00:00

Last, hopefully, note for 4.7.0 release.

This commit is contained in:
Rene Rivera
2021-10-03 12:08:18 -05:00
parent c56fb27395
commit 532c07a112

View File

@@ -3,9 +3,16 @@
== Version 4.7.0
Many, many fixes and internal cleanups in this release. But also adding
auto-detection and bootstrap for VS 2022 preview toolset.
* *New:* Add vc143, aka VS2022, aka cl.exe 17.x toolset support. Includes
building engine and automatic detection of the prerelease toolset.
-- _Sergei Krivonos_
* Allow alias targets to continue even if `<build>no` is in the usage
requirement. Which allows composition of alias targets that may contain
optional targets, like tests.
-- _Dmitry Arkhipov_
* Fix use of `JAMSHELL` in gcc toolset.
-- _René Ferdinand Rivera Morell_
* Fix compiling b2 enging such that it rowks when run in cross-architecture