[nginx] nginx-1.21.5-RELEASE

Maxim Dounin mdounin at mdounin.ru
Tue Dec 28 15:33:55 UTC 2021


details:   https://hg.nginx.org/nginx/rev/d986378168fd
branches:  
changeset: 7989:d986378168fd
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Tue Dec 28 18:28:37 2021 +0300
description:
nginx-1.21.5-RELEASE

diffstat:

 docs/xml/nginx/changes.xml |  52 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r 8af85c66da94 -r d986378168fd docs/xml/nginx/changes.xml
--- a/docs/xml/nginx/changes.xml	Tue Dec 28 17:56:16 2021 +0300
+++ b/docs/xml/nginx/changes.xml	Tue Dec 28 18:28:37 2021 +0300
@@ -5,6 +5,58 @@
 <change_log title="nginx">
 
 
+<changes ver="1.21.5" date="2021-12-28">
+
+<change type="change">
+<para lang="ru">
+теперь nginx по умолчанию собирается с библиотекой PCRE2.
+</para>
+<para lang="en">
+now nginx is built with the PCRE2 library by default.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+теперь nginx всегда использует sendfile(SF_NODISKIO) на FreeBSD.
+</para>
+<para lang="en">
+now nginx always uses sendfile(SF_NODISKIO) on FreeBSD.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+поддержка sendfile(SF_NOCACHE) на FreeBSD.
+</para>
+<para lang="en">
+support for sendfile(SF_NOCACHE) on FreeBSD.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+переменная $ssl_curve.
+</para>
+<para lang="en">
+the $ssl_curve variable.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании HTTP/2 без SSL вместе с директивами sendfile и aio
+соединения могли зависать.
+</para>
+<para lang="en">
+connections might hang
+when using HTTP/2 without SSL with the "sendfile" and "aio" directives.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.21.4" date="2021-11-02">
 
 <change type="change">


More information about the nginx-devel mailing list