blob: 7b07bfd96b5ba5b5320762ec2702d07d32e83be7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# mixlib-shellout Changelog
## Unreleased
* [**BackSlasher**:](https://github.com/BackSlasher)
`with_login` flag now correctly does the magic on unix to simulate a login
shell for a user (secondary groups, environment variables, set primary group and
generally emulate `su -`).
## Release: 2.0.1
* add buffering to the child process status pipe to fix chef-client deadlocks
* fix timeouts on Windows
## Release: 2.0.0
* remove LC_ALL=C default setting, consumers should now set this if they
still need it.
* Change the minimum required version of Ruby to >= 1.9.3.
## Release: 1.6.0
* [**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.
|