diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index ead5d8323..e5eb917e1 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,76 @@
nginx changelog
+
+
+
+
+директивы proxy_store и fastcgi_store.
+
+
+the "proxy_store" and "fastcgi_store" directives.
+
+
+
+
+
+при использовании директивы auth_http_header
+в рабочем процессе мог произойти segmentation fault.
+
+
+a segmentation fault might occur in worker process
+if the "auth_http_header" directive was used.
+
+
+
+
+
+если использовался метод аутентификации CRAM-MD5, но он не был разрешён,
+то в рабочем процессе происходил segmentation fault.
+
+
+a segmentation fault occurred in worker process
+if the CRAM-MD5 authentication method was used, but it was not enabled.
+
+
+
+
+
+при использовании протокола HTTPS в директиве proxy_pass
+в рабочем процессе мог произойти segmentation fault.
+
+
+a segmentation fault might occur in worker process when
+the HTTPS protocol was used in the "proxy_pass" directive.
+
+
+
+
+
+в рабочем процессе мог произойти segmentation fault,
+если использовался метод eventport.
+
+
+a segmentation fault might occur in worker process
+if the eventport method was used.
+
+
+
+
+
+директивы proxy_ignore_client_abort и fastcgi_ignore_client_abort не работали;
+ошибка появилась в 0.5.13.
+
+
+the "proxy_ignore_client_abort" and "fastcgi_ignore_client_abort" directives
+did not work;
+bug appeared in 0.5.13.
+
+
+
+
+
+
@@ -732,7 +802,7 @@ nginx
ошибка появилась в 0.5.8.
-nginx could not be built on platforms different from i386, amd64, sparc и ppc;
+nginx could not be built on platforms different from i386, amd64, sparc and ppc;
bug appeared in 0.5.8.