diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-28 21:10:35 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-28 21:10:35 -0700 |
| commit | c09a8f990c8a0cd4387550de7ddc96f14491606c (patch) | |
| tree | cabb7286ad101c27f3fb5ea70b1265bd55be5e0c | |
| parent | 5c2593d09a1461b479329bd53bee7215d1a74d5b (diff) | |
| download | vcpkg-c09a8f990c8a0cd4387550de7ddc96f14491606c.tar.gz vcpkg-c09a8f990c8a0cd4387550de7ddc96f14491606c.zip | |
Update CHANGELOG and bump version to v0.0.78
| -rw-r--r-- | CHANGELOG.md | 23 | ||||
| -rw-r--r-- | toolsrc/VERSION.txt | 2 |
2 files changed, 23 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c71c4f7af..35e9399e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +vcpkg (0.0.78) +-------------- + * Add ports: + - libp7-baical 4.1 + - pybind11 2.1.0 + - xxhash 0.6.2 + * Update ports: + - catch 1.8.1 -> 1.8.2 + - glog 0.3.4-0472b91 -> 0.3.4-0472b91-1 + - libuv 1.10.1 -> 1.10.1-2 + - libwebp 0.5.1-1 -> 0.6.0-1 + - range-v3 20150729-vcpkg2 -> 20150729-vcpkg3 + - tiff 4.0.6-2 -> 4.0.7 + - uwebsockets 0.13.0-1 -> 0.14.1 + * `--debug` flag enhanced to give line information on any exit. Applies to any `vcpkg` command + * Improve error messages when requesting a portfile that does not exist (for example via command line or via dependencies) + * Add `EMPTY_INCLUDE_FOLDER` policy + * Fixes and improvements in existing portfiles and the `vcpkg` tool itself + +-- vcpkg team <vcpkg@microsoft.com> TUE, 28 Mar 2017 21:15:00 -0800 + + vcpkg (0.0.77) -------------- * Add ports: @@ -39,7 +61,6 @@ vcpkg (0.0.77) * `openssl`: Enable building in paths with space and ignore installed versions in `C:/OpenSSL/` * Fixes and improvements in existing portfiles and the `vcpkg` tool itself - -- vcpkg team <vcpkg@microsoft.com> WED, 22 Mar 2017 15:30:00 -0800 diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt index 41d8f8ee5..f017ee228 100644 --- a/toolsrc/VERSION.txt +++ b/toolsrc/VERSION.txt @@ -1 +1 @@ -"0.0.77"
\ No newline at end of file +"0.0.78"
\ No newline at end of file |
