]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.4.6-RELEASE release-0.4.6
authorIgor Sysoev <igor@sysoev.ru>
Fri, 6 Oct 2006 14:23:44 +0000 (14:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 6 Oct 2006 14:23:44 +0000 (14:23 +0000)
docs/xml/nginx/changes.xml

index d783e4a95d59d530af2bed31e72d1ab11b88eb4e..26fee9c58de147567a37c0eb4f4722172c118359 100644 (file)
@@ -9,6 +9,46 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.4.6" date="06.10.2006">
+
+<change type="bugfix">
+<para lang="ru">
+nginx ÎÅ ÚÁÐÕÓËÁÌÓÑ ÎÁ 64-ÂÉÔÎÙÈ ÐÌÁÔÆÏÒÍÁÈ, ÏÔÌÉÞÎÏÊ ÏÔ amd64, sparc64 É ppc64.
+</para>
+<para lang="en">
+nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÐÒÉ ÚÁÐÒÏÓÅ ×ÅÒÓÉÉ HTTP/1.1 nginx ÐÅÒÅÄÁ×ÁÌ ÏÔ×ÅÔ chunk'ÁÍÉ,
+ÅÓÌÉ ÄÌÉÎÁ ÏÔ×ÅÔÁ × ÍÅÔÏÄÅ $r->headers_out("Content-Length", ...)
+ÂÙÌÁ ÚÁÄÁÎÁ ÔÅËÓÔÏ×ÏÊ ÓÔÒÏËÏÊ.
+</para>
+<para lang="en">
+nginx sent the chunked response for HTTP/1.1 request,<br/>
+if its length was set by text string in
+the $r->headers_out("Content-Length", ...) method.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÐÏÓÌÅ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÑ ÏÛÉÂËÉ Ó ÐÏÍÏÝØÀ ÄÉÒÅËÔÉ×Ù error_page ÌÀÂÁÑ ÄÉÒÅËÔÉ×Á
+ÍÏÄÕÌÑ ngx_http_rewrite_module ×ÏÚ×ÒÁÝÁÌÁ ÜÔÕ ÏÛÉÂËÕ;
+ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.4.4.
+</para>
+<para lang="en">
+after redirecting error by an "error_page" directive
+any ngx_http_rewrite_module directive returned this error code;
+bug appeared in 0.4.4.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.4.5" date="02.10.2006">
 
 <change type="bugfix">