comparison text/en/CHANGES-1.0 @ 245:a627ecdece14

nginx-1.0.11
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 Dec 2011 14:59:34 +0000
parents f26606d1203b
children b9ae01d4dbf1
comparison
equal deleted inserted replaced
244:9e2be02df2ce 245:a627ecdece14
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.