aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-11-26 03:38:40 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-11-26 03:38:54 -0800
commit7da4a498b3bf6686c1b08abafb59ab2e14cee681 (patch)
tree0bf1aaa8c2055fa038dd8fd42b2064cde7634571
parente009618ba0850ef54e837e8fb76910245d99b456 (diff)
downloadvcpkg-7da4a498b3bf6686c1b08abafb59ab2e14cee681.tar.gz
vcpkg-7da4a498b3bf6686c1b08abafb59ab2e14cee681.zip
Update CHANGELOG and bump version to v0.0.99
-rw-r--r--CHANGELOG.md47
-rw-r--r--toolsrc/VERSION.txt2
2 files changed, 48 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f45365ee..491e4b9c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,50 @@
+vcpkg (0.0.99)
+--------------
+ * Add ports:
+ - avro-c 1.8.2
+ - devil 1.8.0-1
+ - halide release_2017_10_30
+ - librabbitmq 0.8.0
+ - openvdb 5.0.0
+ - qpid-proton 0.18.1
+ - unittest-cpp 2.0.0
+ * Update ports:
+ - alembic 1.7.4 -> 1.7.4-1
+ - angle 2017-06-14-8d471f-2 -> 2017-06-14-8d471f-4
+ - aubio 0.46~alpha-3 -> 0.46
+ - date 2.2 -> 2.3-c286981b3bf83c79554769df68b27415cee68d77
+ - fftw3 3.3.7 -> 3.3.7-1
+ - grpc 1.7.0 -> 1.7.2
+ - imgui 1.51-1 -> 1.52
+ - lcms 2.8-3 -> 2.8-4
+ - leptonica 1.74.4-1 -> 1.74.4-2
+ - leveldb 2017-10-25-8b1cd3753b184341e837b30383832645135d3d73 -> 2017-10-25-8b1cd3753b184341e837b30383832645135d3d73-1
+ - libflac 1.3.2-3 -> 1.3.2-4
+ - libiconv 1.14-1 -> 1.15
+ - libsndfile 1.0.29-6830c42-1 -> 1.0.29-6830c42-2
+ - libssh2 1.8.0-2 -> 1.8.0-3
+ - llvm 5.0.0-1 -> 5.0.0-2
+ - mpfr 3.1.6 -> 3.1.6-1
+ - ogre 1.9.0-1 -> 1.10.9-2
+ - opencv 3.3.1-7 -> 3.3.1-9
+ - opengl 0.0-3 -> 0.0-4
+ - pcl 1.8.1-4 -> 1.8.1-7
+ - protobuf 3.4.1-2 -> 3.5.0-1
+ - qhull 2015.2-1 -> 2015.2-2
+ - realsense2 2.8.1 -> 2.8.2
+ - redshell 1.0.0 -> 1.1.2
+ - sdl2 2.0.7-1 -> 2.0.7-3
+ - string-theory 1.6 -> 1.6-1
+ - tesseract 3.05.01-1 -> 3.05.01-2
+ * `vcpkg` now autodetects CMake usage information in libraries and displays it after install
+ * `vcpkg integrate install`: Fix issue that would cause failure with unicode usernames
+ * Introduce experimental support for `VCPKG_BUILD_TYPE`. Adding `set(VCPKG_BUILD_TYPE release)` in a triplet: will cause *most* ports to only build release
+ * `vcpkg` now compiles inside WSL
+ * Update required version & auto-downloaded version of `cmake` to 3.10.0
+
+-- vcpkg team <vcpkg@microsoft.com> SAT, 26 Nov 2017 03:30:00 -0800
+
+
vcpkg (0.0.97)
--------------
* Add ports:
diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt
index b9553cc3e..2f0f54a23 100644
--- a/toolsrc/VERSION.txt
+++ b/toolsrc/VERSION.txt
@@ -1 +1 @@
-"0.0.98" \ No newline at end of file
+"0.0.99" \ No newline at end of file