summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-02-03 11:05:06 -0800
committerMatt Wrock <matt@mattwrock.com>2016-02-03 11:05:06 -0800
commitcf4c316a4f93e0bfdef720d0aecfedbd0d8849ba (patch)
tree08001bca5a765d5d839f60a679f6380e836d3e04
parent66cfcaaaa9fe02bbc8cc740673d3699261a06ba0 (diff)
downloadmixlib-shellout-cf4c316a4f93e0bfdef720d0aecfedbd0d8849ba.tar.gz
release 2.2.6
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/mixlib/shellout/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b41faba..e5689a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# mixlib-shellout Changelog
+## Release 2.2.6
+
+* Fix regression introduced in 2.2.2 by changing `CreateProcessAsUserW` to use a `:int` instead of `:bool` for the `inherit` flag to fix `shell_out` on windows from a service context
+
## Release 2.2.5
* [**tschuy**:](https://github.com/tschuy)
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index b8f65e8..8112244 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.2.5"
+ VERSION = "2.2.6"
end
end