comparison CHANGES.ru @ 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 Изменения в nginx 0.4.4 02.10.2006
3
4 *) Добавление: переменная scheme.
5
6 *) Добавление: директива expires поддерживает параметр max.
7
8 *) Добавление: директива include поддерживает маску "*".
9 Спасибо Jonathan Dance.
10
11 *) Исправление: директива return всегда изменяла код ответа,
12 перенаправленного директивой error_page.
13
14 *) Исправление: происходил segmentation fault, если в методе PUT
15 передавалось тело нулевой длины.
16
17 *) Исправление: при использовании переменных в директиве proxy_redirect
18 редирект изменялся неверно.
19
1 20
2 Изменения в nginx 0.4.3 26.09.2006 21 Изменения в nginx 0.4.3 26.09.2006
3 22
4 *) Изменение: ошибку 499 теперь нельзя перенаправить с помощью 23 *) Изменение: ошибку 499 теперь нельзя перенаправить с помощью
5 директивы error_page. 24 директивы error_page.