comparison CHANGES @ 680:597573166f34 NGINX_1_3_3

nginx 1.3.3 *) Feature: entity tags support and the "etag" directive. *) Bugfix: trailing dot in a source value was not ignored if the "map" directive was used with the "hostnames" parameter. *) Bugfix: incorrect location might be used to process a request if a URI was changed via a "rewrite" directive before an internal redirect to a named location.
author Igor Sysoev <http://sysoev.ru>
date Tue, 10 Jul 2012 00:00:00 +0400
parents 981b4c44593b
children 5cb5db9975ba
comparison
equal deleted inserted replaced
679:cad34cec7d3b 680:597573166f34
1
2 Changes with nginx 1.3.3 10 Jul 2012
3
4 *) Feature: entity tags support and the "etag" directive.
5
6 *) Bugfix: trailing dot in a source value was not ignored if the "map"
7 directive was used with the "hostnames" parameter.
8
9 *) Bugfix: incorrect location might be used to process a request if a
10 URI was changed via a "rewrite" directive before an internal redirect
11 to a named location.
12
1 13
2 Changes with nginx 1.3.2 26 Jun 2012 14 Changes with nginx 1.3.2 26 Jun 2012
3 15
4 *) Change: the "single" parameter of the "keepalive" directive is now 16 *) Change: the "single" parameter of the "keepalive" directive is now
5 ignored. 17 ignored.
39 51
40 *) Feature: the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass" 52 *) Feature: the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass"
41 directives, and the "server" directive inside the "upstream" block, 53 directives, and the "server" directive inside the "upstream" block,
42 now support IPv6 addresses. 54 now support IPv6 addresses.
43 55
44 *) Feature: the "resolver" directive now support IPv6 addresses and an 56 *) Feature: the "resolver" directive now supports IPv6 addresses and an
45 optional port specification. 57 optional port specification.
46 58
47 *) Feature: the "least_conn" directive inside the "upstream" block. 59 *) Feature: the "least_conn" directive inside the "upstream" block.
48 60
49 *) Feature: it is now possible to specify a weight for servers while 61 *) Feature: it is now possible to specify a weight for servers while