diff options
author | sersut <serdar@opscode.com> | 2014-06-27 09:41:25 -0700 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2014-06-27 09:41:25 -0700 |
commit | 8d2c73d055be4517dfaa778a06c08deefb18b6c2 (patch) | |
tree | 0de37d1a9ea044ff0f3061de2b97b0d91e171de0 /RELEASE_NOTES.md | |
parent | 64c7f8fe69dbfe7ed73fdcfaf97d712b778ca6ae (diff) | |
download | chef-8d2c73d055be4517dfaa778a06c08deefb18b6c2.tar.gz |
Version bump after branching 11.14.0 -> 11-stable.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fc01525b7d..45838cd778 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,32 +1 @@ -<!--- -This file is reset every time a new release is done. The contents of this file are for the currently unreleased version. - -Example Note: - -## Example Heading -Details about the thing that changed that needs to get included in the Release Notes in markdown. ---> # 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 -(see CHEF-5172). Chef will now, once again, exit immediately on SIGTERM if it -is not in daemon mode, otherwise it will complete it's current run before -existing. - -#### Ubuntu 13.10+ uses Upstart service provider. - -The "compatibility interface" for /etc/init.d/ is no longer used at least as of -13.10 (per the Ubuntu wiki page). The default service provider in Chef for Ubuntu -is C:\:\P::S::Debian, which uses /etc/init.d/service_name with the start, stop, -etc commands to manage the script. If you are able to use the init provider just -fine, you will need to manually override the provider back to Debian. |