From: Igor Sysoev Date: Wed, 15 Aug 2007 12:44:26 +0000 (+0000) Subject: nginx-0.6.7-RELEASE X-Git-Tag: release-0.6.7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=c2920683a46de7a0c70809c65c03938d62858121;p=nginx.git nginx-0.6.7-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 3f706de6e..d0c0eb2eb 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,146 @@ nginx changelog + + + + +ÔÅÐÅÒØ ÐÕÔÉ, ÕËÁÚÁÎÎÙÅ × ÄÉÒÅËÔÉ×ÁÈ include, auth_basic_user_file, +perl_modules, ssl_certificate, ssl_certificate_key É +ssl_client_certificate, ÏÐÒÅÄÅÌÑÀÔÓÑ ÏÔÎÏÓÉÔÅÌØÎÏ ËÁÔÁÌÏÇÕ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÇÏ +ÆÁÊÌÁ nginx.conf, Á ÎÅ ÏÔÎÏÓÉÔÅÌØÎÏ ÐÒÅÆÉËÓÕ. + + +now the paths specified in the "include", "auth_basic_user_file", +"perl_modules", "ssl_certificate", "ssl_certificate_key", and +"ssl_client_certificate" directives are relative to directory of +nginx configuration file nginx.conf, but no to nginx prefix directory. + + + + + +ÐÁÒÁÍÅÔÒ --sysconfdir=PATH × configure ÕÐÒÁÚÄΣÎ. + + +the --sysconfdir=PATH option in configure was canceled. + + + + + +ÄÌÑ ÏÂÎÏ×ÌÅÎÉÑ ÎÁ ÌÅÔÕ ×ÅÒÓÉÊ 0.1.x ÓÏÚÄÁÎ ÓÐÅÃÉÁÌØÎÙÊ ÓÃÅÎÁÒÉÊ +make upgrade1. + + +the special make target "upgrade1" was defined for online upgrade of +0.1.x versions. + + + + + +ÄÉÒÅËÔÉ×Ù server_name É valid_referers ÐÏÄÄÅÒÖÉ×ÁÀÔ ÒÅÇÕÌÑÒÎÙÅ ×ÙÒÁÖÅÎÉÑ. + + +the "server_name" and "valid_referers" directives support regular expressions. + + + + + +ÄÉÒÅËÔÉ×Á server × ÂÌÏËÅ upstream ÐÏÄÄÅÒÖÉ×ÁÅÔ ÐÁÒÁÍÅÔÒ backup. + + +the "server" directive in the "upstream" context supports +the "backup" parameter. + + + + + +ÍÏÄÕÌØ ngx_http_perl_module ÐÏÄÄÅÒÖÉ×ÁÅÔ ÍÅÔÏÄ $r->discard_request_body. + + +the ngx_http_perl_module supports the $r->discard_request_body. + + + + + +ÄÉÒÅËÔÉ×Á "add_header Last-Modified ..." ÍÅÎÑÅÔ ÓÔÒÏËÕ "Last-Modified" +× ÚÁÇÏÌÏ×ËÅ ÏÔ×ÅÔÁ. + + +the "add_header Last-Modified ..." directive changes the "Last-Modified" +response header line. + + + + + +ÅÓÌÉ ÎÁ ÚÁÐÒÏÓ Ó ÔÅÌÏÍ ×ÏÚ×ÒÁÝÁÌÓÑ ÏÔ×ÅÔ Ó ËÏÄÏÍ HTTP ÏÔÌÉÞÎÙÍ ÏÔ 200, +É ÐÏÓÌÅ ÜÔÏÇÏ ÚÁÐÒÏÓÁ ÓÏÅÄÉÎÅÎÉÅ ÐÅÒÅÈÏÄÉÌÏ × ÓÏÓÔÏÑÎÉÅ keep-alive, +ÔÏ ÎÁ ÓÌÅÄÕÀÝÉÊ ÚÁÐÒÏÓ nginx ×ÏÚ×ÒÁÝÁÌ 400. + + +if an response different than 200 was returned to an request with body +and connection went to the keep-alive state after the request, then +nginx returned 400 for the next request. + + + + + +ÅÓÌÉ × ÄÉÒÅËÔÉ×Å auth_http ÂÙÌ ÚÁÄÁÎ ÎÅÐÒÁ×ÉÌØÎÙÊ ÁÄÒÅÓ, ÔÏ +× ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÐÒÏÉÓÈÏÄÉÌ segmentation fault.
+
+ +a segmentation fault occurred in worker process +if invalid address was set in the "auth_http" directive. + +
+ + + +ÔÅÐÅÒØ ÐÏ ÕÍÏÌÞÁÎÉÀ nginx ÉÓÐÏÌØÚÕÅÔ ÚÎÁÞÅÎÉÅ 511 ÄÌÑ listen backlog +ÎÁ ×ÓÅÈ ÐÌÁÔÆÏÒÍÁÈ, ËÒÏÍÅ FreeBSD.
+óÐÁÓÉÂÏ Jiang Hong. +
+ +now nginx uses default listen backlog value 511 on all platforms +except FreeBSD.
+Thanks to Jiang Hong. +
+
+ + + +ÒÁÂÏÞÉÊ ÐÒÏÃÅÓÓ ÍÏÇ ÚÁÃÉËÌÉÔØÓÑ, ÅÓÌÉ server × ÂÌÏËÅ upstream ÂÙÌ ÐÏÍÅÞÅÎ +ËÁË down; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.6.6. + + +a worker process may got caught in an endless loop, if an "server" inside +"upstream" block was marked as "down"; +bug appeared in 0.6.6. + + + + + +sendfilev() × Solaris ÔÅÐÅÒØ ÎÅ ÉÓÐÏÌØÚÕÅÔÓÑ ÐÒÉ ÐÅÒÅÄÁÞÅ ÔÅÌÁ ÚÁÐÒÏÓÁ +FastCGI-ÓÅÒ×ÅÒÕ ÞÅÒÅÚ unix domain ÓÏËÅÔ. + + +now Solaris sendfilev() is not used to transfer the client request body +to FastCGI-server via the unix domain socket. + + + +
+ +