summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-11-27 13:05:34 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-11-27 13:05:34 +0000
commit07e31eb5816c0a0b0592a3cca7388a495fdd2d97 (patch)
treefab39ba07f5cc811f8ac20d661d76f62acdff561
parent1c6c63332cc08f14ff9d21ed4b1ba864212efe10 (diff)
downloadnginx-07e31eb5816c0a0b0592a3cca7388a495fdd2d97.tar.gz
nginx-0.7.23-RELEASErelease-0.7.23
-rw-r--r--docs/xml/nginx/changes.xml36
1 files changed, 34 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 2e96b23d3..7f20f19af 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,38 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.7.23" date="27.11.2008">
+
+<change type="feature">
+<para lang="ru">
+параметры delete и ranges в директиве geo.
+</para>
+<para lang="en">
+the "delete" and "ranges" parameters in the "geo" directive.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+ускорение загрузки geo-базы с большим числом значений.
+</para>
+<para lang="en">
+speeding up loading of geo base with large number of values.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+уменьшение памяти, необходимой для загрузки geo-базы.
+</para>
+<para lang="en">
+decrease of memory required for geo base load.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.22" date="20.11.2008">
<change type="feature">
@@ -5761,11 +5793,11 @@ then the proxied request was sent unescaped.
<change type="bugfix">
<para lang="ru">
-метод $r->headers_in("Cookie") модуля ngx_http_perl_module теперь возвращает
+метод $r->header_in("Cookie") модуля ngx_http_perl_module теперь возвращает
все строки "Cookie" в заголовке запроса.
</para>
<para lang="en">
-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.
</para>
</change>