mirror of
https://github.com/nginx/nginx.git
synced 2024-11-23 20:19:02 +08:00
nginx-0.5.38-RELEASE
This commit is contained in:
parent
34953132b1
commit
6723f05fe4
@ -9,6 +9,37 @@
|
||||
<title lang="en">nginx changelog</title>
|
||||
|
||||
|
||||
<changes ver="0.5.38" date="14.09.2009">
|
||||
|
||||
<change type="security">
|
||||
<para lang="ru">
|
||||
ÐÒÉ ÏÂÒÁÂÏÔËÅ ÓÐÅÃÉÁÌØÎÏ ÓÏÚÄÁÎÎÏÇÏ ÚÁÐÒÏÓÁ
|
||||
× ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÍÏÇ ÐÒÏÉÚÏÊÔÉ segmentation fault.<br/>
|
||||
óÐÁÓÉÂÏ Chris Ries.
|
||||
</para>
|
||||
<para lang="en">
|
||||
a segmentation fault might occur in worker process
|
||||
while specially crafted request handling.<br/>
|
||||
Thanks to Chris Ries.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ error_log ÎÁ ÕÒÏ×ÎÅ info ÉÌÉ debug
|
||||
× ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÍÏÇ ÐÒÏÉÚÏÊÔÉ segmentation fault.<br/>
|
||||
óÐÁÓÉÂÏ óÅÒÇÅÀ âÏÞÅÎËÏ×Õ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
a segmentation fault might occur in worker process,
|
||||
if error_log was set to info or debug level.<br/>
|
||||
Thanks to Sergey Bochenkov.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="0.5.37" date="07.07.2008">
|
||||
|
||||
<change type="bugfix">
|
||||
@ -1748,7 +1779,7 @@ the bug had appeared in 0.5.8.
|
||||
</para>
|
||||
<para lang="en">
|
||||
a segmentation fault might occur in worker process
|
||||
if the temporarily files were used while working with FastCGI server;
|
||||
if the temporary files were used while working with FastCGI server;
|
||||
the bug had appeared in 0.5.8.
|
||||
</para>
|
||||
</change>
|
||||
@ -3506,11 +3537,11 @@ then the proxied request was sent unescaped.
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÍÅÔÏÄ $r->headers_in("Cookie") ÍÏÄÕÌÑ ngx_http_perl_module ÔÅÐÅÒØ ×ÏÚ×ÒÁÝÁÅÔ
|
||||
ÍÅÔÏÄ $r->header_in("Cookie") ÍÏÄÕÌÑ ngx_http_perl_module ÔÅÐÅÒØ ×ÏÚ×ÒÁÝÁÅÔ
|
||||
×ÓÅ ÓÔÒÏËÉ "Cookie" × ÚÁÇÏÌÏ×ËÅ ÚÁÐÒÏÓÁ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the $r->headers_in("Cookie") of the ngx_http_perl_module now returns
|
||||
the $r->header_in("Cookie") of the ngx_http_perl_module now returns
|
||||
all "Cookie" header lines.
|
||||
</para>
|
||||
</change>
|
||||
@ -4637,7 +4668,7 @@ the bug had appeared in 0.3.18.
|
||||
</para>
|
||||
<para lang="en">
|
||||
if the HTTPS protocol was used in the "proxy_pass" directive and
|
||||
the request body was in temporarily file then the request was not transferred.
|
||||
the request body was in temporary file then the request was not transferred.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
@ -8380,8 +8411,8 @@ the proxy_set_x_var and fastcgi_set_var directives were not inherited.
|
||||
Ë URI ÞÅÒÅÚ ÓÉÍ×ÏÌ "&" ×ÍÅÓÔÏ "?".
|
||||
</para>
|
||||
<para lang="en">
|
||||
in the redirect rewrite directive the arguments were concatenated with URI
|
||||
by the "&" rather than the "?".
|
||||
in a redirect rewrite directive arguments were concatenated with URI
|
||||
by an "&" rather than a "?".
|
||||
</para>
|
||||
</change>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user