comparison CHANGES @ 270:6eb1e38f0f1f NGINX_0_5_5

nginx 0.5.5 *) Change: the -v switch does not show compiler information any more. *) Feature: the -V switch. *) Feature: the "worker_rlimit_core" directive supports size in K, M, and G. *) Bugfix: the nginx.pm module now could be installed by an unprivileged user. *) Bugfix: a segmentation fault might occur if the $r->request_body or $r->request_body_file methods were used. *) Bugfix: the ppc platform specific bugs.
author Igor Sysoev <http://sysoev.ru>
date Sun, 24 Dec 2006 00:00:00 +0300
parents a0c9f21ee120
children 29a6403156b0
comparison
equal deleted inserted replaced
269:aa9c0062124d 270:6eb1e38f0f1f
1
2 Changes with nginx 0.5.5 24 Dec 2006
3
4 *) Change: the -v switch does not show compiler information any more.
5
6 *) Feature: the -V switch.
7
8 *) Feature: the "worker_rlimit_core" directive supports size in K, M,
9 and G.
10
11 *) Bugfix: the nginx.pm module now could be installed by an
12 unprivileged user.
13
14 *) Bugfix: a segmentation fault might occur if the $r->request_body or
15 $r->request_body_file methods were used.
16
17 *) Bugfix: the ppc platform specific bugs.
18
1 19
2 Changes with nginx 0.5.4 15 Dec 2006 20 Changes with nginx 0.5.4 15 Dec 2006
3 21
4 *) Feature: the "perl" directive may be used inside the "limit_except" 22 *) Feature: the "perl" directive may be used inside the "limit_except"
5 block. 23 block.