changeset 5031:560dc55e90c1 release-1.3.12

nginx-1.3.12-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Feb 2013 14:06:41 +0000
parents 89eb5932e48d
children b1ee73bb699f
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 100 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -4,6 +4,106 @@
 
 <change_log title="nginx">
 
+<changes ver="1.3.12" date="05.02.2013">
+
+<change type="feature">
+<para lang="ru">
+директивы proxy_bind, fastcgi_bind, memcached_bind, scgi_bind и uwsgi_bind
+поддерживают переменные.
+</para>
+<para lang="en">
+variables support in the "proxy_bind", "fastcgi_bind", "memcached_bind",
+"scgi_bind", and "uwsgi_bind" directives.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+переменные $pipe, $request_length, $time_iso8601 и $time_local
+теперь можно использовать не только в директиве log_format.<br/>
+Спасибо Kiril Kalchev.
+</para>
+<para lang="en">
+the $pipe, $request_length, $time_iso8601, and $time_local variables
+can now be used not only in the "log_format" directive.
+Thanks to Kiril Kalchev.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+поддержка IPv6 в модуле ngx_http_geoip_module.<br/>
+Спасибо Gregor Kališnik.
+</para>
+<para lang="en">
+IPv6 support in the ngx_http_geoip_module.<br/>
+Thanks to Gregor Kališnik.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директива proxy_method работала неверно, если была указана на уровне http.
+</para>
+<para lang="en">
+in the "proxy_method" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в рабочем процессе мог произойти segmentation fault,
+если использовался resolver и метод poll.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process
+if resolver was used with the poll method.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx мог нагружать процессор во время SSL handshake с бэкендом
+при использовании методов обработки соединений select, poll и /dev/poll.
+</para>
+<para lang="en">
+nginx might hog CPU during SSL handshake with a backend
+if the select, poll, or /dev/poll methods were used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ошибка "[crit] SSL_write() failed (SSL:)".
+</para>
+<para lang="en">
+the "[crit] SSL_write() failed (SSL:)" error.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в диркетиве client_body_in_file_only;
+ошибка появилась в 1.3.9.
+</para>
+<para lang="en">
+in the "client_body_in_file_only" directive;
+the bug had appeared in 1.3.9.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в директиве fastcgi_keep_conn.
+</para>
+<para lang="en">
+in the "fastcgi_keep_conn" directive.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.3.11" date="10.01.2013">
 
 <change type="bugfix">