aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-05 17:00:49 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-05 17:00:49 -0700
commit12d9cba5d8d4db546a979c1e58cacbc0c79d7953 (patch)
tree5c13dabbad00dd500d171720914138bdf844669c
parent0aa4dfb718f9038a251fa90a2b91115dbf2abf7b (diff)
downloadvcpkg-12d9cba5d8d4db546a979c1e58cacbc0c79d7953.tar.gz
vcpkg-12d9cba5d8d4db546a979c1e58cacbc0c79d7953.zip
Update CHANGELOG and bump version to v0.0.40
-rw-r--r--CHANGELOG.md49
-rw-r--r--toolsrc/VERSION.txt2
2 files changed, 50 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6815dd52c..9fa0b2b27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,52 @@
+vcpkg (0.0.40)
+--------------
+ * Add ports:
+ - ace 6.4.0
+ - asio 1.10.6
+ - bond 5.0.0
+ - constexpr 1.0
+ - doctest 1.1.0
+ - eigen3 3.2.9
+ - fmt 3.0.0
+ - gflags 2.1.2
+ - glm 0.9.8.1
+ - grpc 1.1.0
+ - gsl 0-fd5ad87bf
+ - gtest 1.8
+ - libiconv 1.14
+ - mpir 2.7.2
+ - protobuf 3.0.2
+ - ragel 6.9
+ - rapidxml 1.13
+ - sery 1.0.0
+ - stb 1.0
+ * Update ports:
+ - boost 1.62
+ - glfw3 3.2.1
+ - opencv 3.1.0-1
+ * Various fixes in existing portfiles
+ * Introduce environment variable `VCPKG_DEFAULT_TRIPLET`
+ * Replace everything concerning MD5 with SHA512
+ * Add mirror support
+ * `vcpkg` now checks for valid package names: only ASCII lowercase chars, digits, or dashes are allowed
+ * `vcpkg create` now also creates a templated CONTROL file
+ * `vcpkg create` now checks for invalid chars in the zip path
+ * `vcpkg edit` now throws an error if it cannot launch an editor
+ * Fix `vcpkg integrate` to only apply to C++ projects instead of all projects
+ * Fix `vcpkg integrate` locale-specific failures
+ * `vcpkg search` now does simple substring searching
+ * Fix path that assumed Visual Studio is installed in default location
+ * Enable multicore builds by default
+ * Add `.vcpkg-root` file to detect the root directory
+ * Fix `bootstrap.ps1` to work with older versions of powershell
+ * Add `SOURCE_PATH` variable to all portfiles.
+ * Many improvements in error messages shown by `vcpkg`
+ * Various updates in FAQ
+ * Move `CONTRIBUTING.md` to root
+
+-- vcpkg team <vcpkg@microsoft.com> WED, 05 Oct 2016 17:00:00 -0700
+
+
vcpkg (0.0.30)
--------------
* DLLs are now accompanied with their corresponding PDBs.
diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt
index f723d10e0..fe0104ac9 100644
--- a/toolsrc/VERSION.txt
+++ b/toolsrc/VERSION.txt
@@ -1 +1 @@
-"0.0.30" \ No newline at end of file
+"0.0.40" \ No newline at end of file