comparison CHANGES @ 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
comparison
equal deleted inserted replaced
385:08118f73d9f2 386:1172e6d6f40f
1
2 Changes with nginx 0.7.5 01 Jul 2008
3
4 *) Bugfixes in variables support in the "access_log" directive; the bug
5 had appeared in 0.7.4.
6
7 *) Bugfix: nginx could not be built --without-http_gzip_module; the bug
8 had appeared in 0.7.3.
9 Thanks to Kirill A. Korinskiy.
10
11 *) Bugfix: if sub_filter and SSI were used together, then responses
12 might were transferred incorrectly.
13
1 14
2 Changes with nginx 0.7.4 30 Jun 2008 15 Changes with nginx 0.7.4 30 Jun 2008
3 16
4 *) Feature: variables support in the "access_log" directive. 17 *) Feature: variables support in the "access_log" directive.
5 18