comparison CHANGES @ 36:a39d1b793287 NGINX_0_1_18

nginx 0.1.18 *) Workaround: the default values of the devpoll_events and the devpoll_changes directives changed from 512 to 32 to be compatible with Solaris 10. *) Bugfix: the proxy_set_x_var and fastcgi_set_var directives were not inherited. *) Bugfix: in the redirect rewrite directive the arguments were concatenated with URI by the "&" rather than the "?". *) Bugfix: the lines without trailing ";" in the file being included by the ngx_http_geo_module were silently ignored. *) Feature: the ngx_http_stub_status_module. *) Bugfix: the unknown log format in the access_log directive caused the segmentation fault. *) Feature: the new "document_root" parameter of the fastcgi_params directive. *) Feature: the fastcgi_redirect_errors directive. *) Feature: the new "break" modifier of the "rewrite" directive allows to stop the rewrite/location cycle and sets the current configuration to the request.
author Igor Sysoev <http://sysoev.ru>
date Wed, 09 Feb 2005 00:00:00 +0300
parents aab2ea7c0458
children 2879cd3a40cb
comparison
equal deleted inserted replaced
35:ef53675fe4a6 36:a39d1b793287
1
2 Changes with nginx 0.1.18 09 Feb 2005
3
4 *) Workaround: the default values of the devpoll_events and the
5 devpoll_changes directives changed from 512 to 32 to be compatible
6 with Solaris 10.
7
8 *) Bugfix: the proxy_set_x_var and fastcgi_set_var directives were not
9 inherited.
10
11 *) Bugfix: in the redirect rewrite directive the arguments were
12 concatenated with URI by the "&" rather than the "?".
13
14 *) Bugfix: the lines without trailing ";" in the file being included by
15 the ngx_http_geo_module were silently ignored.
16
17 *) Feature: the ngx_http_stub_status_module.
18
19 *) Bugfix: the unknown log format in the access_log directive caused
20 the segmentation fault.
21
22 *) Feature: the new "document_root" parameter of the fastcgi_params
23 directive.
24
25 *) Feature: the fastcgi_redirect_errors directive.
26
27 *) Feature: the new "break" modifier of the "rewrite" directive allows
28 to stop the rewrite/location cycle and sets the current
29 configuration to the request.
30
1 31
2 Changes with nginx 0.1.17 03 Feb 2005 32 Changes with nginx 0.1.17 03 Feb 2005
3 33
4 *) Feature: the ngx_http_rewrite_module was rewritten from the scratch. 34 *) Feature: the ngx_http_rewrite_module was rewritten from the scratch.
5 Now it is possible to redirect, to return the error codes, to check 35 Now it is possible to redirect, to return the error codes, to check
30 60
31 *) Bugfix: if the response were transferred by chunks, then on the HEAD 61 *) Bugfix: if the response were transferred by chunks, then on the HEAD
32 request the final chunk was issued. 62 request the final chunk was issued.
33 63
34 *) Bugfix: the "Connection: keep-alive" header were issued, even if the 64 *) Bugfix: the "Connection: keep-alive" header were issued, even if the
35 keepalive_timeout derective forbade the keep-alive use. 65 keepalive_timeout directive forbade the keep-alive use.
36 66
37 *) Bugfix: the errors in the ngx_http_fastcgi_module caused the 67 *) Bugfix: the errors in the ngx_http_fastcgi_module caused the
38 segmentation faults. 68 segmentation faults.
39 69
40 *) Bugfix: the compressed response encrypted by SSL may not transferred 70 *) Bugfix: the compressed response encrypted by SSL may not transferred
41 complete. 71 complete.
42 72
43 *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPSUH, and TCP_CORK 73 *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPSUH, and TCP_CORK
44 options, are not used for the unix domain sockets. 74 options, are not used for the unix domain sockets.
45 75
46 *) Feature: the rewrite directive supports the agruments rewriting. 76 *) Feature: the rewrite directive supports the arguments rewriting.
47 77
48 *) Bugfix: the response code 400 was returend for the POST request with 78 *) Bugfix: the response code 400 was returned for the POST request with
49 the "Content-Length: 0" header; bug appeared in 0.1.14. 79 the "Content-Length: 0" header; bug appeared in 0.1.14.
50 80
51 81
52 Changes with nginx 0.1.15 19 Jan 2005 82 Changes with nginx 0.1.15 19 Jan 2005
53 83