comparison CHANGES @ 238:a528ae0fe909 NGINX_0_4_4

nginx 0.4.4 *) Feature: the $scheme variable. *) Feature: the "expires" directive supports the "max" parameter. *) Feature: the "include" directive supports the "*" mask. Thanks to Jonathan Dance. *) Bugfix: the "return" directive always overrode the "error_page" response code redirected by the "error_page" directive. *) Bugfix: a segmentation fault occurred if zero-length body was in PUT method. *) Bugfix: the redirect was changed incorrectly if the variables were used in the "proxy_redirect" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 02 Oct 2006 00:00:00 +0400
parents c982febb7588
children ff906029dd40
comparison
equal deleted inserted replaced
237:302a8e8b4ae7 238:a528ae0fe909
1
2 Changes with nginx 0.4.4 02 Oct 2006
3
4 *) Feature: the "scheme" variable.
5
6 *) Feature: the "expires" directive supports the "max" parameter.
7
8 *) Feature: the "include" directive supports the "*" mask.
9 Thanks to Jonathan Dance.
10
11 *) Bugfix: the "return" directive always overrode the "error_page"
12 response code redirected by the "error_page" directive.
13
14 *) Bugfix: a segmentation fault occurred if zero-length body was in PUT
15 method.
16
17 *) Bugfix: the redirect was changed incorrectly if the variables were
18 used in the "proxy_redirect" directive.
19
1 20
2 Changes with nginx 0.4.3 26 Sep 2006 21 Changes with nginx 0.4.3 26 Sep 2006
3 22
4 *) Change: now the 499 error could not be redirected using an 23 *) Change: now the 499 error could not be redirected using an
5 "error_page" directive. 24 "error_page" directive.