diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 90ea5ef07..3f706de6e 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,89 @@
nginx changelog
+
+
+
+
+параметр --sysconfdir=PATH в configure.
+
+
+the --sysconfdir=PATH option in configure.
+
+
+
+
+
+именованные location'ы.
+
+
+named locations.
+
+
+
+
+
+переменную $args можно устанавливать с помощью set.
+
+
+the $args variable can be set with the "set" directive.
+
+
+
+
+
+переменная $is_args.
+
+
+the $is_args variable.
+
+
+
+
+
+равномерное распределение запросов к апстримам с большими весами.
+
+
+fair big weight upstream balancer.
+
+
+
+
+
+если клиент в почтовом прокси-сервере закрывал соединение,
+то nginx мог не закрывать соединение с бэкендом.
+
+
+if a client has closed connection to mail proxy
+ then nginx might not close connection to backend.
+
+
+
+
+
+при использовании одного хоста в качестве бэкендов для протоколов HTTP и HTTPS
+без явного указания портов, nginx использовал только один порт—80 или 443.
+
+
+if the same host without specified port was used as backend for HTTP and HTTPS,
+then nginx used only one port—80 or 443.
+
+
+
+
+
+nginx не собирался на Solaris/amd64 Sun Studio 11 и более ранними версиями;
+ошибка появилась в 0.6.4.
+
+
+fix building on Solaris/amd64 by Sun Studio 11 and early versions;
+bug appeared in 0.6.4.
+
+
+
+
+
+