comparison CHANGES @ 212:56688ed172c8 NGINX_0_3_53

nginx 0.3.53 *) Change: the "add_header" directive adds the string to 204, 301, and 302 responses. *) Feature: the "server" directive in the "upstream" context supports the "weight" parameter. *) Feature: the "server_name" directive supports the "*" wildcard. *) Feature: nginx supports the request body size more than 2G. *) Bugfix: if a client was successfully authorized using "satisfy_any on", then anyway the message "access forbidden by rule" was written in the log. *) Bugfix: the "PUT" method may erroneously not create a file and return the 409 code. *) Bugfix: if the IMAP/POP3 backend returned an error, then nginx continued proxying anyway.
author Igor Sysoev <http://sysoev.ru>
date Fri, 07 Jul 2006 00:00:00 +0400
parents 14050d2bec9b
children 0ad9eeb6ac7f
comparison
equal deleted inserted replaced
211:f04a54878110 212:56688ed172c8
1
2 Changes with nginx 0.3.53 07 Jul 2006
3
4 *) Change: the "add_header" directive adds the string to 204, 301, and
5 302 responses.
6
7 *) Feature: the "server" directive if the "upstream" context supports
8 the "weight" parameter.
9
10 *) Feature: the "server_name" directive supports the "*" wildcard.
11
12 *) Feature: nginx supports the request body size more than 2G.
13
14 *) Bugfix: if a client was successfully authorized using "satisfy_any
15 on", then anyway the "access forbidden by rule" message was written
16 in the log.
17
18 *) Bugfix: the "PUT" method may erroneously not create a file and
19 return the 409 code.
20
21 *) Bugfix: if the IMAP/POP3 backend returned an error, then nginx
22 continued proxying anyway.
23
1 24
2 Changes with nginx 0.3.52 03 Jul 2006 25 Changes with nginx 0.3.52 03 Jul 2006
3 26
4 *) Change: the ngx_http_index_module behavior for the "POST /" requests 27 *) Change: the ngx_http_index_module behavior for the "POST /" requests
5 is reverted to the 0.3.40 version state: the module now does not 28 is reverted to the 0.3.40 version state: the module now does not
1388 supported. 1411 supported.
1389 1412
1390 *) Feature: the %request_time log parameter. 1413 *) Feature: the %request_time log parameter.
1391 1414
1392 *) Feature: if the request has no the "Host" header line, then the 1415 *) Feature: if the request has no the "Host" header line, then the
1393 proxy_preserve_host directive set this header line to the first 1416 "proxy_preserve_host" directive set this header line to the first
1394 server name of the server_name directive. 1417 server name of the "server_name" directive.
1395 1418
1396 *) Bugfix: nginx could not be built on platforms different from i386, 1419 *) Bugfix: nginx could not be built on platforms different from i386,
1397 amd64, sparc É ppc; bug appeared in 0.1.22. 1420 amd64, sparc É ppc; bug appeared in 0.1.22.
1398 1421
1399 *) Bugfix: the ngx_http_autoindex_module now shows the information not 1422 *) Bugfix: the ngx_http_autoindex_module now shows the information not
1585 Changes with nginx 0.1.13 21 Dec 2004 1608 Changes with nginx 0.1.13 21 Dec 2004
1586 1609
1587 *) Feature: the server_names_hash and server_names_hash_threshold 1610 *) Feature: the server_names_hash and server_names_hash_threshold
1588 directives. 1611 directives.
1589 1612
1590 *) Bugfix: the *.domain.tld names in the server_name directive did not 1613 *) Bugfix: the *.domain.tld names in the "server_name" directive did
1591 work. 1614 not work.
1592 1615
1593 *) Bugfix: the %request_length log parameter logged the incorrect 1616 *) Bugfix: the %request_length log parameter logged the incorrect
1594 length. 1617 length.
1595 1618
1596 1619