comparison CHANGES.ru @ 482:392c16f2d858 NGINX_0_7_53

nginx 0.7.53 *) Change: now a log set by --error-log-path is created from the very start-up. *) Feature: now the start up errors and warnings are outputted to an error_log and stderr. *) Feature: the empty --prefix= configure parameter forces nginx to use a directory where it was run as prefix. *) Feature: the -p switch. *) Feature: the -s switch on Unix platforms. *) Feature: the -? and -h switches. Thanks to Jerome Loyet. *) Feature: now switches may be set in condensed form. *) Bugfix: nginx/Windows did not work if configuration file was given by the -c switch. *) Bugfix: temporary files might be not removed if the "proxy_store", "fastcgi_store", "proxy_cache", or "fastcgi_cache" were used. Thanks to Maxim Dounin. *) Bugfix: an incorrect value was passed to mail proxy authentication server in "Auth-Method" header line; the bug had appeared in 0.7.34. Thanks to Simon Lecaille. *) Bugfix: system error text descriptions were not logged on Linux; the bug had appeared in 0.7.45. *) Bugfix: the "fastcgi_cache_min_uses" directive did not work. Thanks to Andrew Vorobyoff.
author Igor Sysoev <http://sysoev.ru>
date Mon, 27 Apr 2009 00:00:00 +0400
parents 549994537f15
children ed5e10fb40fc
comparison
equal deleted inserted replaced
481:0c98173187ac 482:392c16f2d858
1
2 Изменения в nginx 0.7.53 27.04.2009
3
4 *) Изменение: теперь лог, указанный в --error-log-path, создаётся с
5 самого начала работы.
6
7 *) Добавление: теперь ошибки и предупреждения при старте записываются в
8 error_log и выводятся на stderr.
9
10 *) Добавление: при сборке с пустым параметром --prefix= nginx
11 использует как префикс каталог, в котором он был запущен.
12
13 *) Добавление: ключ -p.
14
15 *) Добавление: ключ -s на Unix-платформах.
16
17 *) Добавление: ключи -? и -h.
18 Спасибо Jerome Loyet.
19
20 *) Добавление: теперь ключи можно задавать в сжатой форме.
21
22 *) Исправление: nginx/Windows не работал, если файл конфигурации был
23 задан ключём -c.
24
25 *) Исправление: при использовании директив proxy_store, fastcgi_store,
26 proxy_cache или fastcgi_cache временные файлы могли не удаляться.
27 Спасибо Максиму Дунину.
28
29 *) Исправление: в заголовке Auth-Method запроса серверу аутентификации
30 почтового прокси-сервера передавалось неверное значение; ошибка
31 появилась в 0.7.34.
32 Спасибо Simon Lecaille.
33
34 *) Исправление: при логгировании на Linux не писались текстовые
35 описания системных ошибок; ошибка появилась в 0.7.45.
36
37 *) Исправление: директива fastcgi_cache_min_uses не работала.
38 Спасибо Андрею Воробьёву.
39
1 40
2 Изменения в nginx 0.7.52 20.04.2009 41 Изменения в nginx 0.7.52 20.04.2009
3 42
4 *) Добавление: первая бинарная версия под Windows. 43 *) Добавление: первая бинарная версия под Windows.
5 44