From 630e3467148eafd30ff55c539f5cfa9fa0fa5de7 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 22 Oct 2007 11:16:55 +0000 Subject: [PATCH] nginx-0.6.15-RELEASE --- docs/xml/nginx/changes.xml | 102 +++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 5ffbe030b..47150c4d6 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,108 @@ nginx changelog + + + + +ÓÏ×ÍÅÓÔÉÍÏÓÔØ Ó cygwin.
+óÐÁÓÉÂÏ ÷ÌÁÄÉÍÉÒÕ ëÕÔÁËÏ×Õ. +
+ +cygwin compatibility.
+Thanks to Vladimir Kutakov. +
+
+ + + +ÄÉÒÅËÔÉ×Á merge_slashes. + + +the "merge_slashes" directive. + + + + + +ÄÉÒÅËÔÉ×Á gzip_vary. + + +the "gzip_vary" directive. + + + + + +ÄÉÒÅËÔÉ×Á server_tokens. + + +the "server_tokens" directive. + + + + + +nginx ÎÅ ÒÁÓËÏÄÉÒÏ×ÁÌ URI × ËÏÍÁÎÄÅ SSI include. + + +nginx did not unescape URI in the "include" SSI command. + + + + + +ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÐÅÒÅÍÅÎÎÏÊ × ÄÉÒÅËÔÉ×ÁÈ charset ÉÌÉ source_charset +ÎÁ ÓÔÁÒÔÅ ÉÌÉ ×Ï ×ÒÅÍÑ ÐÅÒÅËÏÎÆÉÇÕÒÁÃÉÉ ÐÒÏÉÓÈÏÄÉÌ segmentation fault, + + +the segmentation fault was occurred on start or while reconfiguration +if variable was used in the "charset" or "source_charset" directives. + + + + + +nginx ×ÏÚ×ÒÁÝÁÌ ÏÛÉÂËÕ 400 ÎÁ ÚÁÐÒÏÓÙ ×ÉÄÁ +"GET http://www.domain.com HTTP/1.0".
+óÐÁÓÉÂÏ James Oakley. +
+ +nginx returned the 400 response on requests like +"GET http://www.domain.com HTTP/1.0".
+Thanks to James Oakley. +
+
+ + + +ÐÏÓÌÅ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÑ ÚÁÐÒÏÓÁ Ó ÔÅÌÏÍ ÚÁÐÒÏÓÁ Ó ÐÏÍÏÝØÀ ÄÉÒÅËÔÉ×Ù +error_page nginx ÐÙÔÁÌÓÑ ÓÎÏ×Á ÐÒÏÞÉÔÁÔØ ÔÅÌÏ ÚÁÐÒÏÓÁ; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.6.7. + + +if request with request body was redirected using the "error_page" directive, +then nginx tried to read the request body again; +bug appeared in 0.6.7. + + + + + +× ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÐÒÏÉÓÈÏÄÉÌ segmentation fault, ÅÓÌÉ Õ ÓÅÒ×ÅÒÁ, +ÏÂÒÁÂÁÔÙ×ÁÀÝÅÍÕ ÚÁÐÒÏÓ, ÎÅ ÂÙÌ Ñ×ÎÏ ÏÐÒÅÄẠ̊Πserver_name; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.6.7. + + +a segmentation fault occurred in worker process +if no server_name was explicitly defined for server processing request; +bug appeared in 0.6.7. + + + +
+ + -- 2.47.3