nginx-0.7.23-RELEASE

This commit is contained in:
Igor Sysoev 2008-11-27 13:05:34 +00:00
parent 1c6c63332c
commit 07e31eb581

View File

@ -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>