summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2014-04-16 15:23:28 -0700
committerdanielsdeleo <dan@getchef.com>2014-04-16 15:23:28 -0700
commit7025c5d60ffdffa57c1b9e506f266ff649a9847a (patch)
tree2243b38297a952d15309c9023de76fa36364fa66
parent8f4efbdd3540987192486f4913b1928c9619d5f3 (diff)
downloadchef-7025c5d60ffdffa57c1b9e506f266ff649a9847a.tar.gz
Doc changes for CHEF-5223 regression fix.
-rw-r--r--CHANGELOG.md2
-rw-r--r--RELEASE_NOTES.md8
2 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e31f83303b..96e23afef9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@
* Quote git resource rev\_pattern to prevent glob matching files (CHEF-4940)
* chef-service-manager now runs as a non-interactive service (CHEF-5150)
* Fix remote\_file support for file:// URI on windows (CHEF-4472)
+* Fix OS X service provider actions that don't require the service label
+ to work when there is no plist. (CHEF-5223)
## Last Release: 11.12.0 RC1 (03/31/2014)
* SIGTERM will once-more kill a non-daemonized chef-client (CHEF-5172)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 52e1a19749..fe808c06d1 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,6 +8,14 @@ Details about the thing that changed that needs to get included in the Release N
-->
# Chef Client Release Notes:
+#### CHEF-5223 OS X Service provider regression.
+
+This commit: https://github.com/opscode/chef/commit/024b1e3e4de523d3c1ebbb42883a2bef3f9f415c
+introduced a requirement that a service have a plist file for any
+action, but a service that is being created will not have a plist file
+yet. Chef now only requires that a service have a plist for the enable
+and disable actions.
+
#### Signal Regression Fix
CHEF-1761 introduced a regression for signal handling when not in daemon mode