From: Igor Sysoev Date: Mon, 30 Mar 2009 08:32:56 +0000 (+0000) Subject: nginx-0.7.45-RELEASE X-Git-Tag: release-0.7.45 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=4c93abecad52abd88df41163345ab5b58f386d01;p=nginx.git nginx-0.7.45-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index fbbe4754d..1afb9a22f 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,100 @@ nginx changelog + + + + +ÔÅÐÅÒØ ÄÉÒÅËÔÉ×Ù proxy_cache É proxy_cache_valid ÍÏÖÎÏ ÚÁÄÁ×ÁÔØ +ÎÁ ÒÁÚÎÙÈ ÕÒÏ×ÎÑÈ. + + +now the "proxy_cache" and the "proxy_cache_valid" can be set on +different levels. + + + + + +ÐÁÒÁÍÅÔÒ clean_time × ÄÉÒÅËÔÉ×Å proxy_cache_path ÕÄÁÌ£Î. + + +the "clean_time" parameter of the "proxy_cache_path" directive is canceled. + + + + + +ÐÁÒÁÍÅÔÒ max_size × ÄÉÒÅËÔÉ×Å proxy_cache_path. + + +the "max_size" parameter of the "proxy_cache_path" directive. + + + + + +ÐÒÅÄ×ÁÒÉÔÅÌØÎÁÑ ÐÏÄÄÅÒÖËÁ ËÜÛÉÒÏ×ÁÎÉÑ × ÍÏÄÕÌÅ ngx_http_fastcgi_module. + + +the ngx_http_fastcgi_module preliminary cache support. + + + + + +ÔÅÐÅÒØ ÐÒÉ ÏÛÉÂËÁÈ ×ÙÄÅÌÅÎÉÑ × ÒÁÚÄÅÌÑÅÍÏÊ ÐÁÍÑÔÉ × ÌÏÇÅ ÕËÁÚÙ×ÁÀÔÓÑ +ÎÁÚ×ÁÎÉÑ ÄÉÒÅËÔÉ×Ù É ÚÏÎÙ. + + +now on shared memory allocation errors directive and zone names are logged. + + + + + +ÄÉÒÅËÔÉ×Á "add_header last-modified ''" ÎÅ ÕÄÁÌÑÌÁ × ÚÁÇÏÌÏ×ËÅ ÏÔ×ÅÔÁ +ÓÔÒÏËÕ "Last-Modified"; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.44. + + +the directive "add_header last-modified ''" did not delete a "Last-Modified" +response header line; +the bug had appeared in 0.7.44. + + + + + +× ÄÉÒÅËÔÉ×Å auth_basic_user_file ÎÅ ÒÁÂÏÔÁÌ ÏÔÎÏÓÉÔÅÌØÎÙÊ ÐÕÔØ, +ÚÁÄÁÎÎÙÊ ÓÔÒÏËÏÊ ÂÅÚ ÐÅÒÅÍÅÎÎÙÈ; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.44.
+óÐÁÓÉÂÏ Jerome Loyet. +
+ +a relative path in the "auth_basic_user_file" directive given without variables +did not work; +the bug had appeared in 0.7.44.
+Thanks to Jerome Loyet. +
+
+ + + +× ÄÉÒÅËÔÉ×Å alias, ÚÁÄÁÎÎÏÊ ÐÅÒÅÍÅÎÎÙÍÉ +ÂÅÚ ÓÓÙÌÏË ÎÁ ×ÙÄÅÌÅÎÉÑ × ÒÅÇÕÌÑÒÎÙÈ ×ÙÒÁÖÅÎÉÑÈ; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.42. + + +in an "alias" directive given using variables +without references to captures of regular expressions; +the bug had appeared in 0.7.42. + + + +
+ +