summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2014-03-18 15:44:59 -0700
committerPhil Dibowitz <phil@ipom.com>2014-04-01 10:44:44 -0700
commit5f8fbd346f44c978b597246a78bbc6b91253a02c (patch)
tree56ad36a7ac1b7ce4cd2f88b433d7b71917a0098b /RELEASE_NOTES.md
parent932d7656ff4d8afcb672359b1d622d64a4adc15e (diff)
downloadchef-5f8fbd346f44c978b597246a78bbc6b91253a02c.tar.gz
[11] Don't catch SIGTERM if not in daemon mode
This doens't make sense if not in daemon mode.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index dbde23c0fb..52e1a19749 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,3 +8,9 @@ Details about the thing that changed that needs to get included in the Release N
-->
# Chef Client Release Notes:
+#### 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.