diff CHANGES.ru @ 386:1172e6d6f40f NGINX_0_7_5

nginx 0.7.5 *) Bugfixes in variables support in the "access_log" directive; the bug had appeared in 0.7.4. *) Bugfix: nginx could not be built --without-http_gzip_module; the bug had appeared in 0.7.3. Thanks to Kirill A. Korinskiy. *) Bugfix: if sub_filter and SSI were used together, then responses might were transferred incorrectly.
author Igor Sysoev <http://sysoev.ru>
date Tue, 01 Jul 2008 00:00:00 +0400
parents 12defd37f578
children 6de24473fa70
line wrap: on
line diff
--- a/CHANGES.ru
+++ b/CHANGES.ru
@@ -1,4 +1,17 @@
 
+Изменения в nginx 0.7.5                                           01.07.2008
+
+    *) Исправления в поддержке переменных в директиве access_log; ошибка 
+       появилась в 0.7.4.
+
+    *) Исправление: nginx не собирался с параметром 
+       --without-http_gzip_module; ошибка появилась в 0.7.3.
+       Спасибо Кириллу Коринскому.
+
+    *) Исправление: при совместном использовании sub_filter и SSI ответы 
+       могли передаваться неверно.
+
+
 Изменения в nginx 0.7.4                                           30.06.2008
 
     *) Добавление: директива access_log поддерживает переменные.