diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 085952caf..a5ab90139 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,91 @@
nginx changelog
+
+
+
+
+директива sub_filter могла вставлять заменяемый текст в вывод.
+
+
+the "sub_filter" directive might set text to change into output.
+
+
+
+
+
+при повторном использовании в SSI пустого block'а в качестве заглушки
+в рабочем процессе происходил segmentation fault.
+
+
+a segmentation fault occurred in worker process,
+if empty stub block was used second time in SSI.
+
+
+
+
+
+директивы proxy_store и fastcgi_store не проверяли длину ответа.
+
+
+the "proxy_store" and "fastcgi_store" directives did not check
+a response length.
+
+
+
+
+
+nginx выдавал ошибочное сообщение "SSL_shutdown() failed (SSL: )";
+ошибка появилась в 0.5.35.
+
+
+nginx issued the bogus error message "SSL_shutdown() failed (SSL: )";
+bug appeared in 0.5.35.
+
+
+
+
+
+при использовании HTTPS запросы могли завершаться с ошибкой "bad write retry";
+ошибка появилась в 0.5.35.
+
+
+in HTTPS mode requests might fail with the "bad write retry" error;
+bug appeared in 0.5.35.
+
+
+
+
+
+директива fastcgi_catch_stderr не возвращала ошибку;
+теперь она возвращает ошибку 502, которую можно направить на следующий сервер
+с помощью "fastcgi_next_upstream invalid_header".
+
+
+the "fastcgi_catch_stderr" directive did return error code;
+now it returns 502 code, that can be rerouted to a next server using
+the "fastcgi_next_upstream invalid_header" directive.
+
+
+
+
+
+при использовании директивы fastcgi_catch_stderr
+в основном процессе происходил segmentation fault;
+ошибка появилась в 0.5.32.
+Спасибо Manlio Perillo.
+
+
+a segmentation fault occurred in master process
+if the "fastcgi_catch_stderr" directive was used;
+bug appeared in 0.5.32.
+Thanks to Manlio Perillo.
+
+
+
+
+
+
@@ -1147,7 +1232,7 @@ Thanks to Andrei Nigmatulin.
Спасибо Андрею Нигматулину.
-the ngx_http_perl_module could not built by Solaris make.
+the ngx_http_perl_module could not be built by Solaris make.
Thanks to Andrei Nigmatulin.