diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-09-14 13:13:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-09-14 13:13:21 +0000 |
commit | 5a73d570539489b063defb6107e2478160c37c42 (patch) | |
tree | 4a733f48781a288446dd3dcf9890eb9463488a16 | |
parent | a558afd8e98929c86a2a6b0fabacdba44a7b8b59 (diff) | |
download | nginx-release-0.6.39.tar.gz nginx-release-0.6.39.zip |
nginx-0.6.39-RELEASErelease-0.6.39
-rw-r--r-- | docs/xml/nginx/changes.xml | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index cc4975236..554445540 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,37 @@ <title lang="en">nginx changelog</title> +<changes ver="0.6.39" date="14.09.2009"> + +<change type="security"> +<para lang="ru"> +при обработке специально созданного запроса +в рабочем процессе мог произойти segmentation fault.<br/> +Спасибо Chris Ries. +</para> +<para lang="en"> +a segmentation fault might occur in worker process +while specially crafted request handling.<br/> +Thanks to Chris Ries. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании error_log на уровне info или debug +в рабочем процессе мог произойти segmentation fault.<br/> +Спасибо Сергею Боченкову. +</para> +<para lang="en"> +a segmentation fault might occur in worker process, +if error_log was set to info or debug level.<br/> +Thanks to Sergey Bochenkov. +</para> +</change> + +</changes> + + <changes ver="0.6.38" date="22.06.2009"> <change type="feature"> @@ -3338,7 +3369,7 @@ the bug had appeared in 0.5.8. </para> <para lang="en"> a segmentation fault might occur in worker process -if the temporarily files were used while working with FastCGI server; +if the temporary files were used while working with FastCGI server; the bug had appeared in 0.5.8. </para> </change> @@ -6227,7 +6258,7 @@ the bug had appeared in 0.3.18. </para> <para lang="en"> if the HTTPS protocol was used in the "proxy_pass" directive and -the request body was in temporarily file then the request was not transferred. +the request body was in temporary file then the request was not transferred. </para> </change> |