comparison CHANGES @ 642:1b80544421e8 NGINX_1_0_11

nginx 1.0.11 *) Change: now double quotes are encoded in an "echo" SSI-command output. Thanks to Zaur Abasmirzoev. *) Feature: the "image_filter_sharpen" directive. *) Bugfix: a segmentation fault might occur in a worker process if SNI was used; the bug had appeared in 1.0.9. *) Bugfix: SIGWINCH signal did not work after first binary upgrade; the bug had appeared in 1.0.9. *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request header lines might be passed to backend while caching; or not passed without caching if caching was enabled in another part of the configuration. *) Bugfix: in the "scgi_param" directive, if complex parameters were used. *) Bugfix: "add_header" and "expires" directives did not work if a request was proxied and response status code was 206. *) Bugfix: in the "expires @time" directive. *) Bugfix: in the ngx_http_flv_module. Thanks to Piotr Sikora. *) Bugfix: in the ngx_http_mp4_module. *) Bugfix: nginx could not be built on FreeBSD 10. *) Bugfix: nginx could not be built on AIX.
author Igor Sysoev <http://sysoev.ru>
date Thu, 15 Dec 2011 00:00:00 +0400
parents 97a1e05203c2
children ad25218fd14b
comparison
equal deleted inserted replaced
641:e21c9e01ce08 642:1b80544421e8
1
2 Changes with nginx 1.0.11 15 Dec 2011
3
4 *) Change: now double quotes are encoded in an "echo" SSI-command
5 output.
6 Thanks to Zaur Abasmirzoev.
7
8 *) Feature: the "image_filter_sharpen" directive.
9
10 *) Bugfix: a segmentation fault might occur in a worker process if SNI
11 was used; the bug had appeared in 1.0.9.
12
13 *) Bugfix: SIGWINCH signal did not work after first binary upgrade; the
14 bug had appeared in 1.0.9.
15
16 *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
17 header lines might be passed to backend while caching; or not passed
18 without caching if caching was enabled in another part of the
19 configuration.
20
21 *) Bugfix: in the "scgi_param" directive, if complex parameters were
22 used.
23
24 *) Bugfix: "add_header" and "expires" directives did not work if a
25 request was proxied and response status code was 206.
26
27 *) Bugfix: in the "expires @time" directive.
28
29 *) Bugfix: in the ngx_http_flv_module.
30 Thanks to Piotr Sikora.
31
32 *) Bugfix: in the ngx_http_mp4_module.
33
34 *) Bugfix: nginx could not be built on FreeBSD 10.
35
36 *) Bugfix: nginx could not be built on AIX.
37
1 38
2 Changes with nginx 1.0.10 15 Nov 2011 39 Changes with nginx 1.0.10 15 Nov 2011
3 40
4 *) Bugfix: a segmentation fault might occur in a worker process if 41 *) Bugfix: a segmentation fault might occur in a worker process if
5 resolver got a big DNS response. 42 resolver got a big DNS response.