]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.6.18-RELEASE release-0.6.18
authorIgor Sysoev <igor@sysoev.ru>
Tue, 27 Nov 2007 16:20:11 +0000 (16:20 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 27 Nov 2007 16:20:11 +0000 (16:20 +0000)
docs/xml/nginx/changes.xml

index d81544d63b55440c6e5dc12e3fab063c26128338..fcf7b7d51a2f9eae778890cbe37bbe5cf018440d 100644 (file)
@@ -9,6 +9,71 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.6.18" date="27.11.2007">
+
+<change type="change">
+<para lang="ru">
+ÔÅÐÅÒØ ÍÏÄÕÌØ ngx_http_userid_module × ÐÏÌÅ ËÕËÉ Ó ÎÏÍÅÒÏÍ ÐÒÏÃÅÓÓÁ
+ÄÏÂÁ×ÌÑÅÔ ÍÉËÒÏÓÅËÕÎÄÙ ÎÁ ×ÒÅÍÑ ÓÔÁÒÔÁ.
+</para>
+<para lang="en">
+now the ngx_http_userid_module adds start time microseconds
+to the cookie field contains a pid value.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+× error_log ÔÅÐÅÒØ ÚÁÐÉÓÙ×ÁÅÔÓÑ ÐÏÌÎÁÑ ÓÔÒÏËÁ ÚÁÐÒÏÓÁ ×ÍÅÓÔÏ ÔÏÌØËÏ URI.
+</para>
+<para lang="en">
+now the full request line instead of URI only is written to error_log.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+ÄÉÒÅËÔÉ×Á proxy_pass ÐÏÄÄÅÒÖÉ×ÁÅÔ ÐÅÒÅÍÅÎÎÙÅ.
+</para>
+<para lang="en">
+variables support in the "proxy_pass" directive.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+ÄÉÒÅËÔÉ×Á resolver É resolver_timeout.
+</para>
+<para lang="en">
+the "resolver" and "resolver_timeout" directives.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+ÔÅÐÅÒØ ÄÉÒÅËÔÉ×Á "add_header last-modified ''" ÕÄÁÌÑÅÔ × ÚÁÇÏÌÏ×ËÅ ÏÔ×ÅÔÁ
+ÓÔÒÏËÕ "Last-Modified".
+</para>
+<para lang="en">
+now the directive "add_header last-modified ''" deletes a "Last-Modified"
+response header line.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÄÉÒÅËÔÉ×Á limit_rate ÎÅ ÐÏÚ×ÏÌÑÌÁ ÐÅÒÅÄÁ×ÁÔØ ÎÁ ÐÏÌÎÏÊ ÓËÏÒÏÓÔÉ,
+ÄÁÖÅ ÅÓÌÉ ÂÙÌ ÕËÁÚÁΠÏÞÅÎØ ÂÏÌØÛÏÊ ÌÉÍÉÔ.
+</para>
+<para lang="en">
+the "limit_rate" directive did not allow to use full throughput,
+even if limit value was very high.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.6.17" date="15.11.2007">
 
 <change type="feature">