aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-28 18:15:02 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-28 18:15:02 -0800
commit568f742f86c6cb99d56306d34bfc09630e1208da (patch)
tree9ee23b23dcc519f47a205b871fa171a3372eecfd
parent0f5a833b81529362b290b2b62fe81ce07b98e766 (diff)
downloadvcpkg-568f742f86c6cb99d56306d34bfc09630e1208da.tar.gz
vcpkg-568f742f86c6cb99d56306d34bfc09630e1208da.zip
Update CHANGELOG and bump version to v0.0.61
-rw-r--r--CHANGELOG.md28
-rw-r--r--toolsrc/VERSION.txt2
2 files changed, 28 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1ad55b0d..f4e056cdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,29 @@
+vcpkg (0.0.61)
+--------------
+ * Add ports:
+ - cairo 1.14.6
+ - clockutils 1.1.1
+ - directxtk oct2016-1
+ - directxtk12 oct2016
+ - glslang 1c573fbcfba6b3d631008b1babc838501ca925d3
+ - libodb-pgsql 2.4.0
+ - pixman 0.34.0
+ - proj 4.9.3
+ - zstd 1.1.1
+ * Update ports:
+ - chakracore 1.3.0 -> 1.3.1
+ - curl 7.51.0 -> 7.51.0-1
+ - dxut 11.14 -> 11.14-2
+ - fmt 3.0.1 -> 3.0.1-1
+ - freetype 2.6.3-1 -> 2.6.3-2
+ - rxcpp 2.3.0 -> 3.0.0
+ - think-cell-range 1d785d9 -> e2d3018
+ - tiff 4.0.6 -> 4.0.6-1
+ * Fixes and improvements in existing portfiles and the `vcpkg` tool itself
+
+-- vcpkg team <vcpkg@microsoft.com> MON, 28 Nov 2016 18:30:00 -0800
+
+
vcpkg (0.0.60)
--------------
* Add ports:
@@ -153,7 +179,7 @@ vcpkg (0.0.40)
* 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 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
diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt
index 19b2518b7..7d83b8c7b 100644
--- a/toolsrc/VERSION.txt
+++ b/toolsrc/VERSION.txt
@@ -1 +1 @@
-"0.0.60" \ No newline at end of file
+"0.0.61" \ No newline at end of file