From: Igor Sysoev Date: Tue, 8 Jan 2008 17:42:10 +0000 (+0000) Subject: nginx-0.5.35-RELEASE X-Git-Tag: release-0.5.35 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=a94667310bea0d15a275412b49e104736e6128b4;p=nginx.git nginx-0.5.35-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index fccc63f4c..085952caf 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,113 @@ nginx changelog + + + + +ÔÅÐÅÒØ ÍÏÄÕÌØ ngx_http_userid_module × ÐÏÌÅ ËÕËÉ Ó ÎÏÍÅÒÏÍ ÐÒÏÃÅÓÓÁ +ÄÏÂÁ×ÌÑÅÔ ÍÉËÒÏÓÅËÕÎÄÙ ÎÁ ×ÒÅÍÑ ÓÔÁÒÔÁ. + + +now the ngx_http_userid_module adds start time microseconds +to the cookie field contains a pid value. + + + + + +ÔÅÐÅÒØ ÎÁ Linux ÉÓÐÏÌØÚÕÅÔÓÑ uname(2) ×ÍÅÓÔÏ procfs.
+óÐÁÓÉÂÏ éÌØÅ îÏ×ÉËÏ×Õ. +
+ +now the uname(2) is used on Linux instead of procfs.
+Thanks to Ilya Novikov. +
+
+ + + +ÐÏÄÄÅÒÖËÁ ÓÔÒÏËÉ "If-Range" × ÚÁÇÏÌÏ×ËÅ ÚÁÐÒÏÓÁ.
+óÐÁÓÉÂÏ áÌÅËÓÁÎÄÒÕ éÎÀÈÉÎÕ. +
+ +the "If-Range" request header line support.
+Thanks to Alexander V. Inyukhin. +
+
+ + + +ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ HTTPS ÚÁÐÒÏÓÙ ÍÏÇÌÉ ÚÁ×ÅÒÛÁÔØÓÑ Ó ÏÛÉÂËÏÊ "bad write retry"; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.5.13. + + +in HTTPS mode requests might fail with the "bad write retry" error; +bug appeared in 0.5.13. + + + + + +STARTTLS × ÒÅÖÉÍÅ SMTP ÎÅ ÒÁÂÏÔÁÌ.
+óÐÁÓÉÂÏ ïÌÅÇÕ íÏÔÉÅÎËÏ. +
+ +the STARTTLS in SMTP mode did not work.
+Thanks to Oleg Motienko. +
+
+ + + +large_client_header_buffers ÎÅ ÏÓ×ÏÂÏÖÄÁÌÉÓØ ÐÅÒÅÄ ÐÅÒÅÈÏÄÏÍ × ÓÏÓÔÏÑÎÉÅ +keep-alive.
+óÐÁÓÉÂÏ ïÌÅËÓÁÎÄÒÕ ûÔÅÐÅ. +
+ +large_client_header_buffers did not freed before going to keep-alive state.
+Thanks to Olexander Shtepa. +
+
+ + + +ÄÉÒÅËÔÉ×Á limit_rate ÎÅ ÐÏÚ×ÏÌÑÌÁ ÐÅÒÅÄÁ×ÁÔØ ÎÁ ÐÏÌÎÏÊ ÓËÏÒÏÓÔÉ, +ÄÁÖÅ ÅÓÌÉ ÂÙÌ ÕËÁÚÁÎ ÏÞÅÎØ ÂÏÌØÛÏÊ ÌÉÍÉÔ. + + +the "limit_rate" directive did not allow to use full throughput, +even if limit value was very high. + + + + + +ÅÓÌÉ ÏÔ×ÅÔ ÐÒÏËÓÉÒÏ×ÁÎÎÏÇÏ ÓÅÒ×ÅÒÁ ÂÙÌ ×ÅÒÓÉÉ HTTP/0.9, +ÔÏ ÐÅÒÅÍÅÎÎÁÑ $status ÂÙÌÁ ÒÁ×ÎÁ 0. + + +the $status variable was equal to 0 if a proxied server returned response +in HTTP/0.9 version. + + + + + +ÅÓÌÉ × ÄÉÒÅËÔÉ×Å error_page ÉÓÐÏÌØÚÏ×ÁÌÓÑ ÓÉÍ×ÏÌ "?", ÔÏ ÏÎ ÜËÒÁÎÉÒÏ×ÁÌÓÑ +ÐÒÉ ÐÒÏËÓÉÒÏ×ÁÎÉÉ ÚÁÐÒÏÓÁ; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.5.32. + + +if the "?" character was in a "error_page" directive, then it was escaped +in a proxied request; +bug appeared in 0.5.32. + + + +
+ +