comparison CHANGES.ru @ 372:6639b93e81b2 NGINX_0_6_30

nginx 0.6.30 *) Change: now if an "include" directive pattern does not match any file, then nginx does not issue an error. *) Feature: now the time in directives may be specified without spaces, for example, "1h50m". *) Bugfix: memory leaks if the "ssl_verify_client" directive was on. Thanks to Chavelle Vincent. *) Bugfix: the "sub_filter" directive might set text to change into output. *) Bugfix: the "error_page" directive did not take into account arguments in redirected URI. *) Bugfix: now nginx always opens files in binary mode under Cygwin. *) Bugfix: nginx could not be built on OpenBSD; bug appeared in 0.6.15.
author Igor Sysoev <http://sysoev.ru>
date Tue, 29 Apr 2008 00:00:00 +0400
parents 9a242235a80a
children 67fa3851697b
comparison
equal deleted inserted replaced
371:b6a2a305fdad 372:6639b93e81b2
1
2 Изменения в nginx 0.6.30 29.04.2008
3
4 *) Изменение: теперь, если маске, заданной в директиве include, не
5 соответствует ни один файл, то nginx не выдаёт ошибку.
6
7 *) Добавление: теперь время в директивах можно задавать без пробела,
8 например, "1h50m".
9
10 *) Исправление: утечек памяти, если директива ssl_verify_client имела
11 значение on.
12 Спасибо Chavelle Vincent.
13
14 *) Исправление: директива sub_filter могла вставлять заменяемый текст в
15 вывод.
16
17 *) Исправление: директива error_page не воспринимала параметры в
18 перенаправляемом URI.
19
20 *) Исправление: теперь при сборке с Cygwin nginx всегда открывает файлы
21 в бинарном режиме.
22
23 *) Исправление: nginx не собирался под OpenBSD; ошибка появилась в
24 0.6.15.
25
1 26
2 Изменения в nginx 0.6.29 18.03.2008 27 Изменения в nginx 0.6.29 18.03.2008
3 28
4 *) Добавление: модуль ngx_google_perftools_module. 29 *) Добавление: модуль ngx_google_perftools_module.
5 30