nginx-0.5.0-RELEASE

This commit is contained in:
Igor Sysoev 2006-12-04 16:56:53 +00:00
parent 3d2fd18a39
commit 05f998825f

View File

@ -9,6 +9,78 @@
<title lang="en">nginx changelog</title>
<changes ver="0.5.0" date="04.12.2006">
<change type="change">
<para lang="ru">
ÐÁÒÁÍÅÔÒÙ × ×ÉÄÅ "%name" × ÄÉÒÅËÔÉ×Å log_format ÂÏÌØÛÅ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ.
</para>
<para lang="en">
the parameters in the "%name" form in the "log_format" directive
are not supported anymore.
</para>
</change>
<change type="change">
<para lang="ru">
ÄÉÒÅËÔÉ×Ù proxy_upstream_max_fails, proxy_upstream_fail_timeout,
fastcgi_upstream_max_fails, É fastcgi_upstream_fail_timeout,
memcached_upstream_max_fails É memcached_upstream_fail_timeout
ÂÏÌØÛÅ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ.
</para>
<para lang="en">
the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout",
"fastcgi_upstream_max_fails", "fastcgi_upstream_fail_timeout",
"memcached_upstream_max_fails", and "memcached_upstream_fail_timeout"
directives are not supported anymore.
</para>
</change>
<change type="feature">
<para lang="ru">
ÄÉÒÅËÔÉ×Á server × ÂÌÏËÅ upstream ÐÏÄÄÅÒÖÉ×ÁÅÔ ÐÁÒÁÍÅÔÒÙ
max_fails, fail_timeout É down.
</para>
<para lang="en">
the "server" directive in the "upstream" context supports
the "max_fails", "fail_timeout", and "down" parameters.
</para>
</change>
<change type="feature">
<para lang="ru">
ÄÉÒÅËÔÉ×Á ip_hash × ÂÌÏËÅ upstream.
</para>
<para lang="en">
the "ip_hash" directive inside the "upstream" block.
</para>
</change>
<change type="feature">
<para lang="ru">
ÓÔÁÔÕÓ WAIT × ÓÔÒÏËÅ "Auth-Status" × ÚÁÇÏÌÏ×ËÁ ÏÔ×ÅÔÁ ÓÅÒ×ÅÒÁ ÁÕÔÅÎÔÉÆÉËÁÃÉÉ
IMAP/POP3 ÐÒÏËÓÉ.
</para>
<para lang="en">
the WAIT status in the "Auth-Status" header line of the IMAP/POP3 proxy
authentication server response.
</para>
</change>
<change type="bugfix">
<para lang="ru">
nginx ÎÅ ÓÏÂÉÒÁÌÓÑ ÎÁ 64-ÂÉÔÎÙÈ ÐÌÁÔÆÏÒÍÁÈ;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.4.14.
</para>
<para lang="en">
nginx could not be built on 64-bit platforms;
bug appeared in 0.4.14.
</para>
</change>
</changes>
<changes ver="0.4.14" date="27.11.2006">
<change type="feature">
@ -1164,7 +1236,7 @@ the "add_header" directive adds the string to 204, 301, and 302 responses.
ÄÉÒÅËÔÉ×Á server × ÂÌÏËÅ upstream ÐÏÄÄÅÒÖÉ×ÁÅÔ ÐÁÒÁÍÅÔÒ weight.
</para>
<para lang="en">
the "server" directive if the "upstream" context supports
the "server" directive in the "upstream" context supports
the "weight" parameter.
</para>
</change>