comparison CHANGES @ 366:babd3d9efb62 NGINX_0_6_27

nginx 0.6.27 *) Change: now by default the rtsig method is not built on Linux 2.6.18+. *) Change: now a request method is not changed while redirection to a named location via an "error_page" directive. *) Feature: the "resolver" and "resolver_timeout" directives in SMTP proxy. *) Feature: the "post_action" directive supports named locations. *) Bugfix: a segmentation fault occurred in worker process, if a request was redirected from proxy, FastCGI, or memcached location to static named locations. *) Bugfix: browsers did not repeat SSL handshake if there is no valid client certificate in first handshake. Thanks to Alexander V. Inyukhin. *) Bugfix: if response code 495-497 was redirected via an "error_page" directive without code change, then nginx tried to allocate too many memory. *) Bugfix: memory leak in long-lived non buffered connections. *) Bugfix: memory leak in resolver. *) Bugfix: a segmentation fault occurred in worker process, if a request was redirected from proxy, FastCGI, or memcached location to static named locations. *) Bugfix: in the $proxy_host and $proxy_port variables caching. Thanks to Sergey Bochenkov. *) Bugfix: a "proxy_pass" directive with variables used incorrectly the same port as in another "proxy_pass" directive with the same host name and without variables. Thanks to Sergey Bochenkov. *) Bugfix: an alert "sendmsg() failed (9: Bad file descriptor)" on some 64-bit platforms while reconfiguration. *) Bugfix: a segmentation fault occurred in worker process, if empty stub block was used second time in SSI. *) Bugfix: in copying URI part contained escaped symbols into arguments.
author Igor Sysoev <http://sysoev.ru>
date Wed, 12 Mar 2008 00:00:00 +0300
parents a39aab45a53f
children 6aeb6e11b9e7
comparison
equal deleted inserted replaced
365:9b0140fa1132 366:babd3d9efb62
1
2 Changes with nginx 0.6.27 12 Mar 2008
3
4 *) Change: now by default the rtsig method is not built on
5 Linux 2.6.18+.
6
7 *) Change: now a request method is not changed while redirection to a
8 named location via an "error_page" directive.
9
10 *) Feature: the "resolver" and "resolver_timeout" directives in SMTP
11 proxy.
12
13 *) Feature: the "post_action" directive supports named locations.
14
15 *) Bugfix: a segmentation fault occurred in worker process, if a
16 request was redirected from proxy, FastCGI, or memcached location to
17 static named locations.
18
19 *) Bugfix: browsers did not repeat SSL handshake if there is no valid
20 client certificate in first handshake.
21 Thanks to Alexander V. Inyukhin.
22
23 *) Bugfix: if response code 495-497 was redirected via an "error_page"
24 directive without code change, then nginx tried to allocate too many
25 memory.
26
27 *) Bugfix: memory leak in long-lived non buffered connections.
28
29 *) Bugfix: memory leak in resolver.
30
31 *) Bugfix: a segmentation fault occurred in worker process, if a
32 request was redirected from proxy, FastCGI, or memcached location to
33 static named locations.
34
35 *) Bugfix: in the $proxy_host and $proxy_port variables caching.
36 Thanks to Sergey Bochenkov.
37
38 *) Bugfix: a "proxy_pass" directive with variables used incorrectly the
39 same port as in another "proxy_pass" directive with the same host
40 name and without variables.
41 Thanks to Sergey Bochenkov.
42
43 *) Bugfix: an alert "sendmsg() failed (9: Bad file descriptor)" on some
44 64-bit platforms while reconfiguration.
45
46 *) Bugfix: a segmentation fault occurred in worker process, if empty
47 stub block was used second time in SSI.
48
49 *) Bugfix: in copying URI part contained escaped symbols into arguments.
50
1 51
2 Changes with nginx 0.6.26 11 Feb 2008 52 Changes with nginx 0.6.26 11 Feb 2008
3 53
4 *) Bugfix: the "proxy_store" and "fastcgi_store" directives did not 54 *) Bugfix: the "proxy_store" and "fastcgi_store" directives did not
5 check a response length. 55 check a response length.