diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-10-03 12:53:14 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-10-03 12:53:14 +0000 |
| commit | 82dc95eadd3f9cca3619f1797d91ffd751f422ea (patch) | |
| tree | 4e375369da607f1155b48279281b73afea4fa23e /docs/xml/nginx | |
| parent | 23d23c1e8ecc390ca403e1234a22f4291ee38b23 (diff) | |
| download | nginx-82dc95eadd3f9cca3619f1797d91ffd751f422ea.tar.gz nginx-82dc95eadd3f9cca3619f1797d91ffd751f422ea.tar.bz2 | |
nginx-0.2.4-RELEASE importrelease-0.2.4
*) Feature: the ngx_http_ssi_module supports "$var=text", "$var!=text",
"$var=/text/", and "$var!=/text/" expressions in the "if" command.
*) Bugfix: in proxying location without trailing slash; the bug had
appeared in 0.1.44.
*) Bugfix: the segmentation fault may occurred if the "rtsig" method
was used; the bug had appeared in 0.2.0.
Diffstat (limited to 'docs/xml/nginx')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 912bea2f7..b6c9d3e86 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,46 @@ <title lang="en">nginx changelog</title> +<changes ver="0.2.4" date="03.10.2005"> + +<change type="feature"> +<para lang="ru"> +модуль ngx_http_ssi_module поддерживает выражения +"$var=text", "$var!=text", "$var=/text/" и "$var!=/text/" +в команде if. +</para> +<para lang="en"> +the ngx_http_ssi_module supports +"$var=text", "$var!=text", "$var=/text/", and "$var!=/text/" expressions +in the "if" command. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +ошибки при проксировании location без слэша в конце; +ошибка появилась в 0.1.44. +</para> +<para lang="en"> +in proxying location without trailing slash; +bug appeared in 0.1.44. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании метода rtsig мог произойти segmentation fault; +ошибка появилась в 0.2.0. +</para> +<para lang="en"> +the segmentation fault may occurred if the "rtsig" method was used; +bug appeared in 0.2.0. +</para> +</change> + +</changes> + + <changes ver="0.2.3" date="30.09.2005"> <change type="bugfix"> @@ -29,7 +69,7 @@ bug appeared in 0.2.2. <change type="feature"> <para lang="ru"> -команда config errmsg в модуле ngx_http_ssi_module. +команда config errmsg в модуле ngx_http_sssi_module. </para> <para lang="en"> the "config errmsg" command of the ngx_http_ssi_module. @@ -78,7 +118,7 @@ the ngx_http_autoindex_module now do not show the files starting by dot. <change type="bugfix"> <para lang="ru"> если SSL handshake завершался с ошибкой, то это могло привести также -в закрытию другого соединения. +к закрытию другого соединения. Спасибо Rob Mueller. </para> <para lang="en"> |
