# HG changeset patch # User Igor Sysoev # Date 1238654930 0 # Node ID 099c5b328fe2ec4d7af5d605b9ab9fcee1d906bb # Parent 87e1fcd9b6042fd3ab3403f825898104c87a36b8 nginx-0.6.36-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 @@ -9,6 +9,168 @@ nginx changelog + + + + +ошибка "Invalid argument", возвращаемая setsockopt(TCP_NODELAY) на Solaris, +теперь игнорируется. + + +now the "Invalid argument" error returned by setsockopt(TCP_NODELAY) on Solaris, +is ignored. + + + + + +теперь разрешаются POST'ы без строки "Content-Length" в заголовке запроса. + + +now POSTs without "Content-Length" header line are allowed. + + + + + +директива try_files. + + +the "try_files" directive. + + + + + +параметр --with-pcre в configure. + + +the --with-pcre option in the configure. + + + + + +директива if_modified_since. + + +the "if_modified_since" directive. + + + + + +переменные "$cookie_...". + + +the "$cookie_..." variables. + + + + + +переменные "$arg_...". + + +the "$arg_..." variables. + + + + + +совместимость с Tru64 UNIX.
+Спасибо Dustin Marquess. +
+ +compatibility with Tru64 UNIX.
+Thanks to Dustin Marquess. +
+
+ + + +директива ssl_engine не использовала SSL-акселератор +для асимметричных шифров.
+Спасибо Marcin Gozdalik. +
+ +a "ssl_engine" directive did not use a SSL-accelerator +for asymmetric ciphers.
+Thanks to Marcin Gozdalik. +
+
+ + + +в директиве rewrite, возвращающей редирект, старые аргументы присоединялись +к новым через символ "?" вместо "&";
+ошибка появилась в 0.1.18.
+Спасибо Максиму Дунину. +
+ +in a redirect rewrite directive original arguments were concatenated with +new arguments by a "?" rather than an "&";
+the bug had appeared in 0.1.18.
+Thanks to Maxim Dounin. +
+
+ + + +nginx не собирался на AIX. + + +nginx could not be built on AIX. + + + + + +если на запрос с телом возвращался редирект, то ответ мог быть двойным +при использовании методов epoll или rtsig.
+Спасибо Eden Li. +
+ +a double response might be returned if the epoll or rtsig methods are used +and a redirect was returned to a request with body.
+Thanks to Eden Li. +
+
+ + + +при использовании директивы resolver в SMTP прокси-сервере +в рабочем процессе мог произойти segmentation fault. + + +a segmentation fault might occur in worker process +if "resolver" directive was used in SMTP proxy. + + + + + +fastcgi_store не всегда сохранял файлы. + + +fastcgi_store stored files not always. + + + + + +nginx не обрабатывал ответ FastCGI-сервера, +если перед ответом сервер передавал много сообщений в stderr. + + +nginx did not process a FastCGI server response, +if the server send too many messages to stderr before response. + + + +
+ + @@ -9763,8 +9925,8 @@ the proxy_set_x_var and fastcgi_set_var к URI через символ "&" вместо "?". -in the redirect rewrite directive the arguments were concatenated with URI -by the "&" rather than the "?". +in a redirect rewrite directive arguments were concatenated with URI +by an "&" rather than a "?".