mirror of
https://github.com/nginx/nginx.git
synced 2024-11-24 04:49:01 +08:00
nginx-0.8.1-RELEASE
This commit is contained in:
parent
83c93ba109
commit
781c0ef4f2
@ -9,6 +9,69 @@
|
||||
<title lang="en">nginx changelog</title>
|
||||
|
||||
|
||||
<changes ver="0.8.1" date="08.06.2009">
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
ÐÁÒÁÍÅÔÒ updating × ÄÉÒÅËÔÉ×ÁÈ proxy_cache_use_stale É fastcgi_cache_use_stale.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "updating" parameter in "proxy_cache_use_stale" and
|
||||
"fastcgi_cache_use_stale" directives.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÓÔÒÏËÉ "If-Modified-Since", "If-Range" É ÉÍ ÐÏÄÏÂÎÙÅ × ÚÁÇÏÌÏ×ËÅ ÚÁÐÒÏÓÁ
|
||||
ËÌÉÅÎÔÁ ÐÅÒÅÄÁ×ÁÌÉÓØ ÂÜËÅÎÄÕ ÐÒÉ ËÜÛÉÒÏ×ÁÎÉÉ, ÅÓÌÉ ÎÅ ÉÓÐÏÌØÚÏ×ÁÌÁÓØ
|
||||
ÄÉÒÅËÔÉ×Á proxy_set_header Ó ÌÀÂÙÍÉ ÐÁÒÁÍÅÔÒÁÍÉ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "If-Modified-Since", "If-Range", etc. client request header lines
|
||||
were passed to backend while caching if no "proxy_set_header" directive
|
||||
was used with any parameters.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÓÔÒÏËÉ "Set-Cookie" É "P3P" × ÚÁÇÏÌÏ×ËÅ ÏÔ×ÅÔÁ ÂÜËÅÎÄÁ ÎÅ ÓËÒÙ×ÁÌÉÓØ
|
||||
ÐÒÉ ËÜÛÉÒÏ×ÁÎÉÉ, ÅÓÌÉ ÎÅ ÉÓÐÏÌØÚÏ×ÁÌÉÓØ ÄÉÒÅËÔÉ×Ù
|
||||
proxy_hide_header/fastcgi_hide_header Ó ÌÀÂÙÍÉ ÐÁÒÁÍÅÔÒÁÍÉ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "Set-Cookie" and "P3P" response header lines were not hidden while caching
|
||||
if no "proxy_hide_header/fastcgi_hide_header" directives were used with
|
||||
any parameters.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÍÏÄÕÌØ ngx_http_image_filter_module ÎÅ ÐÏÎÉÍÁÌ ÆÏÒÍÁÔ GIF87a.<br/>
|
||||
óÐÁÓÉÂÏ äÅÎÉÓ éÌØÉÎÙÈ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the ngx_http_image_filter_module did not support GIF87a format.<br/>
|
||||
Thanks to Denis Ilyinyh.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
nginx ÎÅ ÓÏÂÉÒÁÌÓÑ ÎÁ Solaris 10 É ÂÏÌÅÅ ÒÁÎÎÉÈ;
|
||||
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.56.
|
||||
</para>
|
||||
<para lang="en">
|
||||
nginx could not be built modules on Solaris 10 and early;
|
||||
the bug had appeared in 0.7.56.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="0.8.0" date="02.06.2009">
|
||||
|
||||
<change type="feature">
|
||||
@ -42,7 +105,7 @@ XLST filter did not work in subrequests.
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÏÂÒÁÂÏÔËÅ ÏÔÎÏÓÉÔÅÌØÎÙÈ ÐÕÔÅÊ × in nginx/Windows.
|
||||
ÏÂÒÁÂÏÔËÅ ÏÔÎÏÓÉÔÅÌØÎÙÈ ÐÕÔÅÊ × nginx/Windows.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in relative paths handling in nginx/Windows.
|
||||
@ -118,7 +181,7 @@ SSL-
|
||||
</para>
|
||||
<para lang="en">
|
||||
the SSL modules might not built on Solaris and Linux;<br/>
|
||||
the bug had appeared in 0.7.58.
|
||||
the bug had appeared in 0.7.56.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
@ -257,7 +320,7 @@ in ngx_http_image_filter_module.
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÐÁÒÁÍÅÔÒÙ http_XXX × ÄÉÒÅËÔÉ×Å proxy_cache_use_stale
|
||||
ÐÁÒÁÍÅÔÒÙ http_XXX × ÄÉÒÅËÔÉ×ÁÈ proxy_cache_use_stale
|
||||
É fastcgi_cache_use_stale ÎÅ ÒÁÂÏÔÁÌÉ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
|
Loading…
Reference in New Issue
Block a user