# HG changeset patch # User Maxim Dounin # Date 1370353130 -14400 # Node ID 31ed5c0a348b84b99a73c0d953795df45d3ceafd # Parent b568f0c4759963fd4fac281b403f748c5e1279b5 nginx-1.5.1 diff -r b568f0c47599 -r 31ed5c0a348b text/en/CHANGES --- a/text/en/CHANGES Tue Jun 04 17:20:00 2013 +0400 +++ b/text/en/CHANGES Tue Jun 04 17:38:50 2013 +0400 @@ -1,4 +1,41 @@ +Changes with nginx 1.5.1 04 Jun 2013 + + *) Feature: the "ssi_last_modified", "sub_filter_last_modified", and + "xslt_last_modified" directives. + Thanks to Alexey Kolpakov. + + *) Feature: the "http_403" parameter of the "proxy_next_upstream", + "fastcgi_next_upstream", "scgi_next_upstream", and + "uwsgi_next_upstream" directives. + + *) Feature: the "allow" and "deny" directives now support unix domain + sockets. + + *) Bugfix: nginx could not be built with the ngx_mail_ssl_module, but + without ngx_http_ssl_module; the bug had appeared in 1.3.14. + + *) Bugfix: in the "proxy_set_body" directive. + Thanks to Lanshun Zhou. + + *) Bugfix: in the "lingering_time" directive. + Thanks to Lanshun Zhou. + + *) Bugfix: the "fail_timeout" parameter of the "server" directive in the + "upstream" context might not work if "max_fails" parameter was used; + the bug had appeared in 1.3.0. + + *) Bugfix: a segmentation fault might occur in a worker process if the + "ssl_stapling" directive was used. + Thanks to Piotr Sikora. + + *) Bugfix: in the mail proxy server. + Thanks to Filipe Da Silva. + + *) Bugfix: nginx/Windows might stop accepting connections if several + worker processes were used. + + Changes with nginx 1.5.0 07 May 2013 *) Security: a stack-based buffer overflow might occur in a worker diff -r b568f0c47599 -r 31ed5c0a348b text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Tue Jun 04 17:20:00 2013 +0400 +++ b/text/ru/CHANGES.ru Tue Jun 04 17:38:50 2013 +0400 @@ -1,4 +1,40 @@ +Изменения в nginx 1.5.1 04.06.2013 + + *) Добавление: директивы ssi_last_modified, sub_filter_last_modified и + xslt_last_modified. + Спасибо Алексею Колпакову. + + *) Добавление: параметр http_403 в директивах proxy_next_upstream, + fastcgi_next_upstream, scgi_next_upstream и uwsgi_next_upstream. + + *) Добавление: директивы allow и deny теперь поддерживают unix domain + сокеты. + + *) Исправление: nginx не собирался с модулем ngx_mail_ssl_module, но без + модуля ngx_http_ssl_module; ошибка появилась в 1.3.14. + + *) Исправление: в директиве proxy_set_body. + Спасибо Lanshun Zhou. + + *) Исправление: в директиве lingering_time. + Спасибо Lanshun Zhou. + + *) Исправление: параметр fail_timeout директивы server в блоке upstream + мог не работать, если использовался параметр max_fails; ошибка + появилась в 1.3.0. + + *) Исправление: в рабочем процессе мог произойти segmentation fault, + если использовалась директива ssl_stapling. + Спасибо Piotr Sikora. + + *) Исправление: в почтовом прокси-сервере. + Спасибо Filipe Da Silva. + + *) Исправление: nginx/Windows мог перестать принимать соединения, если + использовалось несколько рабочих процессов. + + Изменения в nginx 1.5.0 07.05.2013 *) Безопасность: при обработке специально созданного запроса мог diff -r b568f0c47599 -r 31ed5c0a348b xml/index.xml --- a/xml/index.xml Tue Jun 04 17:20:00 2013 +0400 +++ b/xml/index.xml Tue Jun 04 17:38:50 2013 +0400 @@ -7,6 +7,13 @@ + + +nginx-1.5.1 +mainline version has been released. + + + nginx-1.2.9 diff -r b568f0c47599 -r 31ed5c0a348b xml/versions.xml --- a/xml/versions.xml Tue Jun 04 17:20:00 2013 +0400 +++ b/xml/versions.xml Tue Jun 04 17:38:50 2013 +0400 @@ -9,6 +9,7 @@ +