nginx-0.4.6-RELEASE
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index d783e4a..26fee9c 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -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">