diff options
Diffstat (limited to '')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 158f98e9..3ff434aa 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -81,6 +81,12 @@ force SCRIPT_NAME in Ruby to always be an empty string. </para> </change> +<change type="bugfix"> +<para> +the ruby application process could crash if it's interrupted by SIGTERM signal. +</para> +</change> + </changes> |