summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-04-10 05:02:47 -0700
committerBryan McLellan <btm@getchef.com>2014-04-10 05:02:47 -0700
commit2404f19c9e80d869fc1033230139fa935ab06903 (patch)
tree9b0969dc3a66216854416091ec2bfda77aa91c79
parentb3506a79fea58ed1c60ff7fe7080438f916d1ad7 (diff)
downloadchef-2404f19c9e80d869fc1033230139fa935ab06903.tar.gz
CHEF-5150: update UPPER_CASE.md files
-rw-r--r--CHANGELOG.md1
-rw-r--r--CONTRIBUTIONS.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 501c1e47a3..efed35a1da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
* Wrap code in block context when syntax checking so `return` is valid
(CHEF-5199)
* Quote git resource rev\_pattern to prevent glob matching files (CHEF-4940)
+* chef-service-manager now runs as a non-interactive service (CHEF-5150)
## Last Release: 11.12.0 RC1 (03/31/2014)
* SIGTERM will once-more kill a non-daemonized chef-client (CHEF-5172)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 2d5cb27a8f..966b3447f3 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -7,3 +7,4 @@ Example Contribution:
# Chef Client Contributions:
* **jaymzh**: SIGTERM will once-more kill a non-daemonized chef-client (CHEF-5172)
+* **linkfanel**: chef-service-manager should run as a non-interactive service (CHEF-5150)