# HG changeset patch # User Igor Sysoev # Date 1214896920 0 # Node ID 9527137b4354a648a229c7169850c7c65272c00d # Parent 8488178092f2c2f7beb07c7d581d6b869cca0503 nginx-0.7.5-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,46 @@ nginx changelog + + + + +Исправления в поддержке переменных в директиве access_log; +ошибка появилась в 0.7.4. + + +Bugfixes in variables support in the "access_log" directive; +the bug had appeared in 0.7.4. + + + + + +nginx не собирался с параметром --without-http_gzip_module; +ошибка появилась в 0.7.3.
+Спасибо Кириллу Коринскому. +
+ +nginx could not be built --without-http_gzip_module; +the bug had appeared in 0.7.3.
+Thanks to Kirill A. Korinskiy. +
+
+ + + +при совместном использовании sub_filter и SSI +ответы могли передаваться неверно. + + +if sub_filter and SSI were used together, then responses might +were transferred incorrectly. + + + +
+ +