From: Igor Sysoev Date: Mon, 6 Apr 2009 10:15:22 +0000 (+0000) Subject: nginx-0.7.48-RELEASE X-Git-Tag: release-0.7.48 X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=1910c4702075f1d5ad451c741f27dac5216e62fe;p=nginx.git nginx-0.7.48-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 71671820d..405510cf3 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,82 @@ nginx changelog + + + + +ÄÉÒÅËÔÉ×Á proxy_cache_key. + + +the "proxy_cache_key" directive. + + + + + +ÔÅÐÅÒØ nginx ÕÞÉÔÙ×ÁÅÔ ÐÒÉ ËÜÛÉÒÏ×ÁÎÉÉ ÓÔÒÏËÉ "X-Accel-Expires", +"Expires" É "Cache-Control" × ÚÁÇÏÌÏ×ËÅ ÏÔ×ÅÔÁ ÂÜËÅÎÄÁ. + + +now nginx takes into account the "X-Accel-Expires", "Expires", and +"Cache-Control" header lines in a backend response. + + + + + +ÔÅÐÅÒØ nginx ËÜÛÉÒÕÅÔ ÔÏÌØËÏ ÏÔ×ÅÔÙ ÎÁ ÚÁÐÒÏÓÙ GET. + + +now nginx caches responses for the GET requests only. + + + + + +ÄÉÒÅËÔÉ×Á fastcgi_cache_key ÎÅ ÎÁÓÌÅÄÏ×ÁÌÁÓØ. + + +the "fastcgi_cache_key" directive was not inherited. + + + + + +ÐÅÒÅÍÅÎÎÙÅ $arg_... ÎÅ ÒÁÂÏÔÁÌÉ Ó SSI-ÐÏÄÚÁÐÒÏÓÁÍÉ.
+óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ. +
+ +the $arg_... variables did not work with SSI subrequests.
+Thanks to Maxim Dounin. +
+
+ + + +nginx ÎÅ ÓÏÂÉÒÁÌÓÑ Ó ÂÉÂÌÉÏÔÅËÏÊ uclibc.
+óÐÁÓÉÂÏ Timothy Redaelli. +
+ +nginx could not be built with uclibc library.
+Thanks to Timothy Redaelli. +
+
+ + + +nginx ÎÅ ÓÏÂÉÒÁÌÓÑ ÎÁ OpenBSD; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.46. + + +nginx could not be built on OpenBSD; +the bug had appeared in 0.7.46. + + + +
+ + @@ -634,7 +710,7 @@ Thanks to Maxim Dounin. in a redirect rewrite directive original arguments were concatenated with -new arguments by an "?" rather than an "&";
+new arguments by a "?" rather than an "&";
the bug had appeared in 0.1.18.
Thanks to Maxim Dounin.
@@ -11746,7 +11822,7 @@ the proxy_set_x_var and fastcgi_set_var directives were not inherited. in a redirect rewrite directive arguments were concatenated with URI -by an "&" rather than an "?". +by an "&" rather than a "?".