]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.4.14-RELEASE release-0.4.14
authorIgor Sysoev <igor@sysoev.ru>
Mon, 27 Nov 2006 14:28:44 +0000 (14:28 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 27 Nov 2006 14:28:44 +0000 (14:28 +0000)
docs/xml/nginx/changes.xml

index 9f15c76fc7d7ffc55e5dc319de2215061d14c976..87d09c56ff8eac1ce89ec41d8cd87ec2210a9af6 100644 (file)
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.4.14" date="27.11.2006">
+
+<change type="feature">
+<para lang="ru">
+ÄÉÒÅËÔÉ×Á proxy_pass_error_message × IMAP/POP3 ÐÒÏËÓÉ.
+</para>
+<para lang="en">
+the "proxy_pass_error_message" directive in IMAP/POP3 proxy.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+ÔÅÐÅÒØ configure ÏÐÒÅÄÅÌÑÅÔ ÂÉÂÌÉÏÔÅËÕ PCRE ÎÁ FreeBSD, Linux É NetBSD.
+</para>
+<para lang="en">
+now configure detects system PCRE library on FreeBSD, Linux, and NetBSD.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ngx_http_perl_module ÎÅ ÒÁÂÏÔÁÌ Ó ÐÅÒÌÏÍ, ÓÏÂÒÁÎÎÙÍ Ó ÐÏÄÄÅÒÖËÏÊ ÐÏÔÏËÏ×;
+ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.3.38.
+</para>
+<para lang="en">
+ngx_http_perl_module did not work with perl built with the threads support;
+bug appeared in 0.3.38.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ngx_http_perl_module ÎÅ ÒÁÂÏÔÁÌ ËÏÒÒÅËÔÎÏ, ÅÓÌÉ ÐÅÒÌ ×ÙÚÙ×ÁÌÓÑ ÒÅËÕÒÓÉ×ÎÏ.
+</para>
+<para lang="en">
+ngx_http_perl_module did not work if perl was called recursively.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx ÉÇÎÏÒÉÒÏ×ÁÌ ÉÍÑ ÓÅÒ×ÅÒÁ × ÓÔÒÏËÅ ÚÁÐÒÏÓÁ.
+</para>
+<para lang="en">
+nginx ignored a host name in an request line.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÅÓÌÉ FastCGI ÓÅÒ×ÅÒ ÐÅÒÅÄÁ×ÁÌ ÍÎÏÇÏ × stderr,
+ÔÏ ÒÁÂÏÞÉÊ ÐÒÏÃÅÓÓ ÍÏÇ ÚÁÃÉËÌÉÔØÓÑ.
+</para>
+<para lang="en">
+a worker process may got caught in an endless loop,
+if a FastCGI server sent too many data to the stderr.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÐÒÉ ÉÚÍÅÎÅÎÉÉ ÓÉÓÔÅÍÎÏÇÏ ×ÒÅÍÅÎÉ ÐÅÒÅÍÅÎÎÁÑ $upstream_response_time
+ÍÏÇÌÁ ÂÙÔØ ÏÔÒÉÃÁÔÅÌØÎÏÊ.
+</para>
+<para lang="en">
+the $upstream_response_time variable may be negative if the system time
+was changed backward.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ POP3 ÓÅÒ×ÅÒÕ ÁÕÔÅÎÔÉÆÉËÁÃÉÉ IMAP/POP3 ÐÒÏËÓÉ
+ÎÅ ÐÅÒÅÄÁ×ÁÌÓÑ ÐÁÒÁÍÅÔÒ Auth-Login-Attempt.
+</para>
+<para lang="en">
+the "Auth-Login-Attempt" parameter was not sent to
+IMAP/POP3 proxy authentication server when POP3 was used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÐÒÉ ÏÛÉÂËÅ ÓÏÅÄÉÎÅÎÉÑ Ó ÓÅÒ×ÅÒÏÍ ÁÕÔÅÎÔÉÆÉËÁÃÉÉ IMAP/POP3 ÐÒÏËÓÉ
+ÍÏÇ ÐÒÏÉÚÏÊÔÉ segmentation fault.
+</para>
+<para lang="en">
+a segmentation fault might occur if connect to IMAP/POP3 proxy
+authentication server failed.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.4.13" date="15.11.2006">
 
 <change type="feature">
 <para lang="ru">
-ÄÉÒÅËÔÉ×Õ proxy_pass ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ×ÎÕÔÒÉ ÂÌÏËÁ limit_expect.
+ÄÉÒÅËÔÉ×Õ proxy_pass ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ×ÎÕÔÒÉ ÂÌÏËÁ limit_except.
 </para>
 <para lang="en">
-the "proxy_pass" directive may be used inside the "limit_expect" block.
+the "proxy_pass" directive may be used inside the "limit_except" block.
 </para>
 </change>
 
 <change type="feature">
 <para lang="ru">
-ÄÉÒÅËÔÉ×Á limit_expect ÐÏÄÄÅÒÖÉ×ÁÅÔ ×ÓÅ WebDAV ÍÅÔÏÄÙ.
+ÄÉÒÅËÔÉ×Á limit_except ÐÏÄÄÅÒÖÉ×ÁÅÔ ×ÓÅ WebDAV ÍÅÔÏÄÙ.
 </para>
 <para lang="en">
-the "limit_expect" directive supports all WebDAV methods.
+the "limit_except" directive supports all WebDAV methods.
 </para>
 </change>