mirror of
https://github.com/nginx/nginx.git
synced 2024-11-27 23:49:00 +08:00
nginx-0.6.8-RELEASE
This commit is contained in:
parent
7896c39fe8
commit
451bb092d6
@ -9,20 +9,80 @@
|
||||
<title lang="en">nginx changelog</title>
|
||||
|
||||
|
||||
<changes ver="0.6.8" date="20.08.2007">
|
||||
|
||||
<change type="change">
|
||||
<para lang="ru">
|
||||
ÔÅÐÅÒØ nginx ÐÙÔÁÅÔÓÑ ÕÓÔÁÎÏ×ÉÔØ ÄÉÒÅËÔÉ×Ù worker_priority,
|
||||
worker_rlimit_nofile, worker_rlimit_core, worker_rlimit_sigpending
|
||||
ÂÅÚ ÐÒÉ×ÉÌÅÇÉÊ root'Á.
|
||||
</para>
|
||||
<para lang="en">
|
||||
now nginx tries to set the "worker_priority", "worker_rlimit_nofile",
|
||||
"worker_rlimit_core", and "worker_rlimit_sigpending" without super-user
|
||||
privileges.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="change">
|
||||
<para lang="ru">
|
||||
ÔÅÐÅÒØ nginx ÜËÒÁÎÉÒÕÅÔ ÓÉÍ×ÏÌÙ ÐÒÏÂÅÌÁ É "%" ÐÒÉ ÐÅÒÅÄÁÞÅ ÚÁÐÒÏÓÁ
|
||||
ÓÅÒ×ÅÒÕ ÁÕÔÅÎÔÉÆÉËÁÃÉÉ ÐÏÞÔÏ×ÏÇÏ ÐÒÏËÓÉ-ÓÅÒ×ÅÒÁ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
now nginx escapes space and "%" in request to a mail proxy authentication
|
||||
server.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="change">
|
||||
<para lang="ru">
|
||||
ÔÅÐÅÒØ nginx ÜËÒÁÎÉÒÕÅÔ ÓÉÍ×ÏÌ "%" × ÐÅÒÅÍÅÎÎÏÊ $memcached_key.
|
||||
</para>
|
||||
<para lang="en">
|
||||
now nginx escapes "%" in $memcached_key variable.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÐÒÉ ÕËÁÚÁÎÉÉ ÏÔÎÏÓÉÔÅÌØÎÏÇÏ ÐÕÔÉ Ë ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÍÕ ÆÁÊÌÕ × ËÁÞÅÓÔ×Å
|
||||
ÐÁÒÁÍÅÔÒÁ ËÌÀÞÁ -c nginx ÏÐÒÅÄÅÌÑÌ ÐÕÔØ ÏÔÎÏÓÉÔÅÌØÎÏ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÇÏ ÐÒÅÆÉËÓÁ;
|
||||
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.6.6.
|
||||
</para>
|
||||
<para lang="en">
|
||||
nginx used path relative to configuration prefix for non-absolute
|
||||
configuration file path specified in the "-c" key;
|
||||
bug appeared in 0.6.6.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
nginx ÎÅ ÒÁÂÏÔÁÌ ÎÁ FreeBSD/sparc64.
|
||||
</para>
|
||||
<para lang="en">
|
||||
nginx did not work on FreeBSD/sparc64.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="0.6.7" date="15.08.2007">
|
||||
|
||||
<change type="change">
|
||||
<para lang="ru">
|
||||
ÔÅÐÅÒØ ÐÕÔÉ, ÕËÁÚÁÎÎÙÅ × ÄÉÒÅËÔÉ×ÁÈ include, auth_basic_user_file,
|
||||
perl_modules, ssl_certificate, ssl_certificate_key É
|
||||
ssl_client_certificate, ÏÐÒÅÄÅÌÑÀÔÓÑ ÏÔÎÏÓÉÔÅÌØÎÏ ËÁÔÁÌÏÇÕ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÇÏ
|
||||
ÆÁÊÌÁ nginx.conf, Á ÎÅ ÏÔÎÏÓÉÔÅÌØÎÏ ÐÒÅÆÉËÓÕ.
|
||||
ssl_client_certificate, ÏÐÒÅÄÅÌÑÀÔÓÑ ÏÔÎÏÓÉÔÅÌØÎÏ ËÁÔÁÌÏÇÁ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÇÏ
|
||||
ÆÁÊÌÁ nginx.conf, Á ÎÅ ÏÔÎÏÓÉÔÅÌØÎÏ ÐÒÅÆÉËÓÁ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
now the paths specified in the "include", "auth_basic_user_file",
|
||||
"perl_modules", "ssl_certificate", "ssl_certificate_key", and
|
||||
"ssl_client_certificate" directives are relative to directory of
|
||||
nginx configuration file nginx.conf, but no to nginx prefix directory.
|
||||
nginx configuration file nginx.conf, but not to nginx prefix directory.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
@ -499,7 +559,7 @@ process identification number.
|
||||
ÍÁÓËÉ ×ÉÄÁ "www.example.*".
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "server_name", "map", and "valid_referers" directives supports
|
||||
the "server_name", "map", and "valid_referers" directives support
|
||||
the "www.example.*" wildcards.
|
||||
</para>
|
||||
</change>
|
||||
|
Loading…
Reference in New Issue
Block a user