From f0d6f763ba33cea5ef945f027a3e5cfe3731ce80 Mon Sep 17 00:00:00 2001 From: Serdar Sutay Date: Tue, 7 Oct 2014 13:11:21 -0700 Subject: Update the version and CHANGELOG for 1.6.0 release. --- CHANGELOG.md | 7 +++++-- lib/mixlib/shellout/version.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c38bd..4baa6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # mixlib-shellout Changelog -## Unreleased +## Last Release: 1.6.0 * [**Steven Proctor**:](https://github.com/stevenproctor) Updated link to posix-spawn in README.md. @@ -11,7 +11,10 @@ * [**Max Lincoln**](https://github.com/maxlinc): Support separate live stream for stderr. -## Last Release: 1.4.0 (08/04/2014) +* Use `close_others` flag instead of `#clean_parent_file_descriptors()` during + child clean up. + +## Last Release: 1.4.0 * [**Chris Armstrong**:](https://github.com/carmstrong) Added error? to check if the command ran successfully. MIXLIB-18. diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 995af7e..47fb064 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "1.6.0.rc.0" + VERSION = "1.6.0" end end -- cgit v1.2.1