diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 084b70004..d6fc79273 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,84 @@
nginx changelog
+
+
+
+
+теперь символы 0x00-0x1F, '"' и '\' в access_log записываются в виде \xXX.
+Спасибо Максиму Дунину.
+
+
+now the 0x00-0x1F, '"' and '\' characters are escaped as \xXX in an
+access_log.
+Thanks to Maxim Dounin.
+
+
+
+
+
+теперь nginx разрешает несколько строк "Host" в заголовке запроса.
+
+
+now nginx allows several "Host" request header line.
+
+
+
+
+
+директива expires поддерживает флаг modified.
+
+
+the "modified" flag in the "expires" directive.
+
+
+
+
+
+переменные $uid_got и $uid_set можно использовать на любой стадии обработки
+запроса.
+
+
+the $uid_got and $uid_set variables may be used at any request processing stage.
+
+
+
+
+
+переменная $hostname.
+Спасибо Андрею Нигматулину.
+
+
+the $hostname variable.
+Thanks to Andrei Nigmatulin.
+
+
+
+
+
+поддержка DESTDIR.
+Спасибо Todd A. Fisher и Andras Voroskoi.
+
+
+DESTDIR support.
+Thanks to Todd A. Fisher and Andras Voroskoi.
+
+
+
+
+
+при использовании keepalive на Linux
+в рабочем процессе мог произойти segmentation fault.
+
+
+a segmentation fault might occur in worker process on Linux,
+if keepalive was enabled.
+
+
+
+
+
+