diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 2a67240b6..169628670 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,392 @@
nginx changelog
+
+
+
+
+теперь nginx/Windows игнорирует имя потока файла по умолчанию.
+Спасибо Jose Antonio Vazquez Gonzalez.
+
+
+now nginx/Windows ignores default file stream name.
+Thanks to Jose Antonio Vazquez Gonzalez.
+
+
+
+
+
+теперь charset-фильтр работает до SSI-фильтра.
+
+
+now the charset filter runs before the SSI filter.
+
+
+
+
+
+теперь в лог ошибок не пишется сообщение, если переменная не найдена
+с помощью метода $r->variable().
+
+
+now no message is written in an error log if a variable is not found by
+$r->variable() method.
+
+
+
+
+
+теперь keepalive соединения после запросов POST не запрещаются для
+MSIE 7.0+.
+Спасибо Adam Lounds.
+
+
+now keepalive connections after POST requests are not disabled for
+MSIE 7.0+.
+Thanks to Adam Lounds.
+
+
+
+
+
+директивы proxy_no_cache и fastcgi_no_cache.
+
+
+the "proxy_no_cache" and "fastcgi_no_cache" directives.
+
+
+
+
+
+теперь при использовании переменной $scheme в директиве rewrite
+автоматически делается редирект.
+Спасибо Piotr Sikora.
+
+
+now the "rewrite" directive does a redirect automatically
+if the $scheme variable is used.
+Thanks to Piotr Sikora.
+
+
+
+
+
+директива chunked_transfer_encoding.
+
+
+the "chunked_transfer_encoding" directive.
+
+
+
+
+
+переменные $geoip_city_continent_code, $geoip_latitude и $geoip_longitude.
+Спасибо Arvind Sundararajan.
+
+
+the $geoip_city_continent_code, $geoip_latitude, and $geoip_longitude
+variables.
+Thanks to Arvind Sundararajan.
+
+
+
+
+
+модуль ngx_http_image_filter_module теперь всегда удаляет
+EXIF и другие данные, если они занимают больше 5% в JPEG-файле.
+
+
+now the ngx_http_image_filter_module deletes always EXIF and other
+application specific data if the data consume more than 5% of a JPEG file.
+
+
+
+
+
+теперь директива msie_padding работает и для Chrome.
+
+
+now the "msie_padding" directive works for Chrome too.
+
+
+
+
+
+теперь keepalive соединения запрещены для Safari.
+Спасибо Joshua Sierles.
+
+
+now keepalive connections are disabled for Safari.
+Thanks to Joshua Sierles.
+
+
+
+
+
+nginx игнорировал значения "private" и "no-store" в строке "Cache-Control"
+в заголовке ответа бэкенда.
+
+
+nginx ignored the "private" and "no-store" values
+in the "Cache-Control" backend response header line.
+
+
+
+
+
+символ "&" при копировании в аргументы в правилах rewrite не экранировался.
+
+
+an "&" character was not escaped when it was copied in arguments part
+in a rewrite rule.
+
+
+
+
+
+nginx мог завершаться аварийно во время обработки сигнала или
+при использовании директивы timer_resolution на платформах,
+не поддерживающих методы kqueue или eventport.
+Спасибо George Xie и Максиму Дунину.
+
+
+nginx might be terminated abnormally
+while a signal processing or if the directive "timer_resolution" was used
+on platforms which do not support kqueue or eventport notification methods.
+Thanks to George Xie and Maxim Dounin.
+
+
+
+
+
+если временные файлы и постоянное место хранения располагались на разных
+файловых системах, то у постоянных файлов время изменения было неверным.
+Спасибо Максиму Дунину.
+
+
+if temporary files and permanent storage area resided at different
+file systems, then permanent file modification times were incorrect.
+Thanks to Maxim Dounin.
+
+
+
+
+
+модуль ngx_http_memcached_module мог выдавать ошибку "memcached sent invalid
+trailer".
+Спасибо Максиму Дунину.
+
+
+ngx_http_memcached_module might issue the error message "memcached sent invalid
+trailer".
+Thanks to Maxim Dounin.
+
+
+
+
+
+nginx не мог собрать библиотеку zlib-1.2.4 из исходных текстов.
+Спасибо Максиму Дунину.
+
+
+nginx could not built zlib-1.2.4 library using the library sources.
+Thanks to Maxim Dounin.
+
+
+
+
+
+модуль SSI в подзапросах использовал закэшированные в основном запросе
+значения переменных $query_string, $arg_... и им подобных.
+
+
+values of the $query_string, $arg_..., etc. variables cached in main
+request were used by the SSI module in subrequests.
+
+
+
+
+
+nginx не поддерживал HTTPS-рефереры.
+
+
+nginx did not support HTTPS referrers.
+
+
+
+
+
+nginx/Windows мог не находить файлы, если путь в конфигурации был задан
+в другом регистре;
+ошибка появилась в 0.7.65.
+
+
+nginx/Windows might not find file if path in configuration was given
+in other character case;
+the bug had appeared in 0.7.65.
+
+
+
+
+
+переменная $date_local выдавала неверное время,
+если использовался формат "%s".
+Спасибо Максиму Дунину.
+
+
+the $date_local variable has an incorrect value,
+if the "%s" format was used.
+Thanks to Maxim Dounin.
+
+
+
+
+
+nginx не поддерживал все шифры, используемые в клиентских сертификатах.
+Спасибо Иннокентию Еникееву.
+
+
+nginx did not support all ciphers and digests used in client certificates.
+Thanks to Innocenty Enikeew.
+
+
+
+
+
+если ssl_session_cache не был установлен или установлен в none,
+то при проверке клиентского сертификаты могла происходить
+ошибка "session id context uninitialized";
+ошибка появилась в 0.7.1.
+
+
+if ssl_session_cache was not set or was set to "none",
+then during client certificate verify
+the error "session id context uninitialized" might occur;
+the bug had appeared in 0.7.1.
+
+
+
+
+
+совместимость с OpenSSL-1.0.0 на 64-битном Linux.
+Спасибо Максиму Дунину.
+
+
+OpenSSL-1.0.0 compatibility on 64-bit Linux.
+Thanks to Maxim Dounin.
+
+
+
+
+
+geo-диапазон возвращал значение по умолчанию, если диапазон включал
+в себя одну и более сетей размером /16 и не начинался на границе сети
+размером /16.
+
+
+a geo range returned default value if the range included two or more
+/16 networks and did not begin at /16 network boundary.
+
+
+
+
+
+переменную $uid_got нельзя было использовать в SSI и перловом модулях.
+
+
+the $uid_got variable might not be used in the SSI and perl modules.
+
+
+
+
+
+рабочий процесс зависал при запросе файла FIFO.
+Спасибо Vicente Aguilar и Максиму Дунину.
+
+
+a worker process hung if a FIFO file was requested.
+Thanks to Vicente Aguilar and Maxim Dounin.
+
+
+
+
+
+значение переменной повторно экранировалось после каждого вывода
+SSI-команды echo;
+ошибка появилась в 0.6.14.
+
+
+a variable value was repeatedly encoded after each
+an "echo" SSI-command output;
+the bug had appeared in 0.6.14.
+
+
+
+
+
+параметр stub в SSI-директиве include не использовался,
+если пустой ответ имел код 200.
+
+
+a "stub" parameter of an "include" SSI directive was not used,
+if empty response has 200 status code.
+
+
+
+
+
+блок, используемый в параметре stub в SSI-директиве include,
+выводился с MIME-типом "text/plain".
+
+
+a block used in a "stub" parameter of an "include" SSI directive
+was output with "text/plain" MIME type.
+
+
+
+
+
+если проксированный или FastCGI запрос внутренне перенаправлялся
+в другой проксированный или FastCGI location,
+то в рабочем процессе мог произойти segmentation fault;
+ошибка появилась в 0.7.65.
+Спасибо Yichun Zhang.
+
+
+if a proxied or FastCGI request was internally redirected
+to another proxied or FastCGI location,
+then a segmentation fault might occur in a worker process;
+the bug had appeared in 0.7.65.
+Thanks to Yichun Zhang.
+
+
+
+
+
+соединения IMAP к серверу Zimbra могло зависнуть до таймаута.
+Спасибо Alan Batie.
+
+
+IMAP connections may hang until they timed out
+while talking to Zimbra server.
+Thanks to Alan Batie.
+
+
+
+
+
+nginx не поддерживал передачу chunk'ами для 201-ых ответов.
+Спасибо Julian Reich.
+
+
+nginx did not support chunked transfer encoding for 201 responses.
+Thanks to Julian Reich.
+
+
+
+
+
+
@@ -164,7 +550,7 @@ Thanks to Tim Dettrick and David Kostal.
-
+
nginx не считал запятую разделителем в строке "Cache-Control" в строке
заголовка бэкенда.
@@ -276,7 +662,7 @@ should replace an already existent file.
-
+
nginx/Windows мог не создать временный файл, файл в кэше или файл
с помощью директив proxy/fastcgi_store, если рабочий процесс не имел
@@ -309,7 +695,7 @@ Thanks to Maxim Dounin.
-
+
модуль ngx_http_autoindex_module не показывал последний слэш для линков
на каталоги;
@@ -322,7 +708,7 @@ the bug had appeared in 0.7.15.
-
+
nginx не закрывал лог, заданный параметром конфигурации --error-log-path;
ошибка появилась в 0.7.53.
@@ -609,7 +995,7 @@ the "limit_req_log_level" and "limit_conn_log_level" directives.
-Теперь директива limit_req соответствует алгоритму leaky bucket.
+теперь директива limit_req соответствует алгоритму leaky bucket.
Спасибо Максиму Дунину.
@@ -2137,7 +2523,7 @@ the "server_name" directive supports captures in regular expressions.
-
+
модуль ngx_http_autoindex_module не показывал последний слэш для каталогов
на файловой системе XFS;
@@ -2893,7 +3279,7 @@ Thanks to Zyb.
Изменения в модуле ngx_http_limit_req_module.
-Changes in the ngx_http_limit_req_module.
+Changes in the ngx_http_limit_req_module.
@@ -2949,7 +3335,7 @@ Changes in the ngx_http_gzip_filter_module.
модуль ngx_http_limit_req_module.
-the ngx_http_limit_req_module.
+the ngx_http_limit_req_module.
@@ -5318,7 +5704,7 @@ Thanks to Andrei Nigmatulin.
-ngx_http_memcached_module не устанавливал upstream_response_time.
+ngx_http_memcached_module не устанавливал $upstream_response_time.
Спасибо Максиму Дунину.