summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-02-27 16:35:31 -0800
committersersut <serdar@opscode.com>2014-02-27 16:35:31 -0800
commitcfb0de81ee9a1d36e2b5cbf2737c60abcc5f9a5d (patch)
treeb42a676dfe627c4f0274941b621be0fc8b861541
parent45bf5b2a5228f9adfc721ca3fa58dcb24fda923b (diff)
downloadmixlib-shellout-cfb0de81ee9a1d36e2b5cbf2737c60abcc5f9a5d.tar.gz
New policy files.
-rw-r--r--CHANGELOG.md9
-rw-r--r--CONTRIBUTIONS.md9
2 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..1b31f09
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,9 @@
+# mixlib-shellout Changelog
+
+## Unreleased
+
+* Improved process cleanup on timeouts.
+* Enabled travis.
+* Added error? to check if the command ran successfully. MIXLIB-18.
+
+## Last Release: 1.3.0 (12/03/2013)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
new file mode 100644
index 0000000..6e37f30
--- /dev/null
+++ b/CONTRIBUTIONS.md
@@ -0,0 +1,9 @@
+<!---
+This file is reset every time a new release is done. The contents of this file are for the currently unreleased version.
+
+Example Contribution:
+* **kalistec**: Improved file resource greatly.
+-->
+# mixlib-shellout Contributions:
+
+* **carmstrong**: Added error? method to see if the command was successful.