diff options
| author | Rahul Potharaju <rapoth@microsoft.com> | 2017-12-04 17:17:56 -0800 |
|---|---|---|
| committer | Rahul Potharaju <rapoth@microsoft.com> | 2017-12-04 17:17:56 -0800 |
| commit | 052b866ac37e5ad22ec8d60f2b9677d3429a280d (patch) | |
| tree | abe3917c343f9309800b458a154b373fcb652d67 | |
| parent | 03ced8199b8dcdb64723ba5bcd26c77ec4b75f68 (diff) | |
| parent | ca3604738687d0c95042c8b9ba6d0514d2ed66ac (diff) | |
| download | vcpkg-052b866ac37e5ad22ec8d60f2b9677d3429a280d.tar.gz vcpkg-052b866ac37e5ad22ec8d60f2b9677d3429a280d.zip | |
Merge branch 'master' of https://github.com/rapoth/vcpkg
| -rw-r--r-- | CHANGELOG.md | 35 | ||||
| -rw-r--r-- | toolsrc/VERSION.txt | 2 |
2 files changed, 36 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 491e4b9c6..2c07411a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +vcpkg (0.0.100) +-------------- + * Add ports: + - libmspack 0.6 + - scintilla 3.7.6 + - vlpp 0.9.3.1 + * Update ports: + - allegro5 5.2.2.0-1 -> 5.2.3.0 + - benchmark 1.2.0 -> 1.3.0 + - brotli 0.6.0-1 -> 1.0.2 + - chakracore 1.4.3 -> 1.7.4 + - cppunit 1.13.2 -> 1.14.0 + - doctest 1.2.0 -> 1.2.6 + - ecm 5.37.0-1 -> 5.40.0 + - expat 2.2.4-2 -> 2.2.5 + - flint 2.5.2 -> 2.5.2-1 + - folly 2017.10.02.00 -> 2017.11.27.00 + - freerdp 2.0.0-rc0~vcpkg1-1 -> 2.0.0-rc1~vcpkg1 + - libtorrent 1.1.4-1 -> 1.1.5 + - libuv 1.16.1 -> 1.18.0 + - libzip 1.2.0-2 -> 1.3.2 + - log4cplus REL_1_2_1-RC2-1 -> REL_2_0_0-RC2 + - mpfr 3.1.6-1 -> 3.1.6-2 + - nana 1.5.4-1 -> 1.5.5 + - poco 1.7.8-2 -> 1.8.0.1 + - pugixml 1.8.1-2 -> 1.8.1-3 + - sciter 4.0.4 -> 4.0.6 + - speex 1.2.0-1 -> 1.2.0-2 + * `vcpkg` has exceeded 400 libraries! + * `vcpkg` now supports Tab-Completion/Auto-Completion in Powershell. To enable it, simply run `.\vcpkg integrate powershell` and restart Powershell. + * `vcpkg` now requires the English language pack of Visual Studio to be installed. This is needed because several libraries fail to build in non-English languages, so `vcpkg` sets the build environment to English to bypass these issues. + +-- vcpkg team <vcpkg@microsoft.com> MON, 04 Dec 2017 17:00:00 -0800 + + vcpkg (0.0.99) -------------- * Add ports: diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt index 2f0f54a23..e45ea373f 100644 --- a/toolsrc/VERSION.txt +++ b/toolsrc/VERSION.txt @@ -1 +1 @@ -"0.0.99"
\ No newline at end of file +"0.0.100"
\ No newline at end of file |
