comparison CHANGES @ 512:e1f4748dc78e NGINX_0_7_68

nginx 0.7.68 *) 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: SSI response might be truncated after include with wait="yes"; the bug had appeared in 0.7.25. Thanks to Maxim Dounin. *) Bugfix: the "sub_filter" directive might change character case on partial match. *) Bugfix: nginx treated large SSLv2 packets as plain requests. Thanks to Miroslaw Jaworski. *) Bugfix: nginx might close IPv6 listen socket during reconfiguration. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Tue, 14 Dec 2010 00:00:00 +0300
parents 31b936646211
children
comparison
equal deleted inserted replaced
511:647973d42a2a 512:e1f4748dc78e
1
2 Changes with nginx 0.7.68 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: SSI response might be truncated after include with
13 wait="yes"; the bug had appeared in 0.7.25.
14 Thanks to Maxim Dounin.
15
16 *) Bugfix: the "sub_filter" directive might change character case on
17 partial match.
18
19 *) Bugfix: nginx treated large SSLv2 packets as plain requests.
20 Thanks to Miroslaw Jaworski.
21
22 *) Bugfix: nginx might close IPv6 listen socket during
23 reconfiguration.
24 Thanks to Maxim Dounin.
25
1 26
2 Changes with nginx 0.7.67 15 Jun 2010 27 Changes with nginx 0.7.67 15 Jun 2010
3 28
4 *) Security: nginx/Windows worker might be terminated abnormally if a 29 *) Security: nginx/Windows worker might be terminated abnormally if a
5 requested file name has invalid UTF-8 encoding. 30 requested file name has invalid UTF-8 encoding.
695 *) Bugfix: the "try_files" directive handled incorrectly a query string 720 *) Bugfix: the "try_files" directive handled incorrectly a query string
696 in a fallback parameter. 721 in a fallback parameter.
697 722
698 *) Bugfix: the "try_files" directive might test incorrectly directories. 723 *) Bugfix: the "try_files" directive might test incorrectly directories.
699 724
700 *) Bugfix: if there is the single server for given address:port pair, 725 *) Bugfix: if there was a single server for given address:port pair,
701 then captures in regular expressions in a "server_name" directive 726 then captures in regular expressions in a "server_name" directive
702 did not work. 727 did not work.
703 728
704 729
705 Changes with nginx 0.7.43 18 Mar 2009 730 Changes with nginx 0.7.43 18 Mar 2009
1049 "proxy_next_upstream" directive. 1074 "proxy_next_upstream" directive.
1050 1075
1051 *) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or 1076 *) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or
1052 "fastcgi_next_upstream" directives did not work. 1077 "fastcgi_next_upstream" directives did not work.
1053 1078
1054 *) Bugfix: nginx might send a "Transfer-Encoding: chunked" heaer line 1079 *) Bugfix: nginx might send a "Transfer-Encoding: chunked" header line
1055 for HEAD requests. 1080 for HEAD requests.
1056 1081
1057 *) Bugfix: now accept threshold depends on worker_connections. 1082 *) Bugfix: now accept threshold depends on worker_connections.
1058 1083
1059 1084