comparison CHANGES @ 604:611ebd77621d NGINX_0_8_54

nginx 0.8.54 *) Bugfix: if there was a single server for given IPv6 address:port pair, then captures in regular expressions in a "server_name" directive did not work. *) Bugfix: a segmentation fault might occur in a worker process, if the "auth_basic" directive was used. Thanks to Michail Laletin. *) Bugfix: compatibility with ngx_http_eval_module; the bug had appeared in 0.8.42.
author Igor Sysoev <http://sysoev.ru>
date Tue, 14 Dec 2010 00:00:00 +0300
parents c5122335e41d
children
comparison
equal deleted inserted replaced
603:94ea26a3b3aa 604:611ebd77621d
1
2 Changes with nginx 0.8.54 14 Dec 2010
3
4 *) Bugfix: if there was a single server for given IPv6 address:port
5 pair, then captures in regular expressions in a "server_name"
6 directive did not work.
7
8 *) Bugfix: a segmentation fault might occur in a worker process, if the
9 "auth_basic" directive was used.
10 Thanks to Michail Laletin.
11
12 *) Bugfix: compatibility with ngx_http_eval_module; the bug had
13 appeared in 0.8.42.
14
1 15
2 Changes with nginx 0.8.53 18 Oct 2010 16 Changes with nginx 0.8.53 18 Oct 2010
3 17
4 *) Feature: now the "error_page" directive allows to change a status 18 *) Feature: now the "error_page" directive allows to change a status
5 code in a redirect. 19 code in a redirect.
1202 *) Bugfix: the "try_files" directive handled incorrectly a query string 1216 *) Bugfix: the "try_files" directive handled incorrectly a query string
1203 in a fallback parameter. 1217 in a fallback parameter.
1204 1218
1205 *) Bugfix: the "try_files" directive might test incorrectly directories. 1219 *) Bugfix: the "try_files" directive might test incorrectly directories.
1206 1220
1207 *) Bugfix: if there is the single server for given address:port pair, 1221 *) Bugfix: if there was a single server for given address:port pair,
1208 then captures in regular expressions in a "server_name" directive 1222 then captures in regular expressions in a "server_name" directive
1209 did not work. 1223 did not work.
1210 1224
1211 1225
1212 Changes with nginx 0.7.43 18 Mar 2009 1226 Changes with nginx 0.7.43 18 Mar 2009
1556 "proxy_next_upstream" directive. 1570 "proxy_next_upstream" directive.
1557 1571
1558 *) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or 1572 *) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or
1559 "fastcgi_next_upstream" directives did not work. 1573 "fastcgi_next_upstream" directives did not work.
1560 1574
1561 *) Bugfix: nginx might send a "Transfer-Encoding: chunked" heaer line 1575 *) Bugfix: nginx might send a "Transfer-Encoding: chunked" header line
1562 for HEAD requests. 1576 for HEAD requests.
1563 1577
1564 *) Bugfix: now accept threshold depends on worker_connections. 1578 *) Bugfix: now accept threshold depends on worker_connections.
1565 1579
1566 1580