aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-01-30 23:01:33 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-01-30 23:01:33 -0800
commitc6ab2a962600b5c1c506b7dbf70d5719c4c8aaf1 (patch)
tree1db3781c2e065085e6270fcae91ec9ff7b8d0b56
parente6e325b1cd92bf0b1aa05c84a2a757713f17fa08 (diff)
downloadvcpkg-c6ab2a962600b5c1c506b7dbf70d5719c4c8aaf1.tar.gz
vcpkg-c6ab2a962600b5c1c506b7dbf70d5719c4c8aaf1.zip
Update CHANGELOG and bump version to v0.0.71
-rw-r--r--CHANGELOG.md38
-rw-r--r--toolsrc/VERSION.txt2
2 files changed, 39 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3380cd074..b631be48b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,41 @@
+vcpkg (0.0.71)
+--------------
+ * Add ports:
+ - atk 2.22.0
+ - fontconfig 2.12.1
+ - opus 1.1.4
+ - pango 1.40.3
+ - xerces-c 3.1.4
+ * Update ports:
+ - boost 1.62-11 -> 1.63
+ - cairo 1.14.6 -> 1.15.4
+ - directxtk dec2016 -> dec2016-1
+ - fltk 1.3.4-1 -> 1.3.4-2
+ - gdal 1.11.3 -> 1.11.3-1
+ - harfbuzz 1.3.4 -> 1.3.4-2
+ - libarchive 3.2.2 -> 3.2.2-2
+ - libmariadb 2.3.1 -> 2.3.2
+ - mpir 2.7.2 -> 2.7.2-1
+ - openssl 1.0.2j-2 -> 1.0.2k-2
+ - wt 3.3.6 -> 3.3.6-2
+ * Improve `vcpkg remove`:
+ - Now shows all dependencies that need to be removed instead of just the immediate dependencies
+ - Add `--recurse` option that removes all dependencies
+ - Improve messages
+ * Improve support for Visual Studio 2017
+ - Better VS2017 detection
+ - Fixed various issues with `bootstrap.ps1` and VS2017 support
+ * Fix `vcpkg_copy_pdbs()` under non-English locale
+ * Notable changes for buiding the `vcpkg` tool:
+ - Restructure `vcpkg` project hierarchy. Now only has 4 projects (down from 6). Most of the code now lives under vcpkglib.vcxproj
+ - Enable multiprocessor compilation
+ - Disable MinimalRebuild
+ - Use precompiled headers
+ * Fixes and improvements in existing portfiles and the `vcpkg` tool itself
+
+-- vcpkg team <vcpkg@microsoft.com> MON, 30 Jan 2017 23:00:00 -0800
+
+
vcpkg (0.0.70)
--------------
* Add ports:
diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt
index 1759b863b..fcedfa235 100644
--- a/toolsrc/VERSION.txt
+++ b/toolsrc/VERSION.txt
@@ -1 +1 @@
-"0.0.70" \ No newline at end of file
+"0.0.71" \ No newline at end of file