From 8a2b2fb4fbd1801a5fb70d86384f2c6fd13c32c3 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 14 Apr 2006 09:53:38 +0000 Subject: nginx-0.3.38-RELEASE import *) Feature: the ngx_http_dav_module. *) Change: the ngx_http_perl_module optimizations. Thanks to Sergey Skvortsov. *) Feature: the ngx_http_perl_module supports the $r->request_body_file method. *) Feature: the "client_body_in_file_only" directive. *) Workaround: now on disk overflow nginx tries to write access logs once a second only. Thanks to Anton Yuzhaninov and Maxim Dounin. *) Bugfix: now the "limit_rate" directive more precisely limits rate if rate is more than 100 Kbyte/s. Thanks to ForJest. *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in login and password to pass authorization server. Thanks to Maxim Dounin. --- docs/xml/nginx/changes.xml | 111 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 97 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index fde85e982..b862e8542 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,87 @@ nginx changelog + + + + +модуль ngx_http_dav_module. + + +the ngx_http_dav_module. + + + + + +оптимизация модуля ngx_http_perl_module.
+Спасибо Сергею Скворцову. +
+ +the ngx_http_perl_module optimizations.
+Thanks to Sergey Skvortsov. +
+
+ + + +модуль ngx_http_perl_module поддерживает метод $r->request_body_file. + + +the ngx_http_perl_module supports the $r->request_body_file method. + + + + + +директива client_body_in_file_only. + + +the "client_body_in_file_only" directive. + + + + + +теперь при переполнении диска nginx пытается писать access_log'и только +раз в секунду.
+Спасибо Антону Южанинову и Максиму Дунину. +
+ +no on disk overflow nginx tries to write access logs once a second only.
+Thanks to Anton Yuzhaninov and Maxim Dounin. +
+
+ + + +теперь директива limit_rate точнее ограничивает скорость при значениях +больше 100 Kbyte/s.
+Спасибо ForJest. +
+ +now the "limit_rate" directive more precisely limits rate if rate is more +than 100 Kbyte/s.
+Thanks to ForJest. +
+
+ + + +IMAP/POP3 прокси теперь передаёт серверу авторизации символы "\r" и "\n" +в логине и пароле в закодированном виде.
+Спасибо Максиму Дунину. +
+ +now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in login and +password to pass authorization server.
+Thanks to Maxim Dounin. +
+
+ +
+ + @@ -269,11 +350,12 @@ the EVFILER_TIMER support in MacOSX 10.4. -обход ошибки обработки миллисекундных таймаутов kqueue в 64-битном ядре MacOSX. +обход ошибки обработки миллисекундных таймаутов kqueue в 64-битном ядре +MacOSX.
Спасибо Андрею Нигматулину.
-for MacOSX 64-bit kernel kqueue millisecond timeout bug. +for MacOSX 64-bit kernel kqueue millisecond timeout bug.
Thanks Andrei Nigmatulin.
@@ -423,12 +505,12 @@ the --with-cpu-opt=ppc64 configuration parameter. при некоторых условиях проксированное соединение с клиентом завершалось -преждевременно. +преждевременно.
Спасибо Владимиру Шутову.
on some condition the proxied connection with a client was terminated -prematurely. +prematurely.
Thanks to Vladimir Shutoff.
@@ -994,14 +1076,15 @@ the "config timefmt" SSI command set incorrect time format. nginx не закрывал соединения с IMAP/POP3 бэкендом при использовании SSL -соединений. +соединений; +ошибка появилась в 0.3.13.
Спасибо Rob Mueller. -Ошибка появилась в 0.3.13.
-nginx did not close connection to IMAP/POP3 backend for the SSL connections. +nginx did not close connection to IMAP/POP3 backend for the SSL +connections; +bug appeared in 0.3.13.
Thanks to Rob Mueller. -Bug appeared in 0.3.13.
@@ -2132,11 +2215,11 @@ the ngx_http_autoindex_module now do not show the files starting by dot. если SSL handshake завершался с ошибкой, то это могло привести также -к закрытию другого соединения. +к закрытию другого соединения.
Спасибо Rob Mueller.
-if the SSL handshake failed then another connection may be closed too. +if the SSL handshake failed then another connection may be closed too.
Thanks to Rob Mueller.
@@ -2262,11 +2345,11 @@ nginx did not try do connect to them during 60 seconds. -в парсинге аргументов IMAP/POP3 команд. +в парсинге аргументов IMAP/POP3 команд.
Спасибо Rob Mueller.
-in IMAP/POP3 command argument parsing. +in IMAP/POP3 command argument parsing.
Thanks to Rob Mueller.
@@ -2292,12 +2375,12 @@ errors while using SSI and gzipping. в ответах 304 не добавлялись строки заголовка ответа "Expires" и -"Cache-Control". +"Cache-Control".
Спасибо Александру Кукушкину.
the "Expires" and "Cache-Control" header lines were omitted -from the 304 responses. +from the 304 responses.
Thanks to Alexandr Kukushkin.
-- cgit