# HG changeset patch # User Maxim Dounin # Date 1360073608 -14400 # Node ID 8ae26032d011b19a79ead55dfa51c406a10f27ea # Parent 42750c1b8d1bc355118f211dcacb553ea7cb6168 nginx-1.3.12 diff -r 42750c1b8d1b -r 8ae26032d011 text/en/CHANGES --- a/text/en/CHANGES Mon Feb 04 18:13:55 2013 +0400 +++ b/text/en/CHANGES Tue Feb 05 18:13:28 2013 +0400 @@ -1,4 +1,32 @@ +Changes with nginx 1.3.12 05 Feb 2013 + + *) Feature: variables support in the "proxy_bind", "fastcgi_bind", + "memcached_bind", "scgi_bind", and "uwsgi_bind" directives. + + *) Feature: 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. + + *) Feature: IPv6 support in the ngx_http_geoip_module. + Thanks to Gregor Kališnik. + + *) Bugfix: in the "proxy_method" directive. + + *) Bugfix: a segmentation fault might occur in a worker process if + resolver was used with the poll method. + + *) Bugfix: nginx might hog CPU during SSL handshake with a backend if + the select, poll, or /dev/poll methods were used. + + *) Bugfix: the "[crit] SSL_write() failed (SSL:)" error. + + *) Bugfix: in the "client_body_in_file_only" directive; the bug had + appeared in 1.3.9. + + *) Bugfix: in the "fastcgi_keep_conn" directive. + + Changes with nginx 1.3.11 10 Jan 2013 *) Bugfix: a segmentation fault might occur if logging was used; the bug diff -r 42750c1b8d1b -r 8ae26032d011 text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Mon Feb 04 18:13:55 2013 +0400 +++ b/text/ru/CHANGES.ru Tue Feb 05 18:13:28 2013 +0400 @@ -1,4 +1,35 @@ +Изменения в nginx 1.3.12 05.02.2013 + + *) Добавление: директивы proxy_bind, fastcgi_bind, memcached_bind, + scgi_bind и uwsgi_bind поддерживают переменные. + + *) Добавление: переменные $pipe, $request_length, $time_iso8601 и + $time_local теперь можно использовать не только в директиве + log_format. + Спасибо Kiril Kalchev. + + *) Добавление: поддержка IPv6 в модуле ngx_http_geoip_module. + Спасибо Gregor Kališnik. + + *) Исправление: директива proxy_method работала неверно, если была + указана на уровне http. + + *) Исправление: в рабочем процессе мог произойти segmentation fault, + если использовался resolver и метод poll. + + *) Исправление: nginx мог нагружать процессор во время SSL handshake с + бэкендом при использовании методов обработки соединений select, poll + и /dev/poll. + + *) Исправление: ошибка "[crit] SSL_write() failed (SSL:)". + + *) Исправление: в диркетиве client_body_in_file_only; ошибка появилась в + 1.3.9. + + *) Исправление: в директиве fastcgi_keep_conn. + + Изменения в nginx 1.3.11 10.01.2013 *) Исправление: при записи в лог мог происходить segmentation fault; diff -r 42750c1b8d1b -r 8ae26032d011 xml/index.xml --- a/xml/index.xml Mon Feb 04 18:13:55 2013 +0400 +++ b/xml/index.xml Tue Feb 05 18:13:28 2013 +0400 @@ -7,6 +7,13 @@ + + +nginx-1.3.12 +development version has been released. + + + nginx-1.3.11 diff -r 42750c1b8d1b -r 8ae26032d011 xml/versions.xml --- a/xml/versions.xml Mon Feb 04 18:13:55 2013 +0400 +++ b/xml/versions.xml Tue Feb 05 18:13:28 2013 +0400 @@ -9,6 +9,7 @@ +