diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-27 14:05:04 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-27 14:05:04 -0800 |
| commit | d63b6ce27539602270953403a4dc3f36cd614b07 (patch) | |
| tree | 37cdff944e3e0d3bf9124e2feadb631b9195faca | |
| parent | b0cffd5355c0426a85f98ede487a6244634bb25f (diff) | |
| download | vcpkg-d63b6ce27539602270953403a4dc3f36cd614b07.tar.gz vcpkg-d63b6ce27539602270953403a4dc3f36cd614b07.zip | |
Update CHANGELOG and bump version to v0.0.75
| -rw-r--r-- | CHANGELOG.md | 31 | ||||
| -rw-r--r-- | toolsrc/VERSION.txt | 2 |
2 files changed, 32 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 41253f781..69d024caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +vcpkg (0.0.75) +-------------- + * Add ports: + - dlib 19.2 + - gtk 3.22.8 + - pqp 1.3 + - pugixml 1.8.1 + * Update ports: + - clockutils 1.1.1 -> 1.1.1-3651f232c27074c4ceead169e223edf5f00247c5 + - grpc 1.1.0-dev-1674f65-2 -> 1.1.2-1 + - libflac 1.3.1-1 -> 1.3.2 + - liblzma 5.2.2 -> 5.2.3 + - libmysql 5.7.17 -> 5.7.17-1 + - lz4 1.7.4.2 -> 1.7.5 + - mongo-cxx-driver 3.0.3 -> 3.0.3-1 + - nana 1.4.1 -> 1.4.1-66be23c9204c5567d1c51e6f57ba23bffa517a7c + - opengl 10.0.10240.0 -> 0.0-3 + - protobuf 3.0.2 -> 3.2.0 + - qt5 5.7.1-2 -> 5.7.1-5 + - spdlog 0.11.0 -> 0.12.0 + * Numerous improvements in Visual Studio, MSBuild and Windows SDK auto-detection + * `vcpkg integrate install` now outputs the specific toolchain file to use for CMake integration + * All commands now checks for `--options` and will issue an error on unknown options. + - Previously only commands with options would do this (for example `vcpkg remove --purge <pkg>`) and commands with no options would ignore them, for example `vcpkg install --purge <pkg>` + * Update version of the automatically acquired JOM, python + - Also, for python: automatically acquire the 32-bit versions instead of the 64-bit ones + * Fixes and improvements in existing portfiles and the `vcpkg` tool itself + +-- vcpkg team <vcpkg@microsoft.com> MON, 27 Feb 2017 14:00:00 -0800 + + vcpkg (0.0.74) -------------- * Bump required version & auto-downloaded version of `cmake` to 3.8.0 (was 3.7.x). This fixes UWP builds with Visual Studio 2017 diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt index 723643136..2afbd0edd 100644 --- a/toolsrc/VERSION.txt +++ b/toolsrc/VERSION.txt @@ -1 +1 @@ -"0.0.74"
\ No newline at end of file +"0.0.75"
\ No newline at end of file |
