Skip to content

Releases: microsoft/vcpkg-tool

2021-11-02 Release

03 Nov 07:28

Choose a tag to compare

This is a minor bugfix release.

What's Changed

  • Always unset CLICOLOR_FORCE by @dg0yt in #241
  • Fix find_file_recursively_up when starting from a file. by @BillyONeal in #244
  • Add aria2 to tools list (step 2) by @JackBoosY in #229
  • Add serialization of supports expressions in features by @autoantwort in #240
  • Create the completions directory for fish before copying files by @omartijn in #236
  • Change post-build checks to be warnings rather than errors. by @BillyONeal in #245

Full Changelog: 2021-10-25...2021-11-02

2021-10-25 Release

26 Oct 22:00
b4bff9a

Choose a tag to compare

This is yet another hotfix release... still trying to get update for the main repo :)

What's Changed

New Contributors

Full Changelog: 2021-10-21...2021-10-25

2021-10-21 Release

21 Oct 21:23

Choose a tag to compare

This a second hotfix release for 2021-10-18 fixing a further discovered bug attempting to build the curated catalog.

What's Changed

  • [filesystem] Make remove_all remove directories that aren't writable on POSIX. by @BillyONeal in #227

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

2021-10-20 Release

20 Oct 23:34

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

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

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

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

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

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

Choose a tag to compare

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