mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:09:00 +08:00
Update CHANGELOG and bump version to v0.0.75
This commit is contained in:
parent
b0cffd5355
commit
d63b6ce275
31
CHANGELOG.md
31
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
|
||||
|
@ -1 +1 @@
|
||||
"0.0.74"
|
||||
"0.0.75"
|
Loading…
Reference in New Issue
Block a user