Skip to content

Releases: microsoft/vcpkg-tool

2021-10-20 Release

20 Oct 23:34
Compare
Choose a tag to compare

This is a hotfix release to fix a problem discovered attempting to use 2021-10-18 in the main repository.

What's Changed

  • Add option to remove unaffected ports from ci action by @dg0yt in #210
  • Fix incorrect ordering in ci ExclusionPredicate by @BillyONeal in #224

Full Changelog: 2021-10-18...2021-10-20

2021-10-18 Release

19 Oct 06:52
a9976f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2021-09-10...2021-10-18

2021-09-10 Release

10 Sep 22:56
Compare
Choose a tag to compare
  • Reduces chattiness of some of our console output.
  • Windows builds are built with /MT to avoid needing a C++ redist. Note that most actual use will probably still need a redist.
  • Parallelized cache decompression.

See PR query https://github.com/microsoft/vcpkg-tool/pulls?q=is%3Apr+merged%3A2021-08-12..2021-09-10 for merged PRs.

2021-08-12 Release

13 Aug 02:51
85ab112
Compare
Choose a tag to compare

This release includes a fix for building gcc-6 and passes through environment variables needed to access Intel OneAPI compilers and tools.

See PR query https://github.com/microsoft/vcpkg-tool/pulls?q=is%3Apr+merged%3A2021-08-03..2021-08-12 for merged PRs.

2021-08-03 Release

03 Aug 22:59
Compare
Choose a tag to compare

This release includes an updated x-download, updated tls12-download (with signature checking), and improved error messages.

See PR query https://github.com/microsoft/vcpkg-tool/pulls?q=is%3Apr+merged%3A2021-07-26..2021-08-03 for merged PRs.

2021-07-26 Release

27 Jul 01:12
9425cf5
Compare
Choose a tag to compare

This release primarily fixes use of vcpkg with Visual Studio 2022 preview 2 ( #124 )

See https://github.com/microsoft/vcpkg-tool/pulls?q=is%3Apr+merged%3A2021-07-16..2021-07-26 for all merged PRs.

2021-07-21 Release

21 Jul 18:50
244f69e
Compare
Choose a tag to compare

This is a hotfix release with a build fix for GCC 7. (#122)

2021-07-16 Release

17 Jul 00:17
3be6b75
Compare
Choose a tag to compare
  • Fixes a crash when used with CMake 3.21.
  • Fixes a crash when performing post-build lint on .lib files with non-obj and non-import members.
  • Avoids repeated queries to binary caching servers when status of cache entries is known.

See PR query https://github.com/microsoft/vcpkg-tool/pulls?q=is%3Apr+merged%3A2021-06-19..2021-07-16 for merged PRs.

2021-06-29 Release

29 Jun 19:52
e8977e6
Compare
Choose a tag to compare

This release fixes an issue where, when passed --debug while using the experimental asset caching feature, we would print the configured SAS token to stdout.

2021-06-19 Release

18 Jun 23:59
b110959
Compare
Choose a tag to compare