From c09a8f990c8a0cd4387550de7ddc96f14491606c Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Tue, 28 Mar 2017 21:10:35 -0700 Subject: [PATCH] Update CHANGELOG and bump version to v0.0.78 --- CHANGELOG.md | 23 ++++++++++++++++++++++- toolsrc/VERSION.txt | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c71c4f7afd5..35e9399e811 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 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 WED, 22 Mar 2017 15:30:00 -0800 diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt index 41d8f8ee566..f017ee22854 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