From: Igor Sysoev Date: Mon, 16 Feb 2009 13:58:43 +0000 (+0000) Subject: nginx-0.7.35-RELEASE X-Git-Tag: release-0.7.35 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=17170e819609be100d28a41045241d9ae7275354;p=nginx.git nginx-0.7.35-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 629fca8a0..03829a7c6 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,50 @@ nginx changelog + + + + +ÄÉÒÅËÔÉ×Á ssl_engine ÎÅ ÉÓÐÏÌØÚÏ×ÁÌÁ SSL-ÁËÓÅÌÅÒÁÔÏÒ +ÄÌÑ ÁÓÉÍÍÅÔÒÉÞÎÙÈ ÛÉÆÒÏ×.
+óÐÁÓÉÂÏ Marcin Gozdalik. +
+ +a "ssl_engine" directive did not use a SSL-accelerator +for asymmetric ciphers.
+Thanks to Marcin Gozdalik. +
+
+ + + +ÄÉÒÅËÔÉ×Á try_files ×ÙÓÔÁ×ÌÑÌÁ MIME-type, ÉÓÈÏÄÑ ÉÚ ÒÁÓÛÉÒÅÎÉÑ +ÐÅÒ×ÏÎÁÞÁÌØÎÏÇÏ ÚÁÐÒÏÓÁ. + + +a "try_files" directive set MIME type depending on an +original request extension. + + + + + +× ÄÉÒÅËÔÉ×ÁÈ server_name, valid_referers É map +ÎÅÐÒÁ×ÉÌØÎÏ ÏÂÒÁÂÁÔÙ×ÁÌÉÓØ ÉÍÅÎÁ ×ÉÄÁ "*domain.tld", +ÅÓÌÉ ÉÓÐÏÌØÚÏ×ÁÌÉÓØ ÍÁÓËÉ ×ÉÄÁ ".domain.tld" É ".subdomain.domain.tld"; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.9. + + +"*domain.tld" names were handled incorrectly in +"server_name", "valid_referers", and "map" directives, +if an ".domain.tld" and ".subdomain.domain.tld" wildcards were used; +the bug had appeared in 0.7.9. + + + +
+ + @@ -1281,7 +1325,7 @@ the bug had appeared in 0.7.7. if the "server_name", "valid_referers", and "map" directives used an "*.domain.tld" wildcard and exact name "domain.tld" was not set, then the exact name was matched by the wildcard; -the bugs had appeared in 0.3.18. +the bug had appeared in 0.3.18.