diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-06 14:23:44 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-06 14:23:44 +0000 |
commit | 6f824d8714886ccf703273e5ce3f9e91ec6191ba (patch) | |
tree | 0abf71253f429d94cb323d13c6c48a76ec62b0cb | |
parent | 39b05edb2479ba910582f3c4d023410c9c0d9756 (diff) | |
download | nginx-release-0.4.6.tar.gz nginx-release-0.4.6.zip |
nginx-0.4.6-RELEASErelease-0.4.6
-rw-r--r-- | docs/xml/nginx/changes.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index d783e4a95..26fee9c58 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,46 @@ <title lang="en">nginx changelog</title> +<changes ver="0.4.6" date="06.10.2006"> + +<change type="bugfix"> +<para lang="ru"> +nginx не запускался на 64-битных платформах, отличной от amd64, sparc64 и ppc64. +</para> +<para lang="en"> +nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при запросе версии HTTP/1.1 nginx передавал ответ chunk'ами, +если длина ответа в методе $r->headers_out("Content-Length", ...) +была задана текстовой строкой. +</para> +<para lang="en"> +nginx sent the chunked response for HTTP/1.1 request,<br/> +if its length was set by text string in +the $r->headers_out("Content-Length", ...) method. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +после перенаправления ошибки с помощью директивы error_page любая директива +модуля ngx_http_rewrite_module возвращала эту ошибку; +ошибка появилась в 0.4.4. +</para> +<para lang="en"> +after redirecting error by an "error_page" directive +any ngx_http_rewrite_module directive returned this error code; +bug appeared in 0.4.4. +</para> +</change> + +</changes> + + <changes ver="0.4.5" date="02.10.2006"> <change type="bugfix"> |