comparison docs/xml/nginx/changes.xml @ 2341:0562fb355a25 release-0.7.23

nginx-0.7.23-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Thu, 27 Nov 2008 13:05:34 +0000
parents 24763afa5efe
children 19c452ecd083
comparison
equal deleted inserted replaced
2340:22d2b6609853 2341:0562fb355a25
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.7.23" date="27.11.2008">
13
14 <change type="feature">
15 <para lang="ru">
16 параметры delete и ranges в директиве geo.
17 </para>
18 <para lang="en">
19 the "delete" and "ranges" parameters in the "geo" directive.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 ускорение загрузки geo-базы с большим числом значений.
26 </para>
27 <para lang="en">
28 speeding up loading of geo base with large number of values.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 уменьшение памяти, необходимой для загрузки geo-базы.
35 </para>
36 <para lang="en">
37 decrease of memory required for geo base load.
38 </para>
39 </change>
40
41 </changes>
10 42
11 43
12 <changes ver="0.7.22" date="20.11.2008"> 44 <changes ver="0.7.22" date="20.11.2008">
13 45
14 <change type="feature"> 46 <change type="feature">
5759 </para> 5791 </para>
5760 </change> 5792 </change>
5761 5793
5762 <change type="bugfix"> 5794 <change type="bugfix">
5763 <para lang="ru"> 5795 <para lang="ru">
5764 метод $r->headers_in("Cookie") модуля ngx_http_perl_module теперь возвращает 5796 метод $r->header_in("Cookie") модуля ngx_http_perl_module теперь возвращает
5765 все строки "Cookie" в заголовке запроса. 5797 все строки "Cookie" в заголовке запроса.
5766 </para> 5798 </para>
5767 <para lang="en"> 5799 <para lang="en">
5768 the $r->headers_in("Cookie") of the ngx_http_perl_module now returns 5800 the $r->header_in("Cookie") of the ngx_http_perl_module now returns
5769 all "Cookie" header lines. 5801 all "Cookie" header lines.
5770 </para> 5802 </para>
5771 </change> 5803 </change>
5772 5804
5773 <change type="bugfix"> 5805 <change type="bugfix">