diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-05-07 14:24:25 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-05-07 14:24:25 +0000 |
commit | 707cbbf3d09d08366359d93ae46e123668cf1d3a (patch) | |
tree | 04db0b356e1339461087ef01b4203ad8f556230e | |
parent | 08d068f943b22adfdeb152397cd84449a24dcc68 (diff) | |
download | nginx-release-0.5.20.tar.gz nginx-release-0.5.20.zip |
nginx-0.5.20-RELEASErelease-0.5.20
-rw-r--r-- | docs/xml/nginx/changes.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index e98b38815..1e48adf9d 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,75 @@ <title lang="en">nginx changelog</title> +<changes ver="0.5.20" date="07.05.2007"> + +<change type="feature"> +<para lang="ru"> +директива sendfile_max_chunk. +</para> +<para lang="en"> +the "sendfile_max_chunk" directive. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +переменные "$http_...", "$sent_http_..." и "$upstream_http_..." +можно менять директивой set. +</para> +<para lang="en"> +the "$http_...", "$sent_http_...", and "$upstream_http_..." variables +may be changed using the "set" directive. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании SSI-команды 'if expr="$var = /"' +в рабочем процессе мог произойти segmentation fault. +</para> +<para lang="en"> +a segmentation fault might occur in worker process +if the SSI command 'if expr="$var = /"' was used. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +завершающая строка multipart range ответа передавалась неверно.<br/> +Спасибо Evan Miller. +</para> +<para lang="en"> +trailing boundary of multipart range response was transferred incorrectly.<br/> +Thanks to Evan Miller. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx не работал на Solaris/sparc64, если был собран Sun Studio.<br/> +Спасибо Андрею Нигматулину. +</para> +<para lang="en"> +nginx did not work on Solaris/sparc64 if it was built by Sun Studio.<br/> +Thanks to Andrei Nigmatulin. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +модуль ngx_http_perl_module не собирался make в Solaris.<br/> +Спасибо Андрею Нигматулину. +</para> +<para lang="en"> +the ngx_http_perl_module could not built by Solaris make.<br/> +Thanks to Andrei Nigmatulin. +</para> +</change> + +</changes> + + <changes ver="0.5.19" date="24.04.2007"> <change type="change"> |