diff options
Diffstat (limited to 'docs/changes.xml')
-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 85749bff..586063db 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -107,6 +107,12 @@ the ruby application process could crash if it's interrupted by SIGTERM signal. <change type="bugfix"> <para> +prevent the ruby application processes from crashing on SIGINT (^C). +</para> +</change> + +<change type="bugfix"> +<para> when isolated PID numbers reach the prototype process host PID, the prototype crashed. </para> |