# HG changeset patch # User Igor Sysoev # Date 1227791134 0 # Node ID 0562fb355a25266150cbe8c8d4e00f55e3654df3 # Parent 22d2b6609853624a1d1ecc39b7b67c078523022a nginx-0.7.23-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,38 @@ nginx changelog + + + + +параметры delete и ranges в директиве geo. + + +the "delete" and "ranges" parameters in the "geo" directive. + + + + + +ускорение загрузки geo-базы с большим числом значений. + + +speeding up loading of geo base with large number of values. + + + + + +уменьшение памяти, необходимой для загрузки geo-базы. + + +decrease of memory required for geo base load. + + + + + + @@ -5761,11 +5793,11 @@ then the proxied request was sent unesca -метод $r->headers_in("Cookie") модуля ngx_http_perl_module теперь возвращает +метод $r->header_in("Cookie") модуля ngx_http_perl_module теперь возвращает все строки "Cookie" в заголовке запроса. -the $r->headers_in("Cookie") of the ngx_http_perl_module now returns +the $r->header_in("Cookie") of the ngx_http_perl_module now returns all "Cookie" header lines.