aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-14 11:35:21 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-14 11:35:21 -0800
commite03ca8215f4d9859185684a2e3c206e0e303be23 (patch)
tree6ab6e9aac349d9069380cc1b9d6072aeba05a007
parentaf583825a7068614b080536870b15cbaa6bcf10a (diff)
downloadvcpkg-e03ca8215f4d9859185684a2e3c206e0e303be23.tar.gz
vcpkg-e03ca8215f4d9859185684a2e3c206e0e303be23.zip
Update CHANGELOG and bump version to v0.0.72
-rw-r--r--CHANGELOG.md37
-rw-r--r--toolsrc/VERSION.txt2
2 files changed, 38 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b631be48b..7fa8739db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,40 @@
+vcpkg (0.0.72)
+--------------
+ * Add ports:
+ - cuda 8.0
+ - hdf5 1.8.18
+ - lcms 2.8
+ - libepoxy 1.4.0-2432daf-1
+ - libnice 0.1.13
+ - msmpi 8.0
+ - parmetis 4.0.3
+ - sqlite-modern-cpp 2.4
+ - websocketpp 0.7.0
+ * Update ports:
+ - asio 1.10.6 -> 1.10.8
+ - aws-sdk-cpp 1.0.47 -> 1.0.61
+ - bond 5.0.0-4-g53ea136 -> 5.2.0
+ - cpprestsdk 2.9.0-1 -> 2.9.0-2
+ - fmt 3.0.1-1 -> 3.0.1-4
+ - grpc 1.1.0-dev-1674f65-1 -> 1.1.0-dev-1674f65-2
+ - libraw 0.17.2-2 -> 0.18.0-1
+ - libvorbis 1.3.5-143caf4023a90c09a5eb685fdd46fb9b9c36b1ee -> 1.3.5-1-143caf4023a90c09a5eb685fdd46fb9b9c36b1ee
+ - poco 1.7.6-2 -> 1.7.6-3
+ - rapidjson 1.0.2-1 -> 1.1.0
+ - sfml 2.4.1 -> 2.4.2
+ - wt 3.3.6-2 -> 3.3.6-3
+ * Introduce Build Policies:
+ - Packages with special characteristics (e.g. CUDA) can now use Build Policies to control which post-build checks apply to them.
+ * Improve support for Visual Studio 2017
+ - Add auto-detection for Windows SDK
+ - Fixed various issues with `bootstrap.ps1` and VS2017 support
+ * Automatic acquisition of perl now uses the 32-bit version isntead of the 64-bit version
+ * Fix `vcpkg remove --purge` not applying to non-installed packages
+ * Fixes and improvements in existing portfiles and the `vcpkg` tool itself
+
+-- vcpkg team <vcpkg@microsoft.com> TUE, 14 Feb 2017 11:30:00 -0800
+
+
vcpkg (0.0.71)
--------------
* Add ports:
diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt
index fcedfa235..204dee5e5 100644
--- a/toolsrc/VERSION.txt
+++ b/toolsrc/VERSION.txt
@@ -1 +1 @@
-"0.0.71" \ No newline at end of file
+"0.0.72" \ No newline at end of file