changeset 565:6b13286abd42

nginx-1.2.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Jul 2012 10:59:50 +0000
parents 624ac281c628
children f8148fc88224
files text/en/CHANGES-1.2 text/ru/CHANGES.ru-1.2 xml/en/download.xml xml/index.xml xml/ru/download.xml xml/versions.xml
diffstat 6 files changed, 127 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES-1.2
+++ b/text/en/CHANGES-1.2
@@ -1,4 +1,64 @@
 
+Changes with nginx 1.2.2                                         03 Jul 2012
+
+    *) Change: the "single" parameter of the "keepalive" directive is now
+       ignored.
+
+    *) Change: SSL compression is now disabled when using all versions of
+       OpenSSL, including ones prior to 1.0.0.
+
+    *) Feature: the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass"
+       directives, and the "server" directive inside the "upstream" block,
+       now support IPv6 addresses.
+
+    *) Feature: the "resolver" directive now support IPv6 addresses and an
+       optional port specification.
+
+    *) Feature: the "least_conn" directive inside the "upstream" block.
+
+    *) Feature: it is now possible to specify a weight for servers while
+       using the "ip_hash" directive.
+
+    *) Feature: it is now possible to use the "ip_hash" directive to balance
+       IPv6 clients.
+
+    *) Feature: the $status variable can now be used not only in the
+       "log_format" directive.
+
+    *) Bugfix: nginx could not be built with ngx_cpp_test_module; the bug
+       had appeared in 1.1.12.
+
+    *) Bugfix: access to variables from SSI and embedded perl module might
+       not work after reconfiguration.
+       Thanks to Yichun Zhang.
+
+    *) Bugfix: in the ngx_http_xslt_filter_module.
+       Thanks to Kuramoto Eiji.
+
+    *) Bugfix: memory leak if $geoip_org variable was used.
+       Thanks to Denis F. Latypoff.
+
+    *) Bugfix: in the "proxy_cookie_domain" and "proxy_cookie_path"
+       directives.
+
+    *) Bugfix: a segmentation fault might occur in a worker process on
+       shutdown if the "resolver" directive was used.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       ngx_http_mp4_module was used.
+
+    *) Bugfix: in the ngx_http_mp4_module.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if
+       conflicting wildcard server names were used.
+
+    *) Bugfix: nginx might be terminated abnormally on a SIGBUS signal on
+       ARM platform.
+
+    *) Bugfix: an alert "sendmsg() failed (9: Bad file number)" on HP-UX
+       while reconfiguration.
+
+
 Changes with nginx 1.2.1                                         05 Jun 2012
 
     *) Security: now nginx/Windows ignores trailing dot in URI path
--- a/text/ru/CHANGES.ru-1.2
+++ b/text/ru/CHANGES.ru-1.2
@@ -1,4 +1,61 @@
 
+Изменения в nginx 1.2.2                                           03.07.2012
+
+    *) Изменение: параметр single директивы keepalive теперь игнорируется.
+
+    *) Изменение: сжатие SSL теперь отключено в том числе при использовании
+       OpenSSL cтарее 1.0.0.
+
+    *) Добавление: директивы proxy_pass, fastcgi_pass, scgi_pass, uwsgi_pass
+       и директива server в блоке upstream теперь поддерживают IPv6-адреса.
+
+    *) Добавление: в директиве resolver теперь можно указывать порт и
+       задавать IPv6-адреса DNS-серверов.
+
+    *) Добавление: директива least_conn в блоке upstream.
+
+    *) Добавление: при использовании директивы ip_hash теперь можно задавать
+       веса серверов.
+
+    *) Добавление: директиву "ip_hash" теперь можно использовать для
+       балансировки IPv6 клиентов.
+
+    *) Добавление: переменную $status теперь можно использовать не только в
+       директиве log_format.
+
+    *) Исправление: nginx не собирался с модулем ngx_cpp_test_module; ошибка
+       появилась в 1.1.12.
+
+    *) Исправление: доступ к переменным из SSI и встроенного перла мог не
+       работать после переконфигурации.
+       Спасибо Yichun Zhang.
+
+    *) Исправление: в модуле ngx_http_xslt_filter_module.
+       Спасибо Kuramoto Eiji.
+
+    *) Исправление: утечки памяти при использовании переменной $geoip_org.
+       Спасибо Денису Латыпову.
+
+    *) Исправление: в директивах proxy_cookie_domain и proxy_cookie_path.
+
+    *) Исправление: при завершении рабочего процесса мог произойти
+       segmentation fault, если использовалась директива resolver.
+
+    *) Исправление: в рабочем процессе мог произойти segmentation fault,
+       если использовался модуль ngx_http_mp4_module.
+
+    *) Исправление: в модуле ngx_http_mp4_module.
+
+    *) Исправление: в рабочем процессе мог произойти segmentation fault,
+       если использовались конфликтующие имена серверов с масками.
+
+    *) Исправление: на платформе ARM nginx мог аварийно завершаться по
+       сигналу SIGBUS.
+
+    *) Исправление: во время переконфигурации на HP-UX в лог записывался
+       alert "sendmsg() failed (9: Bad file number)".
+
+
 Изменения в nginx 1.2.1                                           05.06.2012
 
     *) Безопасность: теперь nginx/Windows игнорирует точку в конце
--- a/xml/en/download.xml
+++ b/xml/en/download.xml
@@ -22,6 +22,7 @@
 
 <download last="1" changes="CHANGES-1.2">
 
+<item ver="1.2.2" pgp="yes" win="yes" />
 <item ver="1.2.1" pgp="yes" win="yes" />
 <item ver="1.2.0" pgp="yes" win="yes" />
 <item ver="1.1.19" pgp="yes" win="yes" />
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -2,6 +2,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2012-07-03">
+<para>
+<link doc="en/download.xml">nginx-1.2.2</link>
+stable version has been released.
+</para>
+</event>
+
 <event date="2012-07-02">
 <para>
 <link url="http://www.aosabook.org/en/nginx.html">nginx chapter</link> by
--- a/xml/ru/download.xml
+++ b/xml/ru/download.xml
@@ -22,6 +22,7 @@
 
 <download last="1" changes="CHANGES.ru-1.2">
 
+<item ver="1.2.2" pgp="yes" win="yes" />
 <item ver="1.2.1" pgp="yes" win="yes" />
 <item ver="1.2.0" pgp="yes" win="yes" />
 <item ver="1.1.19" pgp="yes" win="yes" />
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -2,6 +2,6 @@
 
 <versions>
 <development> 1.3.2 </development>
-<stable> 1.2.1 </stable>
+<stable> 1.2.2 </stable>
 <legacy_stable> 1.0.15 </legacy_stable>
 </versions>