nginx-0.5.5-RELEASE
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 569c3e4..0927689 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">