diff --git a/.uppercut b/.uppercut index bc0eda3630..61aa1dd72b 100644 --- a/.uppercut +++ b/.uppercut @@ -18,7 +18,7 @@ - + diff --git a/CHANGELOG.md b/CHANGELOG.md index 180b341f31..94619a8d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ -## [0.9.9](https://github.com/chocolatey/choco/issues?q=is%3Aissue+milestone%3A0.9.9+is%3Aclosed) (March 3, 2015) +## [0.9.9.2](https://github.com/chocolatey/choco/issues?q=milestone%3A0.9.9.2+is%3Aclosed) (March 6, 2015) + +### BUG FIXES + + * Fix - Allow passing install arguments again (regression in 0.9.9 series) - see [#150](https://github.com/chocolatey/choco/issues/150) + * Fix - Allow apostrophes to be used as quotes - quoting style that worked with previous client - see [#141](https://github.com/chocolatey/choco/issues/141) + * Fix - Shims write errors to stderr - see [#142](https://github.com/chocolatey/choco/issues/142) and [ShimGen #14](https://github.com/chocolatey/shimgen/issues/14) + +### IMPROVEMENTS + + * Upgrade `-r` should always return a value - see [#153](https://github.com/chocolatey/choco/issues/153) + +## [0.9.9.1](https://github.com/chocolatey/choco/issues?q=milestone%3A0.9.9.1+is%3Aclosed) (March 3, 2015) + +### BUG FIXES + + * Fix - Get-BinRoot broken - see [#144](https://github.com/chocolatey/choco/issues/144) + +## [0.9.9](https://github.com/chocolatey/choco/issues?q=milestone%3A0.9.9+is%3Aclosed) (March 3, 2015) This also includes issues that were being tracked in the old Chocolatey repository: [Chocolatey 0.9.9](https://github.com/chocolatey/chocolatey/issues?q=is%3Aclosed+label%3Av0.9.9). diff --git a/nuget/chocolatey/chocolatey.nuspec b/nuget/chocolatey/chocolatey.nuspec index a1b0f56713..42eec8dde0 100644 --- a/nuget/chocolatey/chocolatey.nuspec +++ b/nuget/chocolatey/chocolatey.nuspec @@ -40,6 +40,24 @@ In that mess there is a link to the [Helper Reference](https://github.com/chocol See all - https://github.com/chocolatey/choco/blob/master/CHANGELOG.md +## 0.9.9.2 + +### BUG FIXES + + * Fix - Allow passing install arguments again (regression in 0.9.9 series) - see [#150](https://github.com/chocolatey/choco/issues/150) + * Fix - Allow apostrophes to be used as quotes - quoting style that worked with previous client - see [#141](https://github.com/chocolatey/choco/issues/141) + * Fix - Shims write errors to stderr - see [#142](https://github.com/chocolatey/choco/issues/142) and [ShimGen #14](https://github.com/chocolatey/shimgen/issues/14) + +### IMPROVEMENTS + + * Upgrade `-r` should always return a value - see [#153](https://github.com/chocolatey/choco/issues/153) + +## 0.9.9.1 + +### BUG FIXES + + * Fix - Get-BinRoot broken - see [#144](https://github.com/chocolatey/choco/issues/144) + ##0.9.9 This also includes issues that were being tracked in the old Chocolatey repository: [Chocolatey 0.9.9](https://github.com/chocolatey/chocolatey/issues?q=is%3Aclosed+label%3Av0.9.9). diff --git a/src/chocolatey.resources/redirects/choco.exe b/src/chocolatey.resources/redirects/choco.exe index 20586ae4dd..ec1612154e 100644 Binary files a/src/chocolatey.resources/redirects/choco.exe and b/src/chocolatey.resources/redirects/choco.exe differ diff --git a/src/chocolatey.resources/redirects/chocolatey.exe b/src/chocolatey.resources/redirects/chocolatey.exe index 6c5200dc76..0d7e163d16 100644 Binary files a/src/chocolatey.resources/redirects/chocolatey.exe and b/src/chocolatey.resources/redirects/chocolatey.exe differ diff --git a/src/chocolatey.resources/redirects/cinst.exe b/src/chocolatey.resources/redirects/cinst.exe index 041387951a..46c2ce10a1 100644 Binary files a/src/chocolatey.resources/redirects/cinst.exe and b/src/chocolatey.resources/redirects/cinst.exe differ diff --git a/src/chocolatey.resources/redirects/clist.exe b/src/chocolatey.resources/redirects/clist.exe index 83c413d07e..24258cb334 100644 Binary files a/src/chocolatey.resources/redirects/clist.exe and b/src/chocolatey.resources/redirects/clist.exe differ diff --git a/src/chocolatey.resources/redirects/cpack.exe b/src/chocolatey.resources/redirects/cpack.exe index edbe914fe5..e2aebbc064 100644 Binary files a/src/chocolatey.resources/redirects/cpack.exe and b/src/chocolatey.resources/redirects/cpack.exe differ diff --git a/src/chocolatey.resources/redirects/cpush.exe b/src/chocolatey.resources/redirects/cpush.exe index 9fd502559b..1aafa044fa 100644 Binary files a/src/chocolatey.resources/redirects/cpush.exe and b/src/chocolatey.resources/redirects/cpush.exe differ diff --git a/src/chocolatey.resources/redirects/cuninst.exe b/src/chocolatey.resources/redirects/cuninst.exe index 32d6a657d2..ac4041caa7 100644 Binary files a/src/chocolatey.resources/redirects/cuninst.exe and b/src/chocolatey.resources/redirects/cuninst.exe differ diff --git a/src/chocolatey.resources/redirects/cup.exe b/src/chocolatey.resources/redirects/cup.exe index ef1e3ebad8..53845f8ff7 100644 Binary files a/src/chocolatey.resources/redirects/cup.exe and b/src/chocolatey.resources/redirects/cup.exe differ diff --git a/src/chocolatey.resources/redirects/cver.exe b/src/chocolatey.resources/redirects/cver.exe index 2605900bf4..5da8cafd70 100644 Binary files a/src/chocolatey.resources/redirects/cver.exe and b/src/chocolatey.resources/redirects/cver.exe differ diff --git a/src/chocolatey.resources/tools/shimgen.exe b/src/chocolatey.resources/tools/shimgen.exe index 1afffd6d66..9f7c2e6f0f 100644 Binary files a/src/chocolatey.resources/tools/shimgen.exe and b/src/chocolatey.resources/tools/shimgen.exe differ diff --git a/src/chocolatey/infrastructure.app/services/PowershellService.cs b/src/chocolatey/infrastructure.app/services/PowershellService.cs index 2ebedcf37f..23ec61ecd7 100644 --- a/src/chocolatey/infrastructure.app/services/PowershellService.cs +++ b/src/chocolatey/infrastructure.app/services/PowershellService.cs @@ -161,6 +161,7 @@ public bool run_action(ChocolateyConfiguration configuration, PackageResult pack Environment.SetEnvironmentVariable("chocolateyPackageFolder", packageDirectory); Environment.SetEnvironmentVariable("packageFolder", packageDirectory); Environment.SetEnvironmentVariable("installerArguments", configuration.InstallArguments); + Environment.SetEnvironmentVariable("chocolateyInstallArguments", configuration.InstallArguments); Environment.SetEnvironmentVariable("chocolateyPackageParameters", configuration.PackageParameters); if (configuration.ForceX86) {