aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-18 18:02:19 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-19 13:40:58 -0700
commit45ec5d4cd1837ec2cd0d8f3e193834969ef8dd6f (patch)
tree433b0db0ec6bbf40f9b1e525e315add49a45a6cd
parent35f8d033b75ef7dccf3890a2cce96a8502059914 (diff)
downloadvcpkg-45ec5d4cd1837ec2cd0d8f3e193834969ef8dd6f.tar.gz
vcpkg-45ec5d4cd1837ec2cd0d8f3e193834969ef8dd6f.zip
Update CHANGELOG and bump version to v0.0.80
-rw-r--r--CHANGELOG.md41
-rw-r--r--toolsrc/VERSION.txt2
2 files changed, 42 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 789f01152..62381ec96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,44 @@
+vcpkg (0.0.80)
+--------------
+ * Add ports:
+ - clapack 3.2.1
+ - geographiclib 1.47-patch1-3
+ - libevent 2.1.8-1
+ - mdnsresponder 765.30.11
+ - openblas v0.2.19-1
+ - picojson 1.3.0
+ - sdl2-mixer 2.0.1
+ - sdl2-net 2.0.1
+ - sdl2-ttf 2.0.14
+ * Update ports:
+ - azure-storage-cpp 3.0.0 -> 3.0.0-2
+ - catch 1.8.2 -> 1.9.1
+ - eigen3 3.3.0 -> 3.3.3
+ - glib 2.50.3 -> 2.52.1
+ - libbson 1.5.1 -> 1.6.2
+ - libpng 1.6.28 -> 1.6.28-1
+ - libvorbis 1.3.5-1-143caf4023a90c09a5eb685fdd46fb9b9c36b1ee -> 1.3.5-143caf4-2
+ - libxml2 2.9.4 -> 2.9.4-1
+ - mongo-c-driver 1.5.1 -> 1.6.2
+ - mongo-cxx-driver 3.0.3-1 -> 3.1.1
+ - opencv 3.2.0 -> 3.2.0-1
+ - qwt 6.1.3 -> 6.1.3-1
+ - uwebsockets 0.14.1 -> 0.14.2
+ - xerces-c 3.1.4 -> 3.1.4-3
+ * Added `System32\Wbem` to the sanizited environment
+ * `--debug` flag will now show environment information when launching external commands
+ * `vcpkg install` command has been enhanced:
+ - When a package build starts or ends, a message with the package name is diplayed
+ - Before the start of the build, a summary of the install plan is displayed
+ - Added new option `--dry-run`: This will print out the install plan, but will not actually perform the install
+ * Add CI badge in the front page
+ * Fix WindowsSDK detection to correctly handle the new optional c++ desktop deployment of the Windows SDK.
+ * Reduce verbosity of `vcpkg remove` when purging the package
+ * Fixes and improvements in the `vcpkg` tool itself
+
+-- vcpkg team <vcpkg@microsoft.com> WED, 18 Apr 2017 18:00:00 -0800
+
+
vcpkg (0.0.79)
--------------
* Add ports:
diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt
index 07683667c..6256608dd 100644
--- a/toolsrc/VERSION.txt
+++ b/toolsrc/VERSION.txt
@@ -1 +1 @@
-"0.0.79" \ No newline at end of file
+"0.0.80" \ No newline at end of file