comparison CHANGES.ru @ 644:ad25218fd14b NGINX_1_0_12

nginx 1.0.12 *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the "ssl_protocols" directive. *) Feature: the "if" SSI command supports captures in regular expressions. *) Bugfix: the "if" SSI command did not work inside the "block" command. *) Bugfix: in AIO error handling on FreeBSD. *) Bugfix: in the OpenSSL library initialization. *) Bugfix: the "worker_cpu_affinity" directive might not work. *) Bugfix: the "limit_conn_log_level" and "limit_req_log_level" directives might not work. *) Bugfix: the "read_ahead" directive might not work combined with "try_files" and "open_file_cache". *) Bugfix: the "proxy_cache_use_stale" directive with "error" parameter did not return answer from cache if there were no live upstreams. *) Bugfix: a segmentation fault might occur in a worker process if small time was used in the "inactive" parameter of the "proxy_cache_path" directive. *) Bugfix: responses from cache might hang. *) Bugfix: in error handling while connecting to a backend. Thanks to Piotr Sikora. *) Bugfix: in the "epoll" event method. Thanks to Yichun Zhang. *) Bugfix: the $sent_http_cache_control variable might contain a wrong value if the "expires" directive was used. Thanks to Yichun Zhang. *) Bugfix: the "limit_rate" directive did not allow to use full throughput, even if limit value was very high. *) Bugfix: the "sendfile_max_chunk" directive did not work, if the "limit_rate" directive was used. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in 1.0.11. *) Bugfix: in the ngx_http_scgi_module. *) Bugfix: in the ngx_http_mp4_module.
author Igor Sysoev <http://sysoev.ru>
date Mon, 06 Feb 2012 00:00:00 +0400
parents 1b80544421e8
children 09a689c5e494
comparison
equal deleted inserted replaced
643:d81e1c257a02 644:ad25218fd14b
1
2 Изменения в nginx 1.0.12 06.02.2012
3
4 *) Добавление: параметры TLSv1.1 и TLSv1.2 в директиве ssl_protocols.
5
6 *) Добавление: SSI команда if поддерживает выделения в регулярных
7 выражениях.
8
9 *) Исправление: SSI команда if не работала внутри команды block.
10
11 *) Исправление: в обработке ошибок при использовании AIO на FreeBSD.
12
13 *) Исправление: в инициализации библиотеки OpenSSL.
14
15 *) Исправление: директива worker_cpu_affinity могла не работать.
16
17 *) Исправление: директивы limit_conn_log_level и limit_req_log_level
18 могли не работать.
19
20 *) Исправление: директива read_ahead могла не работать при использовании
21 совместно с try_files и open_file_cache.
22
23 *) Исправление: директива proxy_cache_use_stale с параметром error не
24 возвращала ответ из кэша, если все бэкенды были признаны
25 неработающими.
26
27 *) Исправление: если в параметре inactive директивы proxy_cache_path
28 было указано малое время, в рабочем процессе мог произойти
29 segmentation fault.
30
31 *) Исправление: ответы из кэша могли зависать.
32
33 *) Исправление: в обработке ошибок при соединении с бэкендом.
34 Спасибо Piotr Sikora.
35
36 *) Исправление: в методе epoll.
37 Спасибо Yichun Zhang.
38
39 *) Исправление: переменная $sent_http_cache_control могла содержать
40 неверное значение при использовании директивы expires.
41 Спасибо Yichun Zhang.
42
43 *) Исправление: директива limit_rate не позволяла передавать на полной
44 скорости, даже если был указан очень большой лимит.
45
46 *) Исправление: директива sendfile_max_chunk не работала, если
47 использовалась директива limit_rate.
48
49 *) Исправление: nginx не собирался на Solaris; ошибка появилась в
50 1.0.11.
51
52 *) Исправление: в модуле ngx_http_scgi_module.
53
54 *) Исправление: в модуле ngx_http_mp4_module.
55
1 56
2 Изменения в nginx 1.0.11 15.12.2011 57 Изменения в nginx 1.0.11 15.12.2011
3 58
4 *) Изменение: теперь двойные кавычки экранируется при выводе 59 *) Изменение: теперь двойные кавычки экранируется при выводе
5 SSI-командой echo. 60 SSI-командой echo.