comparison CHANGES.ru @ 298:30862655219e NGINX_0_5_19

nginx 0.5.19 *) Change: now the $request_time variable has millisecond precision. *) Change: the method $r->rflush of ngx_http_perl_module was renamed to the $r->flush. *) Feature: the $upstream_addr variable. *) Feature: the "proxy_headers_hash_max_size" and "proxy_headers_hash_bucket_size" directives. Thanks to Volodymyr Kostyrko. *) Bugfix: the files more than 2G could not be transferred using sendfile and limit_rate on 64-bit platforms. *) Bugfix: the files more than 2G could not be transferred using sendfile on 64-bit Linux.
author Igor Sysoev <http://sysoev.ru>
date Tue, 24 Apr 2007 00:00:00 +0400
parents 2ceaee987f37
children cba14c1e2a4b
comparison
equal deleted inserted replaced
297:df0fd0d43ed8 298:30862655219e
1
2 Изменения в nginx 0.5.19 24.04.2007
3
4 *) Изменение: значение переменной $request_time теперь записывается с
5 точностью до миллисекунд.
6
7 *) Изменение: метод $r->rflush в модуле ngx_http_perl_module
8 переименован в $r->flush.
9
10 *) Добавление: переменная $upstream_addr.
11
12 *) Добавление: директивы proxy_headers_hash_max_size и
13 proxy_headers_hash_bucket_size.
14 Спасибо Володымыру Костырко.
15
16 *) Исправление: при использовании sendfile и limit_rate на 64-битных
17 платформах нельзя было передавать файлы больше 2G.
18
19 *) Исправление: при использовании sendfile на 64-битном Linux нельзя
20 было передавать файлы больше 2G.
21
1 22
2 Изменения в nginx 0.5.18 19.04.2007 23 Изменения в nginx 0.5.18 19.04.2007
3 24
4 *) Добавление: модуль ngx_http_sub_filter_module. 25 *) Добавление: модуль ngx_http_sub_filter_module.
5 26