nginx-0.8.47-RELEASE
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 614fb7f..53f26b7 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,27 +9,62 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.8.47" date="28.07.2010">
+
+<change type="bugfix">
+<para lang="ru">
+ÐÅÒÅÍÅÎÎÁÑ $request_time ÉÍÅÌÁ ÎÅ×ÅÒÎÙÅ ÚÎÁÞÅÎÉÑ ÄÌÑ ÐÏÄÚÁÐÒÏÓÏ×.
+</para>
+<para lang="en">
+$request_time variable had invalid values for subrequests.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÏÛÉÂËÉ, ÐÅÒÅÈ×ÁÞÅÎÎÙÅ error_page, ÎÅ ËÜÛÉÒÏ×ÁÌÉÓØ.
+</para>
+<para lang="en">
+errors intercepted by error_page could be cached.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÅÓÌÉ ÉÓÐÏÌØÚÏ×ÁÌÓÑ ÐÁÒÁÍÅÔÒ max_size, ÔÏ cache manager ÍÏÇ ÚÁÃÉËÌÉÔØÓÑ.
+ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.8.46.
+</para>
+<para lang="en">
+a cache manager process my got caught in an endless loop,
+if max_size parameter was used;
+the bug had appeared in 0.8.46.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.8.46" date="19.07.2010">
 
 <change type="change">
 <para lang="ru">
 ÄÉÒÅËÔÉ×Ù proxy_no_cache, fastcgi_no_cache, uwsgi_no_cache
-É sÓgi_no_cache ÔÅÐÅÒØ ×ÌÉÑÀÔ ÔÏÌØËÏ ÎÁ ÓÏÈÒÁÎÅÎÉÅ ÚÁËÜÛÉÒÏ×ÁÎÎÏÇÏ ÏÔ×ÅÔÁ.
+É scgi_no_cache ÔÅÐÅÒØ ×ÌÉÑÀÔ ÔÏÌØËÏ ÎÁ ÓÏÈÒÁÎÅÎÉÅ ÚÁËÜÛÉÒÏ×ÁÎÎÏÇÏ ÏÔ×ÅÔÁ.
 </para>
 <para lang="en">
 now the "proxy_no_cache", "fastcgi_no_cache", "uwsgi_no_cache", and
-"sÓgi_no_cache" directives affect on a cached response saving only.
+"scgi_no_cache" directives affect on a cached response saving only.
 </para>
 </change>
 
 <change type="feature">
 <para lang="ru">
 ÄÉÒÅËÔÉ×Ù proxy_cache_bypass, fastcgi_cache_bypass, uwsgi_cache_bypass
-É sÓgi_cache_bypass.
+É scgi_cache_bypass.
 </para>
 <para lang="en">
 the "proxy_cache_bypass", "fastcgi_cache_bypass", "uwsgi_cache_bypass",
-and "sÓgi_cache_bypass" directives.
+and "scgi_cache_bypass" directives.
 </para>
 </change>