diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-08-28 16:57:48 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-08-28 16:57:48 +0000 |
| commit | 3f8dc595000ba4afb60c0fd8c389d7cc8400a148 (patch) | |
| tree | a381a75e795986523e65084ee9af1c41ef90a2c8 /docs/xml/nginx/changes.xml | |
| parent | c583e6309f192afce5ffadfd2734d626a3bca323 (diff) | |
| download | nginx-3f8dc595000ba4afb60c0fd8c389d7cc8400a148.tar.gz nginx-3f8dc595000ba4afb60c0fd8c389d7cc8400a148.tar.bz2 | |
nginx-0.3.61-RELEASE importrelease-0.3.61
*) Change: now the "tcp_nodelay" directive is turned on by default.
*) Feature: the "msie_refresh" directive.
*) Feature: the "recursive_error_pages" directive.
*) Bugfix: the "rewrite" directive returned incorrect redirect, if the
redirect had the captured escaped symbols from original URI.
Diffstat (limited to '')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index d2b792191..920b0a3c1 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -8,6 +8,59 @@ <title lang="ru">Изменения в nginx</title> <title lang="en">nginx changelog</title> +<!-- + +<changes ver="0.4.0" date="19.08.2006"> + +<change> +<para lang="ru"> +Изменение во внутреннем API: инициализация модулей HTTP перенесена из фазы +init module в фазу HTTP postconfiguration. +</para> +<para lang="en"> +Change in internal API: the HTTP modules initialization was moved +from the init module phase to the HTTP postconfiguration phase. +</para> +</change> + +</changes> + +--> + + +<changes ver="0.3.61" date="28.08.2006"> + +<change type="feature"> +<para lang="ru"> +директива msie_refresh. +</para> +<para lang="en"> +the "msie_refresh" directive. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директива recursive_error_pages. +</para> +<para lang="en"> +the "recursive_error_pages" directive. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +директива rewrite возвращала неправильный редирект, если редирект +включал в себя выделенные закодированные символы из оригинального URI. +</para> +<para lang="en"> +the "rewrite" directive returned incorrect redirect, if the redirect +had the captured escaped symbols from original URI. +</para> +</change> + +</changes> + <changes ver="0.3.60" date="18.08.2006"> |
