diff options
author | Max Romanov <max.romanov@nginx.com> | 2021-12-01 18:06:38 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2021-12-01 18:06:38 +0300 |
commit | 2d6e926a1def94e4def5b8f8da73078685626ff4 (patch) | |
tree | 2986a33cf814de81f4006f08e33b744390858594 /docs | |
parent | 97e61aad736da5fe1ad136a1d3055e16698f7d2b (diff) | |
download | unit-2d6e926a1def94e4def5b8f8da73078685626ff4.tar.gz unit-2d6e926a1def94e4def5b8f8da73078685626ff4.tar.bz2 |
Disabling SCM_CREDS usage on DragonFly BSD.
DragonFly BSD supports SCM_CREDS and SCM_RIGHTS, but only the first control
message is passed correctly while the second one isn't processed by the kernel.
This closes #599 issue on GitHub.
Diffstat (limited to 'docs')
-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 2bbec889..7460aa65 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -59,6 +59,12 @@ appeared in 1.26.0. </para> </change> +<change type="bugfix"> +<para> +fatal errors on DragonFly BSD; the bug had appeared in 1.26.0. +</para> +</change> + </changes> |