changeset 4706:50107e2d96bb release-1.3.2

nginx-1.3.2-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 Jun 2012 13:46:23 +0000
parents 9a43b145a8ba
children 54c6200bec13
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 105 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,111 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="1.3.2" date="26.06.2012">
+
+<change type="change">
+<para lang="ru">
+параметр single директивы keepalive теперь игнорируется.
+</para>
+<para lang="en">
+the "single" parameter of the "keepalive" directive is now ignored.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+сжатие SSL теперь отключено
+в том числе при использовании OpenSSL cтарее 1.0.0.
+</para>
+<para lang="en">
+SSL compression is now disabled when using all versions of OpenSSL,
+including ones prior to 1.0.0.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директиву "ip_hash" теперь можно использовать для балансировки IPv6 клиентов.
+</para>
+<para lang="en">
+it is now possible to use the "ip_hash" directive to balance IPv6 clients.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+переменную $status теперь можно использовать не только в директиве log_format.
+</para>
+<para lang="en">
+the $status variable can now be used not only in the "log_format" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при завершении рабочего процесса мог произойти segmentation fault,
+если использовалась директива resolver.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process on shutdown
+if the "resolver" directive was used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в рабочем процессе мог произойти segmentation fault,
+если использовался модуль ngx_http_mp4_module.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process
+if the ngx_http_mp4_module was used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в модуле ngx_http_mp4_module.
+</para>
+<para lang="en">
+in the ngx_http_mp4_module.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в рабочем процессе мог произойти segmentation fault,
+если использовались конфликтующие имена серверов с масками.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process
+if conflicting wildcard server names were used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+на платформе ARM nginx мог аварийно завершаться по сигналу SIGBUS.
+</para>
+<para lang="en">
+nginx might be terminated abnormally on a SIGBUS signal on ARM platform.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+во время переконфигурации на HP-UX в лог
+записывался alert "sendmsg() failed (9: Bad file number)".
+</para>
+<para lang="en">
+an alert "sendmsg() failed (9: Bad file number)" on HP-UX
+while reconfiguration.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.3.1" date="05.06.2012">
 
 <change type="security">