summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: ed368366eb792a4fa400c3e7d65229b57c72dea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# mixlib-shellout Changelog

## Unreleased

* Improved process cleanup on timeouts.
* Enabled travis.
* Added error? to check if the command ran successfully. MIXLIB-18.
* 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.

## Last Release: 1.3.0 (12/03/2013)