# HG changeset patch # User Maxim Dounin # Date 1326729756 0 # Node ID db7b53552cce315f6ce13100d7d8c849f0977f2f # Parent 099ee546b04ee8671a40d7aa7776301b91889625 nginx-1.1.13 diff -r 099ee546b04e -r db7b53552cce text/en/CHANGES --- a/text/en/CHANGES Mon Jan 16 13:42:12 2012 +0000 +++ b/text/en/CHANGES Mon Jan 16 16:02:36 2012 +0000 @@ -1,8 +1,30 @@ +Changes with nginx 1.1.13 16 Jan 2012 + + *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the + "ssl_protocols" directive. + + *) Bugfix: the "limit_req" directive parameters were not inherited + correctly; the bug had appeared in 1.1.12. + + *) Bugfix: the "proxy_redirect" directive incorrectly processed + "Refresh" header if regular expression were used. + + *) Bugfix: the "proxy_cache_use_stale" directive with "error" parameter + did not return answer from cache if there were no live upstreams. + + *) Bugfix: the "worker_cpu_affinity" directive might not work. + + *) Bugfix: nginx could not be built on Solaris; the bug had appeared in + 1.1.12. + + *) Bugfix: in the ngx_http_mp4_module. + + Changes with nginx 1.1.12 26 Dec 2011 *) Change: a "proxy_pass" directive without URI part now uses changed - URI after redirection with the "error_page" directive; + URI after redirection with the "error_page" directive. Thanks to Lanshun Zhou. *) Feature: the "proxy/fastcgi/scgi/uwsgi_cache_lock", @@ -28,7 +50,7 @@ original request URI if variables were used. *) Bugfix: a "proxy_pass" directive without URI part might use original - request after redirection with the "try_files" directive; + request after redirection with the "try_files" directive. Thanks to Lanshun Zhou. *) Bugfix: in the ngx_http_scgi_module. diff -r 099ee546b04e -r db7b53552cce text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Mon Jan 16 13:42:12 2012 +0000 +++ b/text/ru/CHANGES.ru Mon Jan 16 16:02:36 2012 +0000 @@ -1,9 +1,31 @@ +Изменения в nginx 1.1.13 16.01.2012 + + *) Добавление: параметры TLSv1.1 и TLSv1.2 в директиве ssl_protocols. + + *) Исправление: параметры директивы limit_req наследовались некорректно; + ошибка появилась в 1.1.12. + + *) Исправление: директива proxy_redirect некорректно обрабатывала + заголовк Refresh при использовании регулярных выражений. + + *) Исправление: директива proxy_cache_use_stale с параметром error не + возвращала ответ из кэша, если все бекенды были признаны + неработающими. + + *) Исправление: директива worker_cpu_affinity могла не работать. + + *) Исправление: nginx не собирался на Solaris; ошибка появилась в + 1.1.12. + + *) Исправление: в модуле ngx_http_mp4_module. + + Изменения в nginx 1.1.12 26.12.2011 *) Изменение: после перенаправления запроса с помощью директивы error_page директива proxy_pass без URI теперь использует изменённый - URI; + URI. Спасибо Lanshun Zhou. *) Добавление: директивы proxy/fastcgi/scgi/uwsgi_cache_lock, @@ -30,7 +52,7 @@ *) Исправление: после перенаправления запроса с помощью директивы try_files директива proxy_pass без URI могла использовать URI - исходного запроса; + исходного запроса. Спасибо Lanshun Zhou. *) Исправление: в модуле ngx_http_scgi_module. diff -r 099ee546b04e -r db7b53552cce xml/en/download.xml --- a/xml/en/download.xml Mon Jan 16 13:42:12 2012 +0000 +++ b/xml/en/download.xml Mon Jan 16 16:02:36 2012 +0000 @@ -9,6 +9,7 @@ + diff -r 099ee546b04e -r db7b53552cce xml/index.xml --- a/xml/index.xml Mon Jan 16 13:42:12 2012 +0000 +++ b/xml/index.xml Mon Jan 16 16:02:36 2012 +0000 @@ -2,6 +2,13 @@ + + +nginx-1.1.13 +development version has been released. + + + nginx-1.1.12 diff -r 099ee546b04e -r db7b53552cce xml/menu.xml --- a/xml/menu.xml Mon Jan 16 13:42:12 2012 +0000 +++ b/xml/menu.xml Mon Jan 16 16:02:36 2012 +0000 @@ -12,6 +12,7 @@ news + diff -r 099ee546b04e -r db7b53552cce xml/ru/download.xml --- a/xml/ru/download.xml Mon Jan 16 13:42:12 2012 +0000 +++ b/xml/ru/download.xml Mon Jan 16 16:02:36 2012 +0000 @@ -9,6 +9,7 @@ + diff -r 099ee546b04e -r db7b53552cce xml/versions.xml --- a/xml/versions.xml Mon Jan 16 13:42:12 2012 +0000 +++ b/xml/versions.xml Mon Jan 16 16:02:36 2012 +0000 @@ -1,7 +1,7 @@ - 1.1.12 + 1.1.13 1.0.11 0.8.55