aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-23 15:46:30 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-23 15:46:30 -0800
commitaa3f34c02f4742dcee5ef4a07e03002de2bb520d (patch)
treecee90e0801de02a56f9ff74456c426d962a1c3e8
parent7969392738fd8c5296563c8b309fc9be31148db1 (diff)
downloadvcpkg-aa3f34c02f4742dcee5ef4a07e03002de2bb520d.tar.gz
vcpkg-aa3f34c02f4742dcee5ef4a07e03002de2bb520d.zip
Update CHANGELOG and bump version to v0.0.60
-rw-r--r--CHANGELOG.md43
-rw-r--r--toolsrc/VERSION.txt2
2 files changed, 44 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ea89a30f..a1ad55b0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,46 @@
+vcpkg (0.0.60)
+--------------
+ * Add ports:
+ - box2d 2.3.1-374664b
+ - decimal-for-cpp 1.12
+ - jsoncpp 1.7.7
+ - libpq 9.6.1
+ - libxslt 1.1.29
+ - poco 1.7.6-2
+ - qt5 5.7-1
+ - signalrclient 1.0.0-beta1
+ - soci 2016.10.22
+ - tclap 1.2.1
+ * Update ports:
+ - boost 1.62-1 -> 1.62-6
+ - chakracore 1.2.0.0 -> 1.3.0
+ - eigen3 3.2.10-2 -> 3.3.0
+ - fmt 3.0.0-1 -> 3.0.1
+ - jxrlib 1.1 -> 1.1-1
+ - libbson 1.4.2 -> 1.5.0-rc6
+ - libuv 1.9.1 -> 1.10.1
+ - libwebp 0.5.1 -> 0.5.1-1
+ - mongo-c-driver 1.4.2 -> 1.5.0-rc6
+ - mongo-cxx-driver 3.0.2 -> 3.0.3
+ - pcre 8.38 -> 8.38-1
+ - sdl2 2.0.4 -> 2.0.5
+ * `vcpkg` has exceeded 100 libraries!
+ * Rework dependency handling
+ * Many more portfiles now support static builds. The remaining ones warn that static is not yet supported and will perform a dynamic build instead
+ * The triplet file is now automatically included and is available in every portfile
+ * Improvements in the post-build checks:
+ - Introduce `BUILD_INFO` file. This contains information about the settings used in the build. The post-build checks use this file to choose what checks to perform
+ - Add CRT checks
+ - Improve coff file reader. It is now more robust and it correctly handles a couple of corner cases
+ - A few miscellaneous checks to further prevent potential issues with the produced packages
+ * Improve integration and fix related issues
+ * Add support for VS 2017
+ * Introduce function that tries to repeatedly build up to a number of failures. This reduces/resolves issues from libraries with flaky builds
+ * Many fixes and improvements in existing portfiles and the `vcpkg` tool itself
+
+-- vcpkg team <vcpkg@microsoft.com> WED, 23 Nov 2016 15:30:00 -0800
+
+
vcpkg (0.0.51)
--------------
* Add simple substring search to `vcpkg cache`
diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt
index f19db15c3..19b2518b7 100644
--- a/toolsrc/VERSION.txt
+++ b/toolsrc/VERSION.txt
@@ -1 +1 @@
-"0.0.51" \ No newline at end of file
+"0.0.60" \ No newline at end of file