diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-02-02 11:00:11 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-02-02 11:00:11 +0000 |
commit | b46192cec60c2d3de3fbadad734fd457688a8489 (patch) | |
tree | 316c9defda22f3e9c338a051099f4988e5d5bfee | |
parent | 9a5f4c74cfa4bd953c608900219bd2ae196411bb (diff) | |
download | nginx-release-0.7.33.tar.gz nginx-release-0.7.33.zip |
nginx-0.7.33-RELEASErelease-0.7.33
-rw-r--r-- | docs/xml/nginx/changes.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index c7b5e4110..f3b9093f1 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,45 @@ <title lang="en">nginx changelog</title> +<changes ver="0.7.33" date="02.02.2009"> + +<change type="bugfix"> +<para lang="ru"> +если на запрос с телом возвращался редирект, то ответ мог быть двойным +при использовании методов epoll или rtsig.<br/> +Спасибо Eden Li. +</para> +<para lang="en"> +a double response might be returned if the epoll or rtsig methods are used +and a redirect was returned to a request with body.<br/> +Thanks to Eden Li. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +для некоторых типов редиректов в переменной $sent_http_location +было пустое значение. +</para> +<para lang="en"> +the $sent_http_location variable was empty for some redirects types. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании директивы resolver в SMTP прокси-сервере +в рабочем процессе мог произойти segmentation fault. +</para> +<para lang="en"> +a segmentation fault might occur in worker process +if "resolver" directive was used in SMTP proxy. +</para> +</change> + +</changes> + + <changes ver="0.7.32" date="26.01.2009"> <change type="feature"> |