summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-05-15 13:58:37 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-05-15 13:58:37 -0700
commit27299a35846c3fe8b7c918d63f25970c8d8b3c3e (patch)
treebd690cd8de555609ea997ce407f72436ae1ea7d5
parent7ce45e5d9e455cffe35f724164b82f445f387783 (diff)
downloadmixlib-shellout-27299a35846c3fe8b7c918d63f25970c8d8b3c3e.tar.gz
add CHANGELOG.md
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b07bfd..2c81a15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@
`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 -`).
+* went back to setsid() to drop the controlling tty, fixed old AIX issue with
+ getpgid() via avoiding calling getpgid().
## Release: 2.0.1
@@ -14,7 +16,7 @@
## Release: 2.0.0
-* remove LC_ALL=C default setting, consumers should now set this if they
+* 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.