diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-07-17 10:01:17 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-17 10:01:17 +0000 |
commit | 24d4460336dd7418ec78a2b3fca43755808d4f6c (patch) | |
tree | b5c9f564d3c968923071e7fa5eb8bd4ea7b8db4f | |
parent | 872949f2b19ca26ad5fd0e341b45562b4278f6a0 (diff) | |
download | nginx-release-0.5.28.tar.gz nginx-release-0.5.28.zip |
nginx-0.5.28-RELEASErelease-0.5.28
-rw-r--r-- | docs/xml/nginx/changes.xml | 51 |
1 files changed, 50 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 0a0363f0c..667e5f04f 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,55 @@ <title lang="en">nginx changelog</title> +<changes ver="0.5.28" date="17.06.2007"> + +<change type="security"> +<para lang="ru"> +при использовании директивы msie_refresh был возможен XSS. +</para> +<para lang="en"> +the "msie_refresh" directive allowed XSS. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании директивы auth_http_header +в рабочем процессе мог произойти segmentation fault.<br/> +Спасибо Максиму Дунину. +</para> +<para lang="en"> +a segmentation fault might occur in worker process +if the "auth_http_header" directive was used.<br/> +Thanks to Maxim Dounin. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +если использовался метод аутентификации CRAM-MD5, но он не был разрешён, +то в рабочем процессе происходил segmentation fault. +</para> +<para lang="en"> +a segmentation fault occurred in worker process +if the CRAM-MD5 authentication method was used, but it was not enabled. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в рабочем процессе мог произойти segmentation fault, +если использовался метод eventport. +</para> +<para lang="en"> +a segmentation fault might occur in worker process +if the eventport method was used. +</para> +</change> + +</changes> + + <changes ver="0.5.27" date="09.07.2007"> <change type="bugfix"> @@ -694,7 +743,7 @@ nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc; ошибка появилась в 0.5.8. </para> <para lang="en"> -nginx could not be built on platforms different from i386, amd64, sparc и ppc; +nginx could not be built on platforms different from i386, amd64, sparc and ppc; bug appeared in 0.5.8. </para> </change> |