diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-03-28 12:24:47 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-03-28 12:24:47 +0000 |
commit | 6275f56129da620742f578590abb3c61ede68b89 (patch) | |
tree | 30e2091b58f98687176b0db88f3170ba476fddb2 /docs/xml/nginx | |
parent | 39600ca7fcf7a4c6337ddff64eeca322a544f391 (diff) | |
download | nginx-release-0.3.35.tar.gz |
nginx-0.3.35-RELEASE importrelease-0.3.35
*) Bugfix: the accept-filter and the TCP_DEFER_ACCEPT option were set
for first "listen" directive only; the bug had appeared in 0.3.31.
*) Bugfix: in the "proxy_pass" directive without the URI part in a
subrequest.
Diffstat (limited to 'docs/xml/nginx')
-rw-r--r-- | docs/xml/nginx/changes.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index eb034be11..a110b37f5 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,33 @@ <title lang="en">nginx changelog</title> +<changes ver="0.3.35" date="22.03.2006"> + +<change type="bugfix"> +<para lang="ru"> +accept-фильтр и TCP_DEFER_ACCEPT устанавливались только для первой +директивы listen; +ошибка появилась в 0.3.31. +</para> +<para lang="en"> +the accept-filter and the TCP_DEFER_ACCEPT option were set for first "listen" +directive only; +bug appeared in 0.3.31. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в директиве proxy_pass без URI при использовании в подзапросе. +</para> +<para lang="en"> +in the "proxy_pass" directive without the URI part in a subrequest. +</para> +</change> + +</changes> + + <changes ver="0.3.34" date="21.03.2006"> <change type="feature"> |