From: Igor Sysoev Date: Mon, 19 Jan 2009 13:57:01 +0000 (+0000) Subject: nginx-0.7.31-RELEASE X-Git-Tag: release-0.7.31 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=a323f68717312a04bed69176e9dd5b5d0502a18b;p=nginx.git nginx-0.7.31-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 431fe8a24..8991ba29c 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,18 +9,90 @@ nginx changelog + + + + +ÔÅÐÅÒØ ÄÉÒÅËÔÉ×Á try_files ÐÒÏ×ÅÒÑÅÔ ÔÏÌØËÏ ÆÁÊÌÙ, ÉÇÎÏÒÉÒÕÑ ËÁÔÁÌÏÇÉ. + + +now the "try_files" directive tests files only and ignores directories. + + + + + +ÄÉÒÅËÔÉ×Á fastcgi_split_path_info. + + +the "fastcgi_split_path_info" directive. + + + + + +éÓÐÒÁ×ÌÅÎÉÑ × ÐÏÄÄÅÒÖËÅ ÓÔÒÏËÉ "Expect" × ÚÁÇÏÌÏ×ËÅ ÚÁÐÒÏÓÁ. + + +Bugfixes in an "Expect" request header line support. + + + + + +éÓÐÒÁ×ÌÅÎÉÑ × ÇÅÏ-ÄÉÁÐÁÚÏÎÁÈ. + + +Bugfixes in geo ranges. + + + + + +ÐÒÉ ÏÔÓÕÔÓÔ×ÉÉ ÏÔ×ÅÔÁ ngx_http_memcached_module ×ÏÚ×ÒÁÝÁÌ +× ÔÅÌÅ ÏÔ×ÅÔÁ ÓÔÒÏËÕ "END" ×ÍÅÓÔÏ 404-ÏÊ ÓÔÒÁÎÉÃÙ ÐÏ ÕÍÏÌÞÁÎÉÀ; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.18.
+óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ. +
+ +in a miss case ngx_http_memcached_module returned the "END" line +as response body instead of default 404 page body; +the bug had appeared in 0.7.18.
+Thanks to Maxim Dounin. +
+
+ + + +ÐÒÉ ÐÒÏËÓÉÒÏ×ÁÎÉÉ SMPT nginx ×ÙÄÁ×ÁÌ ÓÏÏÂÝÅÎÉÅ +"250 2.0.0 OK" ×ÍÅÓÔÏ "235 2.0.0 OK"; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.22.
+óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ. +
+ +while SMTP proxying nginx issued message +"250 2.0.0 OK" instead of "235 2.0.0 OK"; +the bug had appeared in 0.7.22.
+Thanks to Maxim Dounin. +
+
+ +
+ + + × ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÐÒÏÉÓÈÏÄÉÌ segmentation fault, -ÅÓÌÉ × ÄÉÒÅËÔÉ×ÁÈ fastcgi_pass É proxy_pass +ÅÓÌÉ × ÄÉÒÅËÔÉ×ÁÈ fastcgi_pass ÉÌÉ proxy_pass ÉÓÐÏÌØÚÏ×ÁÌÉÓØ ÐÅÒÅÍÅÎÎÙÅ É ÉÍÑ ÈÏÓÔÁ ÄÏÌÖÎÏ ÂÙÌÏ ÒÅÚÏÌ×ÉÔØÓÑ; ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.29. a segmentation fault occurred in worker process, -if variables were used in the "fastcgi_pass" and "proxy_pass" directives +if variables were used in the "fastcgi_pass" or "proxy_pass" directives and host name must be resolved; the bug had appeared in 0.7.29.