# HG changeset patch # User Maxim Dounin # Date 1331813772 0 # Node ID 86d441d817dd434d22a93d89398bb4a67141d5c8 # Parent 43c84d19bf925342316581bb2d1d7084d57f4f31 nginx-1.1.17, nginx-1.0.14 diff --git a/text/en/CHANGES b/text/en/CHANGES --- a/text/en/CHANGES +++ b/text/en/CHANGES @@ -1,11 +1,23 @@ +Changes with nginx 1.1.17 15 Mar 2012 + + *) Security: content of previously freed memory might be sent to a + client if backend returned specially crafted response. + Thanks to Matthew Daley. + + *) Bugfix: in the embedded perl module if used from SSI. + Thanks to Matthew Daley. + + *) Bugfix: in the ngx_http_uwsgi_module. + + Changes with nginx 1.1.16 29 Feb 2012 *) Change: the simultaneous subrequest limit has been raised to 200. *) Feature: the "from" parameter of the "disable_symlinks" directive. - *) Feature: the "return" and "error_page" directives can be used to + *) Feature: the "return" and "error_page" directives can now be used to return 307 redirections. *) Bugfix: a segmentation fault might occur in a worker process if the @@ -45,13 +57,14 @@ Changes with nginx 1.1.15 *) Bugfix: nginx could not be built with the ngx_http_perl_module if the --with-openssl option was used. - *) Bugfix: internal redirects to named locations were not limited. + *) Bugfix: the number of internal redirects to named locations was not + limited. *) Bugfix: calling $r->flush() multiple times might cause errors in the ngx_http_gzip_filter_module. *) Bugfix: temporary files might be not removed if the "proxy_store" - directive were used with SSI includes. + directive was used with SSI includes. *) Bugfix: in some cases non-cacheable variables (such as the $args variable) returned old empty cached value. @@ -72,8 +85,8 @@ Changes with nginx 1.1.14 *) Bugfix: in the OpenSSL library initialization. - *) Bugfix: the "proxy_redirect" directives might not be correctly - inherited. + *) Bugfix: the "proxy_redirect" directives might be inherited + incorrectly. *) Bugfix: memory leak during reconfiguration if the "pcre_jit" directive was used. diff --git a/text/en/CHANGES-1.0 b/text/en/CHANGES-1.0 --- a/text/en/CHANGES-1.0 +++ b/text/en/CHANGES-1.0 @@ -1,4 +1,11 @@ +Changes with nginx 1.0.14 15 Mar 2012 + + *) Security: content of previously freed memory might be sent to a + client if backend returned specially crafted response. + Thanks to Matthew Daley. + + Changes with nginx 1.0.13 05 Mar 2012 *) Feature: the "return" and "error_page" directives can now be used to diff --git a/text/ru/CHANGES.ru b/text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru +++ b/text/ru/CHANGES.ru @@ -1,4 +1,16 @@ +Изменения в nginx 1.1.17 15.03.2012 + + *) Безопасность: содержимое ранее освобождённой памяти могло быть + отправлено клиенту, если бэкенд возвращал специально созданный ответ. + Спасибо Matthew Daley. + + *) Исправление: при использовании встроенного перла из SSI. + Спасибо Matthew Daley. + + *) Исправление: в модуле ngx_http_uwsgi_module. + + Изменения в nginx 1.1.16 29.02.2012 *) Изменение: ограничение на количество одновременных подзапросов diff --git a/text/ru/CHANGES.ru-1.0 b/text/ru/CHANGES.ru-1.0 --- a/text/ru/CHANGES.ru-1.0 +++ b/text/ru/CHANGES.ru-1.0 @@ -1,4 +1,11 @@ +Изменения в nginx 1.0.14 15.03.2012 + + *) Безопасность: содержимое ранее освобождённой памяти могло быть + отправлено клиенту, если бэкенд возвращал специально созданный ответ. + Спасибо Matthew Daley. + + Изменения в nginx 1.0.13 05.03.2012 *) Добавление: директивы return и error_page теперь могут использоваться diff --git a/xml/en/download.xml b/xml/en/download.xml --- a/xml/en/download.xml +++ b/xml/en/download.xml @@ -9,6 +9,7 @@ + @@ -36,6 +37,7 @@ + diff --git a/xml/en/security_advisories.xml b/xml/en/security_advisories.xml --- a/xml/en/security_advisories.xml +++ b/xml/en/security_advisories.xml @@ -12,6 +12,12 @@ + + + + +nginx-1.0.14 +stable and +nginx-1.1.17 +development versions have been released, +with the fix for the +memory disclosure +security problem discovered by Matthew Daley. + + + nginx-1.0.13 diff --git a/xml/ru/download.xml b/xml/ru/download.xml --- a/xml/ru/download.xml +++ b/xml/ru/download.xml @@ -9,6 +9,7 @@ + @@ -36,6 +37,7 @@ + diff --git a/xml/versions.xml b/xml/versions.xml --- a/xml/versions.xml +++ b/xml/versions.xml @@ -1,7 +1,7 @@ - 1.1.16 - 1.0.13 + 1.1.17 + 1.0.14 0.8.55