forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CHANGELOG and bump version to v0.0.96
- Loading branch information
1 parent
11d6726
commit aec7d6d
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
vcpkg (0.0.96) | ||
-------------- | ||
* Add ports: | ||
- arb 2.11.1 | ||
- fdk-aac 2017-11-02-1e351 | ||
- flint 2.5.2 | ||
- itk 4.11.0 | ||
- libaiff 5.0 | ||
* Update ports: | ||
- antlr4 4.6-1 -> 4.7 | ||
- apr 1.6.2-1 -> 1.6.3 | ||
- double-conversion 3.0.0-1 -> 3.0.0-2 | ||
- flann 1.9.1-6 -> 1.9.1-7 | ||
- opencv 3.3.1-4 -> 3.3.1-6 | ||
- protobuf 3.4.1-1 -> 3.4.1-2 | ||
* `vcpkg help`: Add help topics for commands. For example `vcpkg help install` | ||
* `vcpkg` now downloads in a temp directory; after the download is complete, the file is moved to the destination. This avoids issues with hash mismatch on partially downloaded files. | ||
* Update required version & auto-downloaded version of `cmake` to 3.9.5 | ||
* Update required version & auto-downloaded version of `vswhere` to 2.2.11 | ||
|
||
-- vcpkg team <[email protected]> WED, 03 Nov 2017 18:45:00 -0800 | ||
|
||
|
||
vcpkg (0.0.95) | ||
-------------- | ||
* Update ports: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"0.0.95" | ||
"0.0.96" |