From: Igor Sysoev Date: Thu, 2 Apr 2009 06:48:50 +0000 (+0000) Subject: nginx-0.6.36-RELEASE X-Git-Tag: release-0.6.36 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=b2a8888e2f651e8e8c5a295370eeb1f46d9a7c68;p=nginx.git nginx-0.6.36-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index ed50ed78e..7e4c146cb 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,168 @@ nginx changelog + + + + +ÏÛÉÂËÁ "Invalid argument", ×ÏÚ×ÒÁÝÁÅÍÁÑ setsockopt(TCP_NODELAY) ÎÁ Solaris, +ÔÅÐÅÒØ ÉÇÎÏÒÉÒÕÅÔÓÑ. + + +now the "Invalid argument" error returned by setsockopt(TCP_NODELAY) on Solaris, +is ignored. + + + + + +ÔÅÐÅÒØ ÒÁÚÒÅÛÁÀÔÓÑ POST'Ù ÂÅÚ ÓÔÒÏËÉ "Content-Length" × ÚÁÇÏÌÏ×ËÅ ÚÁÐÒÏÓÁ. + + +now POSTs without "Content-Length" header line are allowed. + + + + + +ÄÉÒÅËÔÉ×Á try_files. + + +the "try_files" directive. + + + + + +ÐÁÒÁÍÅÔÒ --with-pcre × configure. + + +the --with-pcre option in the configure. + + + + + +ÄÉÒÅËÔÉ×Á if_modified_since. + + +the "if_modified_since" directive. + + + + + +ÐÅÒÅÍÅÎÎÙÅ "$cookie_...". + + +the "$cookie_..." variables. + + + + + +ÐÅÒÅÍÅÎÎÙÅ "$arg_...". + + +the "$arg_..." variables. + + + + + +ÓÏ×ÍÅÓÔÉÍÏÓÔØ Ó Tru64 UNIX.
+óÐÁÓÉÂÏ Dustin Marquess. +
+ +compatibility with Tru64 UNIX.
+Thanks to Dustin Marquess. +
+
+ + + +ÄÉÒÅËÔÉ×Á ssl_engine ÎÅ ÉÓÐÏÌØÚÏ×ÁÌÁ SSL-ÁËÓÅÌÅÒÁÔÏÒ +ÄÌÑ ÁÓÉÍÍÅÔÒÉÞÎÙÈ ÛÉÆÒÏ×.
+óÐÁÓÉÂÏ Marcin Gozdalik. +
+ +a "ssl_engine" directive did not use a SSL-accelerator +for asymmetric ciphers.
+Thanks to Marcin Gozdalik. +
+
+ + + +× ÄÉÒÅËÔÉ×Å rewrite, ×ÏÚ×ÒÁÝÁÀÝÅÊ ÒÅÄÉÒÅËÔ, ÓÔÁÒÙÅ ÁÒÇÕÍÅÎÔÙ ÐÒÉÓÏÅÄÉÎÑÌÉÓØ +Ë ÎÏ×ÙÍ ÞÅÒÅÚ ÓÉÍ×ÏÌ "?" ×ÍÅÓÔÏ "&";
+ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.1.18.
+óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ. +
+ +in a redirect rewrite directive original arguments were concatenated with +new arguments by a "?" rather than an "&";
+the bug had appeared in 0.1.18.
+Thanks to Maxim Dounin. +
+
+ + + +nginx ÎÅ ÓÏÂÉÒÁÌÓÑ ÎÁ AIX. + + +nginx could not be built on AIX. + + + + + +ÅÓÌÉ ÎÁ ÚÁÐÒÏÓ Ó ÔÅÌÏÍ ×ÏÚ×ÒÁÝÁÌÓÑ ÒÅÄÉÒÅËÔ, ÔÏ ÏÔ×ÅÔ ÍÏÇ ÂÙÔØ Ä×ÏÊÎÙÍ +ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÍÅÔÏÄÏ× epoll ÉÌÉ rtsig.
+óÐÁÓÉÂÏ Eden Li. +
+ +a double response might be returned if the epoll or rtsig methods are used +and a redirect was returned to a request with body.
+Thanks to Eden Li. +
+
+ + + +ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÄÉÒÅËÔÉ×Ù resolver × SMTP ÐÒÏËÓÉ-ÓÅÒ×ÅÒÅ +× ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÍÏÇ ÐÒÏÉÚÏÊÔÉ segmentation fault. + + +a segmentation fault might occur in worker process +if "resolver" directive was used in SMTP proxy. + + + + + +fastcgi_store ÎÅ ×ÓÅÇÄÁ ÓÏÈÒÁÎÑÌ ÆÁÊÌÙ. + + +fastcgi_store stored files not always. + + + + + +nginx ÎÅ ÏÂÒÁÂÁÔÙ×ÁÌ ÏÔ×ÅÔ FastCGI-ÓÅÒ×ÅÒÁ, +ÅÓÌÉ ÐÅÒÅÄ ÏÔ×ÅÔÏÍ ÓÅÒ×ÅÒ ÐÅÒÅÄÁ×ÁÌ ÍÎÏÇÏ ÓÏÏÂÝÅÎÉÊ × stderr. + + +nginx did not process a FastCGI server response, +if the server send too many messages to stderr before response. + + + +
+ + @@ -9763,8 +9925,8 @@ the proxy_set_x_var and fastcgi_set_var directives were not inherited. Ë URI ÞÅÒÅÚ ÓÉÍ×ÏÌ "&" ×ÍÅÓÔÏ "?". -in the redirect rewrite directive the arguments were concatenated with URI -by the "&" rather than the "?". +in a redirect rewrite directive arguments were concatenated with URI +by an "&" rather than a "?".