From: Igor Sysoev Date: Wed, 3 Mar 2010 17:00:09 +0000 (+0000) Subject: nginx-0.8.34-RELEASE X-Git-Tag: release-0.8.34 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=eeae0666eb62ac281364f7d2d15f661891df6ef3;p=nginx.git nginx-0.8.34-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 852db2940..bd9204aa3 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,11 +9,122 @@ nginx changelog + + + + +nginx ÎÅ ÐÏÄÄÅÒÖÉ×ÁÌ ×ÓÅ ÛÉÆÒÙ, ÉÓÐÏÌØÚÕÅÍÙÅ × ËÌÉÅÎÔÓËÉÈ ÓÅÒÔÉÆÉËÁÔÁÈ.
+óÐÁÓÉÂÏ éÎÎÏËÅÎÔÉÀ åÎÉËÅÅ×Õ. +
+ +nginx did not support all ciphers and digests used in client certificates.
+Thanks to Innocenty Enikeew. +
+
+ + + +nginx ÎÅÐÒÁ×ÉÌØÎÏ ËÜÛÉÒÏ×ÁÌ FastCGI-ÏÔ×ÅÔÙ, ÅÓÌÉ ÐÅÒÅÄ ÏÔ×ÅÔÏÍ ÂÙÌÏ +ÍÎÏÇÏ ×Ù×ÏÄÁ × stderr. + + +nginx cached incorrectly FastCGI responses if there was large stderr output +before response. + + + + + +nginx ÎÅ ÐÏÄÄÅÒÖÉ×ÁÌ HTTPS-ÒÅÆÅÒÅÒÙ. + + +nginx did not support HTTPS referrers. + + + + + +nginx/Windows ÍÏÇ ÎÅ ÎÁÈÏÄÉÔØ ÆÁÊÌÙ, ÅÓÌÉ ÐÕÔØ × ËÏÎÆÉÇÕÒÁÃÉÉ ÂÙÌ ÚÁÄÁÎ +× ÄÒÕÇÏÍ ÒÅÇÉÓÔÒÅ; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.8.34. + + +nginx/Windows might not find file if path in configuration was given +in other character case; +the bug had appeared in 0.8.34. + + + + + +ÐÅÒÅÍÅÎÎÁÑ $date_local ×ÙÄÁ×ÁÌÁ ÎÅ×ÅÒÎÏÅ ×ÒÅÍÑ, +ÅÓÌÉ ÉÓÐÏÌØÚÏ×ÁÌÓÑ ÆÏÒÍÁÔ "%s".
+óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ. +
+ +the $date_local variable has an incorrect value, +if the "%s" format was used.
+Thanks to Maxim Dounin. +
+
+ + + +ÅÓÌÉ ssl_session_cache ÎÅ ÂÙÌ ÕÓÔÁÎÏ×ÌÅÎ ÉÌÉ ÕÓÔÁÎÏ×ÌÅÎ × none, +ÔÏ ÐÒÉ ÐÒÏ×ÅÒËÅ ËÌÉÅÎÔÓËÏÇÏ ÓÅÒÔÉÆÉËÁÔÙ ÍÏÇÌÁ ÐÒÏÉÓÈÏÄÉÔØ +ÏÛÉÂËÁ "session id context uninitialized"; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.1. + + +if ssl_session_cache was not set or was set to "none", +then during client certificate verify +the error "session id context uninitialized" might occur; +the bug had appeared in 0.7.1. + + + + + +geo-ÄÉÁÐÁÚÏÎ ×ÏÚ×ÒÁÝÁÌ ÚÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ, ÅÓÌÉ ÄÉÁÐÁÚÏÎ ×ËÌÀÞÁÌ +× ÓÅÂÑ ÏÄÎÕ É ÂÏÌÅÅ ÓÅÔÅÊ ÒÁÚÍÅÒÏÍ /16 É ÎÅ ÎÁÞÉÎÁÌÓÑ ÎÁ ÇÒÁÎÉÃÅ ÓÅÔÉ +ÒÁÚÍÅÒÏÍ /16. + + +a geo range returned default value if the range included two or more +/16 networks and did not begin at /16 network boundary. + + + + + +ÂÌÏË, ÉÓÐÏÌØÚÕÅÍÙÊ × ÐÁÒÁÍÅÔÒÅ stub × SSI-ÄÉÒÅËÔÉ×Å include, +×Ù×ÏÄÉÌÓÑ Ó MIME-ÔÉÐÏÍ "text/plain". + + +a block used in a "stub" parameter of an "include" SSI directive +was output with "text/plain" MIME type. + + + + + +$r->sleep() ÎÅ ÒÁÂÏÔÁÌ; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.8.11. + + +$r->sleep() did not work; +the bug had appeared in 0.8.11. + + + +
+ + -ÔÅÐÅÒØ nginx/Windows ÉÇÎÏÒÉÒÕÅÔ ÐÒÏÂÅÌÙ × ËÏÎÃÅ URI.
+ÔÅÐÅÒØ nginx/Windows ÉÇÎÏÒÉÒÕÅÔ ÐÒÏÂÅÌÙ × ËÏÎÃÅ URI.
óÐÁÓÉÂÏ Dan Crowley, Core Security Technologies.
@@ -24,7 +135,7 @@ Thanks to Dan Crowley, Core Security Technologies. -ÔÅÐÅÒØ nginx/Windows ÉÇÎÏÒÉÒÕÅÔ ËÏÒÏÔËÉÅ ÉÍÅÎÁ ÆÁÊÌÏ×.
+ÔÅÐÅÒØ nginx/Windows ÉÇÎÏÒÉÒÕÅÔ ËÏÒÏÔËÉÅ ÉÍÅÎÁ ÆÁÊÌÏ×.
óÐÁÓÉÂÏ Dan Crowley, Core Security Technologies.
@@ -35,22 +146,24 @@ Thanks to Dan Crowley, Core Security Technologies. -ÔÅÐÅÒØ keepalive ÓÏÅÄÉÎÅÎÉÑ ÐÏÓÌÅ ÚÁÐÒÏÓÏ× POST ÎÅ ÚÁÐÒÅÝÁÀÔÓÑ ÄÌÑ MSIE 7.0+. +ÔÅÐÅÒØ keepalive ÓÏÅÄÉÎÅÎÉÑ ÐÏÓÌÅ ÚÁÐÒÏÓÏ× POST ÎÅ ÚÁÐÒÅÝÁÀÔÓÑ ÄÌÑ +MSIE 7.0+.
óÐÁÓÉÂÏ Adam Lounds.
-now keepalive connections after POST requests are not disabled for MSIE 7.0+. +now keepalive connections after POST requests are not disabled for +MSIE 7.0+.
Thanks to Adam Lounds.
-ÔÅÐÅÒØ keepalive ÓÏÅÄÉÎÅÎÉÑ ÚÁÐÒÅÝÅÎÙ ÄÌÑ Safari. +ÔÅÐÅÒØ keepalive ÓÏÅÄÉÎÅÎÉÑ ÚÁÐÒÅÝÅÎÙ ÄÌÑ Safari.
óÐÁÓÉÂÏ Joshua Sierles.
-now keepalive connections are disabled for Safari. +now keepalive connections are disabled for Safari.
Thanks to Joshua Sierles.
@@ -143,7 +256,7 @@ Thanks to Julian Reich.
if the "expires modified" set date in the past, then a negative number -was set in the "Cache-Control" response header line.
+was set in the "Cache-Control" response header line.
Thanks to Alex Kapranoff.