comparison CHANGES @ 126:df17fbafec8f NGINX_0_3_10

nginx 0.3.10 *) Change: the "valid_referers" directive and the "$invalid_referer" variable were moved to the new ngx_http_referer_module from the ngx_http_rewrite_module. *) Change: the "$apache_bytes_sent" variable name was changed to "$body_bytes_sent". *) Feature: the "$sent_http_..." variables. *) Feature: the "if" directive supports the "=" and "!=" operations. *) Feature: the "proxy_pass" directive supports the HTTPS protocol. *) Feature: the "proxy_set_body" directive. *) Feature: the "post_action" directive. *) Feature: the ngx_http_empty_gif_module. *) Feature: the "worker_cpu_affinity" directive for Linux. *) Bugfix: the "rewrite" directive did not unescape URI part in redirect, now it is unescaped except the %00-%25 and %7F-%FF characters. *) Bugfix: nginx could not be built by the icc 9.0 compiler. *) Bugfix: if the SSI was enabled for zero size static file, then the chunked response was encoded incorrectly.
author Igor Sysoev <http://sysoev.ru>
date Tue, 15 Nov 2005 00:00:00 +0300
parents 12acc273e340
children f1ad9023c312
comparison
equal deleted inserted replaced
125:97504de1f89e 126:df17fbafec8f
1
2 Changes with nginx 0.3.10 15 Nov 2005
3
4 *) Change: the "valid_referers" directive and the "$invalid_referer"
5 variable was moved to the new ngx_http_referer_module from the
6 ngx_http_rewrite_module.
7
8 *) Change: the "$apache_bytes_sent" variable name was changed to
9 "$body_bytes_sent".
10
11 *) Feature: the "$sent_http_..." variables.
12
13 *) Feature: the "if" directive supports the "=" and "!=" operations.
14
15 *) Feature: the "proxy_set_body" directive supports the HTTPS protocol.
16
17 *) Feature: the "proxy_set_body" directive.
18
19 *) Feature: the "post_action" directive.
20
21 *) Feature: the ngx_http_empty_gif_module.
22
23 *) Feature: the "worker_cpu_affinity" directive for Linux.
24
25 *) Bugfix: the "rewrite" directive did not unescape URI part in
26 redirect, now it is unescaped except the %00-%25 and %7F-%FF
27 characters.
28
29 *) Bugfix: nginx could not be built by the icc 9.0 compiler.
30
31 *) Bugfix: if the SSI was enabled for zero size static file, then the
32 chunked response was encoded incorrectly.
33
1 34
2 Changes with nginx 0.3.9 10 Nov 2005 35 Changes with nginx 0.3.9 10 Nov 2005
3 36
4 *) Bugfix: nginx considered URI as unsafe if two any symbols was 37 *) Bugfix: nginx considered URI as unsafe if two any symbols was
5 between two slashes; bug appeared in 0.3.8. 38 between two slashes; bug appeared in 0.3.8.
20 *) Feature: the "auth_http_header" directive of the 53 *) Feature: the "auth_http_header" directive of the
21 ngx_imap_auth_http_module. 54 ngx_imap_auth_http_module.
22 55
23 *) Feature: the "add_header" directive. 56 *) Feature: the "add_header" directive.
24 57
25 *) Feature: the ngx_http_realip_module. directives. 58 *) Feature: the ngx_http_realip_module.
26 59
27 *) Feature: the new variables to use in the "log_format" directive: 60 *) Feature: the new variables to use in the "log_format" directive:
28 $bytes_sent, $apache_bytes_sent, $status, $time_gmt, $uri, 61 $bytes_sent, $apache_bytes_sent, $status, $time_gmt, $uri,
29 $request_time, $request_length, $upstream_status, 62 $request_time, $request_length, $upstream_status,
30 $upstream_response_time, $gzip_ratio, $uid_got, $uid_set, 63 $upstream_response_time, $gzip_ratio, $uid_got, $uid_set,