comparison text/en/CHANGES @ 577:22c22895a614

nginx-1.3.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 10 Jul 2012 12:30:24 +0000
parents a9f5ff5e4954
children c9d21d180e6a
comparison
equal deleted inserted replaced
576:cac22cc79afd 577:22c22895a614
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