comparison CHANGES @ 579:be4f34123024 NGINX_0_8_35

nginx 0.8.35 *) Change: now the charset filter runs before the SSI filter. *) Feature: the "chunked_transfer_encoding" directive. *) Bugfix: an "&" character was not escaped when it was copied in arguments part in a rewrite rule. *) Bugfix: nginx might be terminated abnormally while a signal processing or if the directive "timer_resolution" was used on platforms which do not support kqueue or eventport notification methods. Thanks to George Xie and Maxim Dounin. *) Bugfix: if temporary files and permanent storage area resided at different file systems, then permanent file modification times were incorrect. Thanks to Maxim Dounin. *) Bugfix: ngx_http_memcached_module might issue the error message "memcached sent invalid trailer". Thanks to Maxim Dounin. *) Bugfix: nginx could not built zlib-1.2.4 library using the library sources. Thanks to Maxim Dounin. *) Bugfix: a segmentation fault occurred in a worker process, if there was large stderr output before FastCGI response; the bug had appeared in 0.8.34. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 29 Mar 2010 00:00:00 +0400
parents da3c99095432
children 566e105a89f1
comparison
equal deleted inserted replaced
577:dd7104f21940 579:be4f34123024
1
2 Changes with nginx 0.8.35 29 Mar 2010
3
4 *) Change: now the charset filter runs before the SSI filter.
5
6 *) Feature: the "chunked_transfer_encoding" directive.
7
8 *) Bugfix: an "&" character was not escaped when it was copied in
9 arguments part in a rewrite rule.
10
11 *) Bugfix: nginx might be terminated abnormally while a signal
12 processing or if the directive "timer_resolution" was used on
13 platforms which do not support kqueue or eventport notification
14 methods.
15 Thanks to George Xie and Maxim Dounin.
16
17 *) Bugfix: if temporary files and permanent storage area resided at
18 different file systems, then permanent file modification times were
19 incorrect.
20 Thanks to Maxim Dounin.
21
22 *) Bugfix: ngx_http_memcached_module might issue the error message
23 "memcached sent invalid trailer".
24 Thanks to Maxim Dounin.
25
26 *) Bugfix: nginx could not built zlib-1.2.4 library using the library
27 sources.
28 Thanks to Maxim Dounin.
29
30 *) Bugfix: a segmentation fault occurred in a worker process, if there
31 was large stderr output before FastCGI response; the bug had
32 appeared in 0.8.34.
33 Thanks to Maxim Dounin.
34
1 35
2 Changes with nginx 0.8.34 03 Mar 2010 36 Changes with nginx 0.8.34 03 Mar 2010
3 37
4 *) Bugfix: nginx did not support all ciphers and digests used in client 38 *) Bugfix: nginx did not support all ciphers and digests used in client
5 certificates. 39 certificates.
9 large stderr output before response. 43 large stderr output before response.
10 44
11 *) Bugfix: nginx did not support HTTPS referrers. 45 *) Bugfix: nginx did not support HTTPS referrers.
12 46
13 *) Bugfix: nginx/Windows might not find file if path in configuration 47 *) Bugfix: nginx/Windows might not find file if path in configuration
14 was given in other character case; the bug had appeared in 0.8.34. 48 was given in other character case; the bug had appeared in 0.8.33.
15 49
16 *) Bugfix: the $date_local variable has an incorrect value, if the "%s" 50 *) Bugfix: the $date_local variable has an incorrect value, if the "%s"
17 format was used. 51 format was used.
18 Thanks to Maxim Dounin. 52 Thanks to Maxim Dounin.
19 53