aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-10-19 21:30:12 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-10-19 21:30:12 -0700
commit7c0b541cfd892dd0264273dbdfea8bda48bddcd1 (patch)
tree5ee910a627b108982c941570ed92b9c72c2aec83
parent50ae9eec872a0802d2450b4ae2d640475d0d7889 (diff)
downloadvcpkg-7c0b541cfd892dd0264273dbdfea8bda48bddcd1.tar.gz
vcpkg-7c0b541cfd892dd0264273dbdfea8bda48bddcd1.zip
Update CHANGELOG and bump version to v0.0.93
-rw-r--r--CHANGELOG.md28
-rw-r--r--toolsrc/VERSION.txt2
2 files changed, 29 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10e1d531a..d612fb4f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,31 @@
+vcpkg (0.0.93)
+--------------
+ * Add ports:
+ - berkeleydb 4.8.30
+ - libsodium 1.0.15
+ - secp256k1 2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4
+ * Update ports:
+ - assimp 4.0.0-2 -> 4.0.1
+ - azure-storage-cpp 3.0.0-3 -> 3.0.0-4
+ - cctz v2.1 -> 2.1
+ - folly v2017.07.17.01-1 -> 2017.10.02.00
+ - grpc 1.6.0-1 -> 1.6.0-2
+ - openblas v0.2.20-2 -> 0.2.20-2
+ - pthreads 2.9.1-1 -> 2.9.1-2
+ - sdl2-gfx 1.0.3-2 -> 1.0.3-3
+ - sdl2-image 2.0.1-2 -> 2.0.1-3
+ - sdl2-mixer 2.0.1-2 -> 2.0.1-3
+ - sdl2-net 2.0.1-2 -> 2.0.1-3
+ - sdl2-ttf 2.0.14-2 -> 2.0.14-3
+ - spirv-tools v2017.1-dev-7e2d26c77b606b21af839b37fd21381c4a669f23-1 -> 2017.1-dev-7e2d26c77b606b21af839b37fd21381c4a669f23-1
+ - thor v2.0-1 -> 2.0-1
+ - tinyexr v0.9.5-d16ea6 -> 0.9.5-d16ea6
+ * Fix issue where `vcpkg` was getting output from powershell scripts. Powershell adds newlines when the console width is reached; the extra newlines was causing `vcpkg`'s parsing to fail.
+ * Improve autocomplete/tab-completion for powershell (still experimental)
+
+
+-- vcpkg team <vcpkg@microsoft.com> THU, 19 Oct 2017 21:30:00 -0800
+
vcpkg (0.0.92)
--------------
* Add ports:
diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt
index af0276f0b..f439c6467 100644
--- a/toolsrc/VERSION.txt
+++ b/toolsrc/VERSION.txt
@@ -1 +1 @@
-"0.0.92" \ No newline at end of file
+"0.0.93" \ No newline at end of file