comparison CHANGES.ru @ 498:ef5c97e49c35 NGINX_0_7_61

nginx 0.7.61 *) Bugfix: nginx could not be built on MacOSX 10.6. the bug had appeared in 0.8.2. *) Bugfix: nginx could not be built --without-http-cache; the bug had appeared in 0.7.60. *) Bugfix: a segmentation fault occurred in worker process, if a backend 401 error was intercepted and the backend did not set the "WWW-Authenticate" response header line. Thanks to Eugene Mychlo.
author Igor Sysoev <http://sysoev.ru>
date Mon, 22 Jun 2009 00:00:00 +0400
parents 116d5de7cbb6
children ed3d382670c7
comparison
equal deleted inserted replaced
497:b0914e65af8e 498:ef5c97e49c35
1
2 Изменения в nginx 0.7.61 22.06.2009
3
4 *) Исправление: nginx не собирался на MacOSX 10.6.
5
6 *) Исправление: nginx не собирался с параметром --without-http-cache;
7 ошибка появилась в 0.7.60.
8
9 *) Исправление: если было использовался перехват 401 ошибки от бэкенда
10 и бэкенд не возвращал строку "WWW-Authenticate" в заголовке ответа,
11 то в рабочем процессе происходил segmentation fault.
12 Спасибо Евгению Мычло.
13
1 14
2 Изменения в nginx 0.7.60 15.06.2009 15 Изменения в nginx 0.7.60 15.06.2009
3 16
4 *) Добавление: параметр updating в директивах proxy_cache_use_stale и 17 *) Добавление: параметр updating в директивах proxy_cache_use_stale и
5 fastcgi_cache_use_stale. 18 fastcgi_cache_use_stale.