summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-07-01 07:22:00 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-07-01 07:22:00 +0000
commitc5d537e9e97e113e86263ca4df8e99a0920e58b3 (patch)
tree08dd322fc0b5039477fbc59184f43f442b45f636
parentba6fc40c4c19605f5d989b9996014cc05f5d1db8 (diff)
downloadnginx-c5d537e9e97e113e86263ca4df8e99a0920e58b3.tar.gz
nginx-0.7.5-RELEASErelease-0.7.5
-rw-r--r--docs/xml/nginx/changes.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index c5ff064a7..0455da42b 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,46 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.7.5" date="01.07.2008">
+
+<change>
+<para lang="ru">
+Исправления в поддержке переменных в директиве access_log;
+ошибка появилась в 0.7.4.
+</para>
+<para lang="en">
+Bugfixes in variables support in the "access_log" directive;
+the bug had appeared in 0.7.4.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался с параметром --without-http_gzip_module;
+ошибка появилась в 0.7.3.<br/>
+Спасибо Кириллу Коринскому.
+</para>
+<para lang="en">
+nginx could not be built --without-http_gzip_module;
+the bug had appeared in 0.7.3.<br/>
+Thanks to Kirill A. Korinskiy.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при совместном использовании sub_filter и SSI
+ответы могли передаваться неверно.
+</para>
+<para lang="en">
+if sub_filter and SSI were used together, then responses might
+were transferred incorrectly.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.4" date="30.06.2008">
<change type="feature">