diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-22 12:42:43 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-22 12:42:43 -0700 |
| commit | ca5c3899b4bd4cbd480103c889363227e23ad2f7 (patch) | |
| tree | 94650e19a8fd180b13ee76a10dbdd6d976fcb9ea | |
| parent | abd4b16e9e44418d7a4a82deef9e436861046371 (diff) | |
| download | vcpkg-ca5c3899b4bd4cbd480103c889363227e23ad2f7.tar.gz vcpkg-ca5c3899b4bd4cbd480103c889363227e23ad2f7.zip | |
Update CHANGELOG and bump version to v0.0.84
| -rw-r--r-- | CHANGELOG.md | 33 | ||||
| -rw-r--r-- | toolsrc/VERSION.txt | 2 |
2 files changed, 34 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 52357ed6f..0c625786b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +vcpkg (0.0.84) +-------------- + * Add ports: + - cfitsio 3.410 + - chmlib 0.40 + - gl2ps OpenGL to PostScript Printing Library + - libharu 2017-08-15-d84867ebf9f-1 + - mpfr 3.1.5 + - sophus 1.0.0 + * Update ports: + - allegro5 5.2.1.0 -> 5.2.2.0 + - blaze 3.1 -> 3.2 + - boost 1.64-5 -> 1.65 + - curl 7.51.0-3 -> 7.55.0 + - flann 1.9.1-4 -> 1.9.1-5 + - gdal 1.11.3-4 -> 1.11.3-5 + - glew 2.0.0-2 -> 2.1.0 + - lcms 2.8-1 -> 2.8-2 + - libogg 2017-07-27-cab46b19847 -> 1.3.2-cab46b1-2 + - libuv 1.13.1 -> 1.14.0 + - lz4 1.7.5 -> 1.8.0 + - pcre2 10.23 -> 10.30 + - spdlog 0.13.0 -> 0.14.0 + - zstd 1.3.0 -> 1.3.1 + * Bump required version & auto-downloaded version of `git` to 2.14.1 (due to a security vulnerability) + * Show more information when there are issues acquiring `vcpkg` tool dependencies (`git`, `cmake`, `nuget`) + * Remove download prompts for cmake/git. The prompts were causing a lot of issues for users and especially CI builds + * `vcpkg edit`: Fix detection of 64-bit VSCode + * Fixes and improvements in the `vcpkg` tool itself + +-- vcpkg team <vcpkg@microsoft.com> TUE, 22 Aug 2017 13:00:00 -0800 + + vcpkg (0.0.83) -------------- * Add ports: diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt index 6320e715f..fef58cb81 100644 --- a/toolsrc/VERSION.txt +++ b/toolsrc/VERSION.txt @@ -1 +1 @@ -"0.0.83"
\ No newline at end of file +"0.0.84"
\ No newline at end of file |
