From: Igor Sysoev Date: Wed, 30 Jul 2008 12:55:03 +0000 (+0000) Subject: nginx-0.7.7-RELEASE X-Git-Tag: release-0.7.7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=a8576620a5284728ae704055166b724ac521221d;p=nginx.git nginx-0.7.7-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 252289b81..e1578a1de 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,103 @@ nginx changelog + + + + +ÔÅÐÅÒØ ÏÛÉÂËÁ EAGAIN ÐÒÉ ×ÙÚÏ×Å connect() ÎÅ ÓÞÉÔÁÅÔÓÑ ×ÒÅÍÅÎÎÏÊ. + + +now the EAGAIN error returned by connect() is not considered as temporary error. + + + + + +ÚÎÁÞÅÎÉÅÍ ÐÅÒÅÍÅÎÎÏÊ $ssl_client_cert ÔÅÐÅÒØ Ñ×ÌÑÅÔÓÑ ÓÅÒÔÉÆÉËÁÔ, +ÐÅÒÅÄ ËÁÖÄÏÊ ÓÔÒÏËÏÊ ËÏÔÏÒÏÇÏ, ËÒÏÍÅ ÐÅÒ×ÏÊ, ×ÓÔÁ×ÌÑÅÔÓÑ ÓÉÍ×ÏÌ ÔÁÂÕÌÑÃÉÉ; +ÎÅÉÚÍÅΣÎÎÙÊ ÓÅÒÔÉÆÉËÁÔ ÄÏÓÔÕÐÅÎ ÞÅÒÅÚ ÐÅÒÅÍÅÎÎÕÀ $ssl_client_raw_cert. + + +now the $ssl_client_cert variable value is a certificate with TAB character +intended before each line except first one; +an unchanged certificate is available in the $ssl_client_raw_cert variable. + + + + + +ÐÁÒÁÍÅÔÒ ask ÄÉÒÅËÔÉ×Ù ssl_verify_client. + + +the "ask" parameter in the "ssl_verify_client" directive. + + + + + +ÕÌÕÞÛÅÎÉÑ × ÏÂÒÁÂÏÔËÅ byte-range.
+óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ. +
+ +byte-range processing improvements.
+Thanks to Maxim Dounin. +
+
+ + + +ÄÉÒÅËÔÉ×Á directio. + + +the "directio" directive. + + + + + +ÐÏÄÄÅÒÖËÁ sendfile() × MacOSX 1.5. + + +MacOSX 1.5 sendfile() support. + + + + + +× MacOSX É Cygwin ÐÒÉ ÐÒÏ×ÅÒËÅ location'Ï× ÔÅÐÅÒØ ÄÅÌÁÅÔÓÑ ÓÒÁ×ÎÅÎÉÅ +ÂÅÚ ÕÞ£ÔÁ ÒÅÇÉÓÔÒÁ ÓÉÍ×ÏÌÏ×; +ÏÄÎÁËÏ, ÓÒÁ×ÎÅÎÉÅ ÏÇÒÁÎÉÞÅÎÏ ÔÏÌØËÏ ÏÄÎÏÂÁÊÔÎÙÍÉ locale'ÑÍÉ. + + +now in MacOSX and Cygwin locations are tested in case insensitive mode; +however, the compare is provided by single-byte locales only. + + + + + +ÓÏÅÄÉÎÅÎÉÑ ÐÏÞÔÏ×ÏÇÏ ÐÒÏËÓÉ-ÓÅÒ×ÅÒÁ ÚÁ×ÉÓÁÌÉ × ÒÅÖÉÍÅ SSL, +ÅÓÌÉ ÉÓÐÏÌØÚÏ×ÁÌÉÓØ ÍÅÔÏÄÙ select, poll ÉÌÉ /dev/poll. + + +mail proxy SSL connections hanged, +if select, poll, or /dev/poll methods were used. + + + + + +ÏÛÉÂËÉ ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ËÏÄÉÒÏ×ËÉ UTF-8 × ngx_http_autoindex_module. + + +UTF-8 encoding usage in the ngx_http_autoindex_module. + + + +
+ +