summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-09-05 10:16:51 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-09-05 10:16:51 -0700
commitb87cfd82b78bf7e640cad4ed073f8bce521d2d14 (patch)
tree8f8aba5338230f001c2977383d6a23aa6ae6e473
parentfdacffb9cd86ee6c5b2d89ab8c8a0d7c5afae53b (diff)
downloadmixlib-shellout-b87cfd82b78bf7e640cad4ed073f8bce521d2d14.tar.gz
dump out changelog for 2.0.0 and add LC_ALL entry
-rw-r--r--CHANGELOG.md21
1 files changed, 3 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48c38bd..30a3fc6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,23 +2,8 @@
## Unreleased
-* [**Steven Proctor**:](https://github.com/stevenproctor)
- Updated link to posix-spawn in README.md.
-* [**Akshay Karle**:](https://github.com/akshaykarle)
- Added the functionality to reflect $stderr when using live_stream.
-* [**Tyler Cipriani**:](https://github.com/thcipriani)
- Fixed typos in the code.
-* [**Max Lincoln**](https://github.com/maxlinc):
- Support separate live stream for stderr.
+* remove LC_ALL=C default setting, consumers should now set this if they
+ still need it.
-## Last Release: 1.4.0 (08/04/2014)
+## Last Release: 1.6.0
-* [**Chris Armstrong**:](https://github.com/carmstrong)
- Added error? to check if the command ran successfully. MIXLIB-18.
-
-* Improved process cleanup on timeouts.
-* Enabled travis.
-* Remove GC.disable hack for non-ruby 1.8.8
-* Handle ESRCH from getpgid of a zombie on OS X
-* Fix "TypeError: no implicit conversion from nil to integer" due to nil "token" passed to CloseHandle. MIXLIB-25.
-* $stderr of the command process is now reflected in the live_stream in addition to $stdout. (MIXLIB-19)