comparison CHANGES @ 168:3314be145cb9 NGINX_0_3_31

nginx 0.3.31 *) Change: now nginx passes the malformed proxied backend responses. *) Feature: the "listen" directives support the address in the "*:port" form. *) Feature: the EVFILER_TIMER support in MacOSX 10.4. *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout bug. Thanks to Andrei Nigmatulin. *) Bugfix: if there were several "listen" directives listening one various addresses inside one server, then server names like "*.domain.tld" worked for first address only; bug appeared in 0.3.18. *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive and the request body was in temporarily file then the request was not transferred. *) Bugfix: perl 5.8.8 compatibility.
author Igor Sysoev <http://sysoev.ru>
date Fri, 10 Mar 2006 00:00:00 +0300
parents fef68f68bcfd
children 4ad13ee5ef5e
comparison
equal deleted inserted replaced
167:544cb5cba207 168:3314be145cb9
1
2 Changes with nginx 0.3.31 10 Mar 2006
3
4 *) Change: now nginx passes the malformed proxied backend responses.
5
6 *) Feature: the "listen" directives support the address in the "*:port"
7 form.
8
9 *) Feature: the EVFILER_TIMER support in MacOSX 10.4.
10
11 *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout bug.
12 Thanks Andrei Nigmatulin.
13
14 *) Bugfix: if there were several "listen" directives listening one
15 various addresses inside one server, then server names like
16 "*.domain.tld" worked for first address only; bug appeared in 0.3.18.
17
18 *) Bugfix: if the HTTP protocol was used in the "proxy_pass" directive
19 and the request body was in temporarily file then the request was
20 not transferred.
21
22 *) Bugfix: perl 5.8.8 compatibility.
23
1 24
2 Changes with nginx 0.3.30 22 Feb 2006 25 Changes with nginx 0.3.30 22 Feb 2006
3 26
4 *) Change: the ECONNABORTED error log level was changed to "error" from 27 *) Change: the ECONNABORTED error log level was changed to "error" from
5 "crit". 28 "crit".
6 29
7 *) Bugfix: the ngx_http_perl_module could not be build without the 30 *) Bugfix: the ngx_http_perl_module could not be build without the
8 ngx_http_ssi_filter_module. 31 ngx_http_ssi_filter_module.
9 32
10 *) Bugfix: nginx could not be built on i386 platform, if the PIC was 33 *) Bugfix: nginx could not be built on i386 platform, if the PIC was
11 used. 34 used; bug appeared in 0.3.27.
12 35
13 36
14 Changes with nginx 0.3.29 20 Feb 2006 37 Changes with nginx 0.3.29 20 Feb 2006
15 38
16 *) Feature: now nginx uses less memory, if PHP in FastCGI mode sends 39 *) Feature: now nginx uses less memory, if PHP in FastCGI mode sends
65 88
66 *) Feature: the "lock_file" directive and the --with-lock-path=PATH 89 *) Feature: the "lock_file" directive and the --with-lock-path=PATH
67 autoconfiguration directive. 90 autoconfiguration directive.
68 91
69 *) Bugfix: if the HTTP protocol was used in the "proxy_pass" directive 92 *) Bugfix: if the HTTP protocol was used in the "proxy_pass" directive
70 then the requests with the body did not transferred. 93 then the requests with the body was not transferred.
71 94
72 95
73 Changes with nginx 0.3.26 03 Feb 2006 96 Changes with nginx 0.3.26 03 Feb 2006
74 97
75 *) Change: the "optimize_host_names" directive was renamed to the 98 *) Change: the "optimize_host_names" directive was renamed to the