# HG changeset patch # User Maxim Dounin # Date 1712080520 -10800 # Node ID 2956b59565c91baa79d13d6411f2404614c0134e # Parent ddcedfa3a80996ac5c1407ecc35a58617b1ae62d freenginx-1.25.5-RELEASE 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,94 @@
+ + + + +MIME-тип для расширения bmp изменён на "image/bmp", +для расширения rar на "application/vnd.rar", +а для расширений deb и udeb теперь используется +MIME-тип "application/vnd.debian.binary-package".
+Спасибо Юрию Изоркину. +
+ +MIME type for the "bmp" extension has been changed to "image/bmp", +for the "rar" extension to "application/vnd.rar", +and the "deb" and "udeb" extensions now use +the "application/vnd.debian.binary-package" MIME type.
+Thanks to Yuriy Izorkin. +
+
+ + + +при чтении тела запроса с использованием chunked transfer encoding +суммарный размер игнорируемых chunk extensions и trailer headers +теперь ограничен директивой client_max_body_size.
+Спасибо Bartek Nowotarski. +
+ +the "client_max_body_size" directive is now used to limit +total size of ignored chunk extensions and trailer headers +when reading a request body using chunked transfer encoding.
+Thanks to Bartek Nowotarski. +
+
+ + + +теперь перед запросом допускается не более одной пустой строки. + + +now at most one empty line is allowed before a request. + + + + + +ошибки записи в syslog теперь логгируются не чаще одного раза в секунду. + + +logging to syslog errors are now reported at most once per second. + + + + + +директива max_commands в почтовом прокси-сервере. + + +the "max_commands" directive in the mail proxy module. + + + + + +при использовании директивы "server_tokens off" +в ответах могло возвращаться некорректное имя сервера.
+Спасибо Tatsuya Kaneko и Antanas Patašius. +
+ +incorrect server name might be returned in responses +when using the "server_tokens off" directive.
+Thanks to Tatsuya Kaneko and Antanas Patašius. +
+
+ + + +при чтении тела запроса из быстрого соединения +было возможно чтение в течение долгого времени. + + +when reading a request body from a fast connection +reading for a long time was possible. + + + +
+ +