aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-15 19:33:18 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-15 19:33:18 -0800
commit377f93f3e3ac4e3025837bcfd8cce6c4e6f34b04 (patch)
tree46c380b8a24021fea0f35169920fbeb187a386c6
parent0563b293891f5ba475460b6923ec69b886c21b9b (diff)
downloadvcpkg-377f93f3e3ac4e3025837bcfd8cce6c4e6f34b04.tar.gz
vcpkg-377f93f3e3ac4e3025837bcfd8cce6c4e6f34b04.zip
Update CHANGELOG and bump version to v0.0.73
-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 7fa8739db..ef5995480 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+vcpkg (0.0.73)
+--------------
+ * Add ports:
+ - gdk-pixbuf 2.36.5
+ - openvr 1.0.5
+ * Update ports:
+ - lmdb 0.9.18-1 -> 0.9.18-2
+ - opencv 3.1.0-1 -> 3.2.0
+ - sqlite3 3.15.0 -> 3.17.0
+ * Add functions to correctly find the "Program Files" folders in all parts of `vcpkg` (C++, CMake, powershell)
+ * Flush std::cout before launching an external process. Fixes issues when redirecting std::cout to a file
+ * Update version of the automatically acquired nasm. Resolves build failure with libjpeg-turbo
+ * Change the format of the listfile. The file is now sorted and directories now have a trailing slash so they can easily be identified.
+ - Old listfiles will be automatically updated on first access. This will happen to all old listfiles when a new package is installed (`vcpkg install`) or after a call to `vcpkg owns`.
+ * Fixes and improvements in existing portfiles and the `vcpkg` tool itself
+
+-- vcpkg team <vcpkg@microsoft.com> WED, 15 Feb 2017 19:30:00 -0800
+
+
vcpkg (0.0.72)
--------------
* Add ports:
diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt
index 204dee5e5..cab1f08ef 100644
--- a/toolsrc/VERSION.txt
+++ b/toolsrc/VERSION.txt
@@ -1 +1 @@
-"0.0.72" \ No newline at end of file
+"0.0.73" \ No newline at end of file