[nginx] freenginx-1.29.3-RELEASE

Maxim Dounin mdounin at mdounin.ru
Tue Nov 11 13:37:07 UTC 2025


details:   http://freenginx.org/hg/nginx/rev/2175d3bea2a8
branches:  
changeset: 9437:2175d3bea2a8
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Tue Nov 11 16:30:38 2025 +0300
description:
freenginx-1.29.3-RELEASE

diffstat:

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

diffs (69 lines):

diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -7,6 +7,65 @@
 <section title="freenginx">
 
 
+<changes ver="1.29.3" date="2025-11-11">
+
+<change type="feature">
+<para lang="ru">
+возможность загрузки сертификатов и секретных ключей с аппаратных устройств
+с помощью OpenSSL STORE API.
+</para>
+<para lang="en">
+loading of certificates and secret keys from hardware tokens
+with OpenSSL STORE API.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+в модуле ngx_http_xslt_filter_module
+теперь по умолчанию запрещена
+загрузка внешних символьных сущностей,
+объявленных во внутреннем подмножестве DTD;
+загрузка может быть разрешена с помощью директивы xml_external_entities.
+</para>
+<para lang="en">
+loading of external character entities
+declared in the internal DTD subset
+is now disabled by default
+in the ngx_http_xslt_filter_module;
+loading can be enabled with the "xml_external_entities" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+модуль ngx_http_xslt_filter_module
+мог пытаться загружать внешние символьные сущности по сети,
+что могло приводить к продолжительной блокировке рабочего процесса.
+</para>
+<para lang="en">
+the ngx_http_xslt_filter_module
+might try loading of external character entities over the network,
+which might cause blocking of the worker process for a significant time.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директивы working_directory, google_perftools_profiles,
+geoip_country, geoip_city, geoip_org и xml_entities
+некорректно обрабатывали относительные пути.
+</para>
+<para lang="en">
+the "working_directory", "google_perftools_profiles",
+"geoip_country", "geoip_city", "geoip_org", and "xml_entities" directives
+incorrectly handled relative paths.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.29.2" date="2025-09-23">
 
 <change type="feature">


More information about the nginx-devel mailing list