aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-09-14 15:57:00 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-09-14 15:57:00 -0700
commitbff6bdb53f74f742ebb6e245732145da3a088d23 (patch)
treee44ff33e670eddc1d544ed034088dd652d49054e
parentc93e20de6feb5ca987eff340cc775c9f5f3a22ad (diff)
downloadvcpkg-bff6bdb53f74f742ebb6e245732145da3a088d23.tar.gz
vcpkg-bff6bdb53f74f742ebb6e245732145da3a088d23.zip
Update CHANGELOG and bump version to v0.0.89
-rw-r--r--CHANGELOG.md19
-rw-r--r--toolsrc/VERSION.txt2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed5ce7c89..8dedb66aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+vcpkg (0.0.89)
+--------------
+ * Update ports:
+ - boost 1.65-1 -> 1.65.1
+ - chmlib 0.40 -> 0.40-1
+ - pybind11 2.1.0-2 -> 2.2.0
+ - sciter 4.0.2-1 -> 4.0.3
+ - sqlite3 3.19.1-2 -> 3.20.1
+ * `vcpkg` now warns if the built version of the `vcpkg.exe` itself is outdated
+ * Update to latest python 3.5
+ * `vcpkg install` improvements:
+ - Add `--keep-going` option to keep going if a package fails to install
+ - Add elapsed time to each invidial package as well as total time
+ - Add a counter to the install (e.g. Starting package 3/12: <name>)
+ * `vcpkg edit` now checks more location for VSCode Insiders
+
+-- vcpkg team <vcpkg@microsoft.com> SAT, 09 Sep 2017 00:30:00 -0800
+
+
vcpkg (0.0.88)
--------------
* `vcpkg_configure_cmake` has been modified to embed debug symbols within static libraries (using the /Z7 option). Most of the libraries in `vcpkg` had their versions bumped due to this.
diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt
index feb2033f0..7e1c0e952 100644
--- a/toolsrc/VERSION.txt
+++ b/toolsrc/VERSION.txt
@@ -1 +1 @@
-"0.0.88" \ No newline at end of file
+"0.0.89" \ No newline at end of file