diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index e5eb917e1..4168905ab 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,60 @@
nginx changelog
+
+
+
+
+при использовании директивы msie_refresh был возможен XSS.
+
+
+the "msie_refresh" directive allowed XSS.
+
+
+
+
+
+директивы proxy_store и fastcgi_store изменены.
+
+
+the "proxy_store" and "fastcgi_store" directives were changed.
+
+
+
+
+
+директивы proxy_store_access и fastcgi_store_access.
+
+
+the "proxy_store_access" and "fastcgi_store_access" directives.
+
+
+
+
+
+nginx не работал на Solaris/sparc64, если был собран Sun Studio.
+Спасибо Андрею Нигматулину.
+
+
+nginx did not work on Solaris/sparc64 if it was built by Sun Studio.
+Thanks to Andrei Nigmatulin.
+
+
+
+
+
+обход ошибки в Sun Studio 12.
+Спасибо Jiang Hong.
+
+
+for Sun Studio 12.
+Thanks to Jiang Hong.
+
+
+
+
+
+
@@ -23,11 +77,13 @@ the "proxy_store" and "fastcgi_store" directives.
при использовании директивы auth_http_header
-в рабочем процессе мог произойти segmentation fault.
+в рабочем процессе мог произойти segmentation fault.
+Спасибо Максиму Дунину.
a segmentation fault might occur in worker process
-if the "auth_http_header" directive was used.
+if the "auth_http_header" directive was used.
+Thanks to Maxim Dounin.