comparison CHANGES @ 694:88a1b4797f2e NGINX_1_3_10

nginx 1.3.10 *) Change: domain names specified in configuration file are now resolved to IPv6 addresses as well as IPv4 ones. *) Change: now if the "include" directive with mask is used on Unix systems, included files are sorted in alphabetical order. *) Change: the "add_header" directive adds headers to 201 responses. *) Feature: the "geo" directive now supports IPv6 addresses in CIDR notation. *) Feature: the "flush" and "gzip" parameters of the "access_log" directive. *) Feature: variables support in the "auth_basic" directive. *) Bugfix: nginx could not be built with the ngx_http_perl_module in some cases. *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_xslt_module was used. *) Bugfix: nginx could not be built on MacOSX in some cases. Thanks to Piotr Sikora. *) Bugfix: the "limit_rate" directive with high rates might result in truncated responses on 32-bit platforms. Thanks to Alexey Antropov. *) Bugfix: a segmentation fault might occur in a worker process if the "if" directive was used. Thanks to Piotr Sikora. *) Bugfix: a "100 Continue" response was issued with "413 Request Entity Too Large" responses. *) Bugfix: the "image_filter", "image_filter_jpeg_quality" and "image_filter_sharpen" directives might be inherited incorrectly. Thanks to Ian Babrou. *) Bugfix: "crypt_r() failed" errors might appear if the "auth_basic" directive was used on Linux. *) Bugfix: in backup servers handling. Thanks to Thomas Chen. *) Bugfix: proxied HEAD requests might return incorrect response if the "gzip" directive was used.
author Igor Sysoev <http://sysoev.ru>
date Tue, 25 Dec 2012 00:00:00 +0400
parents 6db6e93f55ee
children
comparison
equal deleted inserted replaced
693:cfd4279acc6e 694:88a1b4797f2e
1
2 Changes with nginx 1.3.10 25 Dec 2012
3
4 *) Change: domain names specified in configuration file are now resolved
5 to IPv6 addresses as well as IPv4 ones.
6
7 *) Change: now if the "include" directive with mask is used on Unix
8 systems, included files are sorted in alphabetical order.
9
10 *) Change: the "add_header" directive adds headers to 201 responses.
11
12 *) Feature: the "geo" directive now supports IPv6 addresses in CIDR
13 notation.
14
15 *) Feature: the "flush" and "gzip" parameters of the "access_log"
16 directive.
17
18 *) Feature: variables support in the "auth_basic" directive.
19
20 *) Bugfix: nginx could not be built with the ngx_http_perl_module in
21 some cases.
22
23 *) Bugfix: a segmentation fault might occur in a worker process if the
24 ngx_http_xslt_module was used.
25
26 *) Bugfix: nginx could not be built on MacOSX in some cases.
27 Thanks to Piotr Sikora.
28
29 *) Bugfix: the "limit_rate" directive with high rates might result in
30 truncated responses on 32-bit platforms.
31 Thanks to Alexey Antropov.
32
33 *) Bugfix: a segmentation fault might occur in a worker process if the
34 "if" directive was used.
35 Thanks to Piotr Sikora.
36
37 *) Bugfix: a "100 Continue" response was issued with "413 Request Entity
38 Too Large" responses.
39
40 *) Bugfix: the "image_filter", "image_filter_jpeg_quality" and
41 "image_filter_sharpen" directives might be inherited incorrectly.
42 Thanks to Ian Babrou.
43
44 *) Bugfix: "crypt_r() failed" errors might appear if the "auth_basic"
45 directive was used on Linux.
46
47 *) Bugfix: in backup servers handling.
48 Thanks to Thomas Chen.
49
50 *) Bugfix: proxied HEAD requests might return incorrect response if the
51 "gzip" directive was used.
52
1 53
2 Changes with nginx 1.3.9 27 Nov 2012 54 Changes with nginx 1.3.9 27 Nov 2012
3 55
4 *) Feature: support for chunked transfer encoding while reading client 56 *) Feature: support for chunked transfer encoding while reading client
5 request body. 57 request body.