diff options
author | danielsdeleo <dan@getchef.com> | 2014-04-16 15:23:28 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2014-04-16 15:23:28 -0700 |
commit | 7025c5d60ffdffa57c1b9e506f266ff649a9847a (patch) | |
tree | 2243b38297a952d15309c9023de76fa36364fa66 /RELEASE_NOTES.md | |
parent | 8f4efbdd3540987192486f4913b1928c9619d5f3 (diff) | |
download | chef-7025c5d60ffdffa57c1b9e506f266ff649a9847a.tar.gz |
Doc changes for CHEF-5223 regression fix.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 |