changeset 2708:f8686d85df53

nginx-1.19.10
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Apr 2021 18:35:41 +0300
parents c1d62e514b3c
children 5499b0785ef8
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 34 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,17 @@
 
+Changes with nginx 1.19.10                                       13 Apr 2021
+
+    *) Change: the default value of the "keepalive_requests" directive was
+       changed to 1000.
+
+    *) Feature: the "keepalive_time" directive.
+
+    *) Feature: the $connection_time variable.
+
+    *) Workaround: "gzip filter failed to use preallocated memory" alerts
+       appeared in logs when using zlib-ng.
+
+
 Changes with nginx 1.19.9                                        30 Mar 2021
 
     *) Bugfix: nginx could not be built with the mail proxy module, but
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,17 @@
 
+Изменения в nginx 1.19.10                                         13.04.2021
+
+    *) Изменение: в директиве keepalive_requests значение по умолчанию
+       изменено на 1000.
+
+    *) Добавление: директива keepalive_time.
+
+    *) Добавление: переменная $connection_time.
+
+    *) Изменение: при использовании zlib-ng в логах появлялись сообщения
+       "gzip filter failed to use preallocated memory".
+
+
 Изменения в nginx 1.19.9                                          30.03.2021
 
     *) Исправление: nginx не собирался с почтовым прокси-сервером, но без
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2021-04-13">
+<para>
+<link doc="en/download.xml">nginx-1.19.10</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2021-03-30">
 <para>
 <link doc="en/download.xml">nginx-1.19.9</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.19.10" />
 <item ver="1.19.9" />
 <item ver="1.19.8" />
 <item ver="1.19.7" />