diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2013-02-05 14:06:41 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-02-05 14:06:41 +0000 |
commit | a24e00fbbce8a07b61b771103aad9f134f2c98d1 (patch) | |
tree | 1d1702c009d4da00d8d0afe0f616015e1e560653 | |
parent | 94bee544a09a67a22b7f6dbbc548dd7b50f63696 (diff) | |
download | nginx-release-1.3.12.tar.gz nginx-release-1.3.12.zip |
nginx-1.3.12-RELEASErelease-1.3.12
-rw-r--r-- | docs/xml/nginx/changes.xml | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 03973c156..eaacd5149 100644 --- 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"> |