comparison CHANGES @ 218:1bf60f8c5c9e NGINX_0_3_56

nginx 0.3.56 *) Feature: the "dav_access" directive. *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e", "-x", and "!-x" operators. *) Bugfix: a segmentation fault occurred if an request returned an redirect and some sent to client header lines were logged in the access log.
author Igor Sysoev <http://sysoev.ru>
date Fri, 04 Aug 2006 00:00:00 +0400
parents fa32d59d9a15
children 559bc7ec214e
comparison
equal deleted inserted replaced
217:a346c23fc94e 218:1bf60f8c5c9e
1
2 Changes with nginx 0.3.56 04 Aug 2006
3
4 *) Feature: the "dav_access" directive.
5
6 *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e",
7 "-x", and "!-x" operators.
8
9 *) Bugfix: a segmentation fault occurred if an request returned an
10 redirect and some sent to client header lines were logged in the
11 access log.
12
1 13
2 Changes with nginx 0.3.55 28 Jul 2006 14 Changes with nginx 0.3.55 28 Jul 2006
3 15
4 *) Feature: the "stub" parameter in the "include" SSI command. 16 *) Feature: the "stub" parameter in the "include" SSI command.
5 17