comparison CHANGES.ru @ 262:e0b1d0a6c629 NGINX_0_5_1

nginx 0.5.1 *) Bugfix: the "post_action" directive might not run after a unsuccessful completion of a request. *) Workaround: for Eudora for Mac; bug appeared in 0.4.11. Thanks to Bron Gondwana. *) Bugfix: if the "upstream" name was used in the "fastcgi_pass", then the message "no port in upstream" was issued; bug appeared in 0.5.0. *) Bugfix: if the "proxy_pass" and "fastcgi_pass" directives used the same servers but different ports, then these directives uses the first described port; bug appeared in 0.5.0. *) Bugfix: if the "proxy_pass" and "fastcgi_pass" directives used the unix domain sockets, then these directives used first described socket; bug appeared in 0.5.0. *) Bugfix: ngx_http_auth_basic_module ignored the user if it was in the last line in the password file and there was no the carriage return, the line feed, or the ":" symbol after the password. *) Bugfix: the $upstream_response_time variable might be equal to "0.000", although response time was more than 1 millisecond.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 Dec 2006 00:00:00 +0300
parents 0effe91f6083
children 251bcd11a5b8
comparison
equal deleted inserted replaced
261:e6ae240d5952 262:e0b1d0a6c629
1
2 Изменения в nginx 0.5.1 11.12.2006
3
4 *) Исправление: директива post_action могла не работать после
5 неудачного завершения запроса.
6
7 *) Изменение: обход ошибки в Eudora для Mac; ошибка появилась в
8 0.4.11.
9 Спасибо Bron Gondwana.
10
11 *) Исправление: при указании в директиве fastcgi_pass имени описанного
12 upstream'а выдавалось сообщение "no port in upstream"; ошибка
13 появилась в 0.5.0.
14
15 *) Исправление: если в директивах proxy_pass и fastcgi_pass
16 использовались одинаковых имена серверов, но с разными портами, то
17 эти директивы использовали первый описанный порт; ошибка появилась в
18 0.5.0.
19
20 *) Исправление: если в директивах proxy_pass и fastcgi_pass
21 использовались unix domain сокеты, то эти директивы использовали
22 первый описанный сокет; ошибка появилась в 0.5.0.
23
24 *) Исправление: ngx_http_auth_basic_module игнорировал пользователя,
25 если он был указан в последней строке файла паролей и после пароля
26 не было перевода строки, возврата каретки или символа ":".
27
28 *) Исправление: переменная $upstream_response_time могла быть равна
29 "0.000", хотя время обработки было больше 1 миллисекунды.
30
1 31
2 Изменения в nginx 0.5.0 04.12.2006 32 Изменения в nginx 0.5.0 04.12.2006
3 33
4 *) Изменение: параметры в виде "%name" в директиве log_format больше не 34 *) Изменение: параметры в виде "%name" в директиве log_format больше не
5 поддерживаются. 35 поддерживаются.