mirror of
https://github.com/nginx/nginx.git
synced 2026-08-31 09:06:25 +00:00
nginx-0.2.4-RELEASE import
*) 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.
This commit is contained in:
parent
23d23c1e8e
commit
82dc95eadd
6 changed files with 185 additions and 16 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue