diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index e98b38815..1e48adf9d 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,75 @@
nginx changelog
+
+
+
+
+директива sendfile_max_chunk.
+
+
+the "sendfile_max_chunk" directive.
+
+
+
+
+
+переменные "$http_...", "$sent_http_..." и "$upstream_http_..."
+можно менять директивой set.
+
+
+the "$http_...", "$sent_http_...", and "$upstream_http_..." variables
+may be changed using the "set" directive.
+
+
+
+
+
+при использовании SSI-команды 'if expr="$var = /"'
+в рабочем процессе мог произойти segmentation fault.
+
+
+a segmentation fault might occur in worker process
+if the SSI command 'if expr="$var = /"' was used.
+
+
+
+
+
+завершающая строка multipart range ответа передавалась неверно.
+Спасибо Evan Miller.
+
+
+trailing boundary of multipart range response was transferred incorrectly.
+Thanks to Evan Miller.
+
+
+
+
+
+nginx не работал на Solaris/sparc64, если был собран Sun Studio.
+Спасибо Андрею Нигматулину.
+
+
+nginx did not work on Solaris/sparc64 if it was built by Sun Studio.
+Thanks to Andrei Nigmatulin.
+
+
+
+
+
+модуль ngx_http_perl_module не собирался make в Solaris.
+Спасибо Андрею Нигматулину.
+
+
+the ngx_http_perl_module could not built by Solaris make.
+Thanks to Andrei Nigmatulin.
+
+
+
+
+
+