comparison CHANGES.ru @ 664:f5b859b2f097 NGINX_1_1_16

nginx 1.1.16 *) Change: the simultaneous subrequest limit has been raised to 200. *) Feature: the "from" parameter of the "disable_symlinks" directive. *) Feature: the "return" and "error_page" directives can be used to return 307 redirections. *) Bugfix: a segmentation fault might occur in a worker process if the "resolver" directive was used and there was no "error_log" directive specified at global level. Thanks to Roman Arutyunyan. *) Bugfix: a segmentation fault might occur in a worker process if the "proxy_http_version 1.1" or "fastcgi_keep_conn on" directives were used. *) Bugfix: memory leaks. Thanks to Lanshun Zhou. *) Bugfix: in the "disable_symlinks" directive. *) Bugfix: on ZFS filesystem disk cache size might be calculated incorrectly; the bug had appeared in 1.0.1. *) Bugfix: nginx could not be built by the icc 12.1 compiler. *) Bugfix: nginx could not be built by gcc on Solaris; the bug had appeared in 1.1.15.
author Igor Sysoev <http://sysoev.ru>
date Wed, 29 Feb 2012 00:00:00 +0400
parents e5fa0a4a7d27
children bf8b55a5ac89
comparison
equal deleted inserted replaced
663:dd668cf20818 664:f5b859b2f097
1
2 Изменения в nginx 1.1.16 29.02.2012
3
4 *) Изменение: ограничение на количество одновременных подзапросов
5 поднято до 200.
6
7 *) Добавление: параметр from в директиве disable_symlinks.
8
9 *) Добавление: директивы return и error_page теперь могут использоваться
10 для возврата перенаправлений с кодом 307.
11
12 *) Исправление: в рабочем процессе мог произойти segmentation fault,
13 если использовалась директива resolver и на глобальном уровне не была
14 задана директива error_log.
15 Спасибо Роману Арутюняну.
16
17 *) Исправление: в рабочем процессе мог произойти segmentation fault,
18 если использовались директивы "proxy_http_version 1.1" или
19 "fastcgi_keep_conn on".
20
21 *) Исправление: утечек памяти.
22 Спасибо Lanshun Zhou.
23
24 *) Исправление: в директиве disable_symlinks.
25
26 *) Исправление: при использовании ZFS размер кэша на диске мог считаться
27 некорректно; ошибка появилась в 1.0.1.
28
29 *) Исправление: nginx не собирался компилятором icc 12.1.
30
31 *) Исправление: nginx не собирался gcc на Solaris; ошибка появилась в
32 1.1.15.
33
1 34
2 Изменения в nginx 1.1.15 15.02.2012 35 Изменения в nginx 1.1.15 15.02.2012
3 36
4 *) Добавление: директива disable_symlinks. 37 *) Добавление: директива disable_symlinks.
5 38