diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-10 17:44:36 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-10 17:44:36 -0800 |
| commit | 56465aabe5e2722d69f58a9af80535697d8c075b (patch) | |
| tree | ebe9d56cadc19337154337a8e23fed3d79bd409b | |
| parent | 78ca952d76b351d5c0478dbcfc223c773c58996c (diff) | |
| download | vcpkg-56465aabe5e2722d69f58a9af80535697d8c075b.tar.gz vcpkg-56465aabe5e2722d69f58a9af80535697d8c075b.zip | |
Update CHANGELOG and bump version to v0.0.76
| -rw-r--r-- | CHANGELOG.md | 33 | ||||
| -rw-r--r-- | toolsrc/VERSION.txt | 2 |
2 files changed, 34 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d024caa..2cf843111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +vcpkg (0.0.76) +-------------- + * Add ports: + - ffmpeg 3.2.4-2 + - fftw3 3.3.6-p11 + - flatbuffers 1.6.0 + - netcdf-c 4.4.1.1-1 + - netcdf-cxx4 4.3.0 + - portaudio 19.0.6.00 + - vtk 7.1.0 + * Update ports: + - azure-storage-cpp 2.6.0 -> 3.0.0 + - boost 1.63 -> 1.63-2 + - bullet3 2.83.7.98d4780 -> 2.86.1 + - catch 1.5.7 -> 1.8.1 + - cppwinrt 1.010.0.14393.0 -> feb2017_refresh-14393 + - hdf5 1.8.18 -> 1.10.0-patch1-1 + - libflac 1.3.2 -> 1.3.2-1 + - libpng 1.6.24-1 -> 1.6.28 + - lua 5.3.3-2 -> 5.3.4 + - msmpi 8.0 -> 8.0-1 + - openjpeg 2.1.2 -> 2.1.2-1 + - poco 1.7.6-3 -> 1.7.6-4 + - szip 2.1 -> 2.1-1 + - zeromq 4.2.0 -> 4.2.2 + * `vcpkg` now launches external commands (most notably builds) in a sanitized environment + * Better proxy handling when fetching dependencies (cmake/git/nuget) + * Fix more VS2017 issues + * Fixes and improvements in existing portfiles and the `vcpkg` tool itself + +-- vcpkg team <vcpkg@microsoft.com> MON, 10 Mar 2017 17:45:00 -0800 + + vcpkg (0.0.75) -------------- * Add ports: diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt index 2afbd0edd..efe1fb7ee 100644 --- a/toolsrc/VERSION.txt +++ b/toolsrc/VERSION.txt @@ -1 +1 @@ -"0.0.75"
\ No newline at end of file +"0.0.76"
\ No newline at end of file |
