diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index d0651719c..6c4113fc7 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,64 @@
nginx changelog
+
+
+
+
+IMAP/POP3 прокси поддерживает APOP.
+
+
+the IMAP/POP3 proxy supports the APOP command.
+
+
+
+
+
+при использовании методов select, poll и /dev/poll во время ожидания
+ответа от сервера аутентификации IMAP/POP3 прокси нагружал процессор.
+
+
+if the select, poll or /dev/poll methods were used, then while
+waiting authentication server response the IMAP/POP3 proxy hogged CPU.
+
+
+
+
+
+при использовании переменной $server_addr в директиве map мог
+произойти segmentation fault.
+
+
+a segmentation fault might occur if the $server_addr variable was used
+in the "map" directive.
+
+
+
+
+
+модуль ngx_http_flv_module не поддерживал byte ranges для полных ответов;
+ошибка появилась в 0.4.7.
+
+
+the ngx_http_flv_module did not support the byte ranges for full responses;
+bug appeared in 0.4.7.
+
+
+
+
+
+nginx не собирался на Debian amd64;
+ошибка появилась в 0.4.9.
+
+
+nginx could not be built on Debian amd64;
+bug appeared in 0.4.9.
+
+
+
+
+
+
@@ -1016,7 +1074,7 @@ and FastCGI mode.
-символ "\" в парах "\"" и "\'" в SSI командах убирался, только если
+символ "\" в парах "\"" и "\'" в SSI командах убирался, только если
также использовался символ "$".
@@ -2171,7 +2229,7 @@ to a client.
-при использовании большого количества лог-файлов происходила утечка памяти.
+при использовании большого количества лог-файлов происходила утечка памяти.
the memory leaks were occurring if many log files were used.
@@ -4160,7 +4218,7 @@ bug appeared in 0.1.38.
-обработка ошибки инициализации в crypt_r() в Linux glibc.
+обработка ошибки инициализации в crypt_r() в Linux glibc.
the Linux glibc crypt_r() initialization bug.
@@ -5104,7 +5162,7 @@ nginx could not be built on MacOS X.
при проксировании больших файлов nginx сильно нагружал процессор.
-nginx hogs CPU while proxing the huge files.
+nginx hogs CPU while proxying the huge files.
@@ -5463,7 +5521,7 @@ of the response header if the no response was transferred to a client.
the ngx_http_stub_status_module showed incorrect handled connections
-statistics if the proxing or FastCGI server were used.
+statistics if the proxying or FastCGI server were used.
@@ -5774,7 +5832,7 @@ the system error message was not logged on Linux.
если ответ передавался chunk'ами, то при запросе HEAD выдавался
-завершающий chunk.
+завершающий chunk.
if the response were transferred by chunks, then on the HEAD request
@@ -6676,7 +6734,7 @@ the setproctitle() emulation for Linux and Solaris.
ошибка при переписывании заголовка "Location" при проксировании.
-the "Location" header rewrite bug fixed while the proxing.
+the "Location" header rewrite bug fixed while the proxying.
@@ -6704,7 +6762,7 @@ the /dev/poll module bugs fixed.
the responses were corrupted when the temporary files were used
-while the proxing.
+while the proxying.