diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-12-24 18:32:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-24 18:32:58 +0000 |
commit | 67b5c8f539b90f2de59db19c2f880367804b69aa (patch) | |
tree | b09918e5b5a43e6c8b0cdb5433645a1271279509 | |
parent | 948265bf18ccacb9a0a3b78f475a1a843163d931 (diff) | |
download | nginx-67b5c8f539b90f2de59db19c2f880367804b69aa.tar.gz nginx-67b5c8f539b90f2de59db19c2f880367804b69aa.zip |
nginx-0.5.5-RELEASErelease-0.5.5
-rw-r--r-- | docs/xml/nginx/changes.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 569c3e4e1..092768945 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,67 @@ <title lang="en">nginx changelog</title> +<changes ver="0.5.5" date="24.12.2006"> + +<change type="change"> +<para lang="ru"> +ключ -v больше не выводит информацию о компиляторе. +</para> +<para lang="en"> +the -v switch does not show compiler information any more. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +ключ -V. +</para> +<para lang="en"> +the -V switch. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директива worker_rlimit_core поддерживает указание размера в K, M и G. +</para> +<para lang="en"> +the "worker_rlimit_core" directive supports size in K, M, and G. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +модуль nginx.pm теперь может устанавливаться непривилегированным пользователем. +</para> +<para lang="en"> +the nginx.pm module now could be installed by an unprivileged user. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании методов $r->request_body или $r->request_body_file мог +произойти segmentation fault. +</para> +<para lang="en"> +a segmentation fault might occur if the $r->request_body or +$r->request_body_file methods were used. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +ошибок, специфичных для платформы ppc. +</para> +<para lang="en"> +the ppc platform specific bugs. +</para> +</change> + +</changes> + + <changes ver="0.5.4" date="15.12.2006"> <change type="feature"> |