comparison CHANGES @ 544:f7ec98e3caeb NGINX_0_8_18

nginx 0.8.18 *) Feature: the "read_ahead" directive. *) Feature: now several "perl_modules" directive may be used. *) Feature: the "limit_req_log_level" and "limit_conn_log_level" directives. *) Bugfix: now "limit_req" directive conforms to the leaky bucket algorithm. Thanks to Maxim Dounin. *) Bugfix: nginx did not work on Linux/sparc. Thanks to Marcus Ramberg. *) Bugfix: nginx sent '\0' in a "Location" response header line on MKCOL request. Thanks to Xie Zhenye. *) Bugfix: zero status code was logged instead of 499 status code; the bug had appeared in 0.8.11. *) Bugfix: socket leak; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Tue, 06 Oct 2009 00:00:00 +0400
parents 4c5d2c627a6c
children a52c99698e7f
comparison
equal deleted inserted replaced
543:7688992d2abb 544:f7ec98e3caeb
1
2 Changes with nginx 0.8.18 06 Oct 2009
3
4 *) Feature: the "read_ahead" directive.
5
6 *) Feature: now several "perl_modules" directive may be used.
7
8 *) Feature: the "limit_req_log_level" and "limit_conn_log_level"
9 directives.
10
11 *) Bugfix: now "limit_req" directive conforms to the leaky bucket
12 algorithm.
13 Thanks to Maxim Dounin.
14
15 *) Bugfix: nginx did not work on Linux/sparc.
16 Thanks to Marcus Ramberg.
17
18 *) Bugfix: nginx sent '\0' in a "Location" response header line on
19 MKCOL request.
20 Thanks to Xie Zhenye.
21
22 *) Bugfix: zero status code was logged instead of 499 status code; the
23 bug had appeared in 0.8.11.
24
25 *) Bugfix: socket leak; the bug had appeared in 0.8.11.
26
1 27
2 Changes with nginx 0.8.17 28 Sep 2009 28 Changes with nginx 0.8.17 28 Sep 2009
3 29
4 *) Security: now "/../" are disabled in "Destination" request header 30 *) Security: now "/../" are disabled in "Destination" request header
5 line. 31 line.