comparison CHANGES @ 638:692f4d4d7f10 NGINX_1_0_9

nginx 1.0.9 *) Change: now the 0x7F-0x1F characters are escaped as \xXX in an access_log. *) Change: now SIGWINCH signal works only in daemon mode. *) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support the following additional values: X-Accel-Limit-Rate, X-Accel-Buffering, X-Accel-Charset. *) Feature: decrease of memory consumption if SSL is used. *) Feature: accept filters are now supported on NetBSD. *) Feature: the "uwsgi_buffering" and "scgi_buffering" directives. Thanks to Peter Smit. *) Bugfix: a segmentation fault occurred on start or while reconfiguration if the "ssl" directive was used at http level and there was no "ssl_certificate" defined. *) Bugfix: some UTF-8 characters were processed incorrectly. Thanks to Alexey Kuts. *) Bugfix: the ngx_http_rewrite_module directives specified at "server" level were executed twice if no matching locations were defined. *) Bugfix: a socket leak might occurred if "aio sendfile" was used. *) Bugfix: connections with fast clients might be closed after send_timeout if file AIO was used. *) Bugfix: in the ngx_http_autoindex_module. *) Bugfix: the module ngx_http_mp4_module did not support seeking on 32-bit platforms. *) Bugfix: non-cacheable responses might be cached if "proxy_cache_bypass" directive was used. Thanks to John Ferlito. *) Bugfix: cached responses with an empty body were returned incorrectly; the bug had appeared in 0.8.31. *) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the bug had appeared in 0.8.32. *) Bugfix: in the "return" directive. *) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and "ssl_prefer_server_ciphers" directives might work incorrectly if SNI was used.
author Igor Sysoev <http://sysoev.ru>
date Tue, 01 Nov 2011 00:00:00 +0400
parents 41147ba87bd9
children 97a1e05203c2
comparison
equal deleted inserted replaced
637:ea7441793bba 638:692f4d4d7f10
1
2 Changes with nginx 1.0.9 01 Nov 2011
3
4 *) Change: now the 0x7F-0x1F characters are escaped as \xXX in an
5 access_log.
6
7 *) Change: now SIGWINCH signal works only in daemon mode.
8
9 *) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support
10 the following additional values: X-Accel-Limit-Rate,
11 X-Accel-Buffering, X-Accel-Charset.
12
13 *) Feature: decrease of memory consumption if SSL is used.
14
15 *) Feature: accept filters are now supported on NetBSD.
16
17 *) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.
18 Thanks to Peter Smit.
19
20 *) Bugfix: a segmentation fault occurred on start or while
21 reconfiguration if the "ssl" directive was used at http level and
22 there was no "ssl_certificate" defined.
23
24 *) Bugfix: some UTF-8 characters were processed incorrectly.
25 Thanks to Alexey Kuts.
26
27 *) Bugfix: the ngx_http_rewrite_module directives specified at "server"
28 level were executed twice if no matching locations were defined.
29
30 *) Bugfix: a socket leak might occurred if "aio sendfile" was used.
31
32 *) Bugfix: connections with fast clients might be closed after
33 send_timeout if file AIO was used.
34
35 *) Bugfix: in the ngx_http_autoindex_module.
36
37 *) Bugfix: the module ngx_http_mp4_module did not support seeking on
38 32-bit platforms.
39
40 *) Bugfix: non-cacheable responses might be cached if
41 "proxy_cache_bypass" directive was used.
42 Thanks to John Ferlito.
43
44 *) Bugfix: cached responses with an empty body were returned
45 incorrectly; the bug had appeared in 0.8.31.
46
47 *) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the
48 bug had appeared in 0.8.32.
49
50 *) Bugfix: in the "return" directive.
51
52 *) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and
53 "ssl_prefer_server_ciphers" directives might work incorrectly if SNI
54 was used.
55
1 56
2 Changes with nginx 1.0.8 01 Oct 2011 57 Changes with nginx 1.0.8 01 Oct 2011
3 58
4 *) Bugfix: nginx could not be built --with-http_mp4_module and without 59 *) Bugfix: nginx could not be built --with-http_mp4_module and without
5 --with-debug option. 60 --with-debug option.
32 87
33 *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort" 88 *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort"
34 directives. 89 directives.
35 90
36 *) Bugfix: nginx could not be built on MacOSX 10.7. 91 *) Bugfix: nginx could not be built on MacOSX 10.7.
37
38 *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort"
39 directives.
40 92
41 *) Bugfix: request body might be processed incorrectly if client used 93 *) Bugfix: request body might be processed incorrectly if client used
42 pipelining. 94 pipelining.
43 95
44 *) Bugfix: in the "request_body_in_single_buf" directive. 96 *) Bugfix: in the "request_body_in_single_buf" directive.