changeset 1148:2b9dc2c5e129

nginx-1.5.13
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 08 Apr 2014 18:26:14 +0400
parents ff7defe134d8
children 1501e5848052
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 63 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Apr 08 15:22:32 2014 +0400
+++ b/text/en/CHANGES	Tue Apr 08 18:26:14 2014 +0400
@@ -1,4 +1,31 @@
 
+Changes with nginx 1.5.13                                        08 Apr 2014
+
+    *) Change: improved hash table handling; the default values of the
+       "variables_hash_max_size" and "types_hash_bucket_size" were changed
+       to 1024 and 64 respectively.
+
+    *) Feature: the ngx_http_mp4_module now supports the "end" argument.
+
+    *) Feature: byte ranges support in the ngx_http_mp4_module and while
+       saving responses to cache.
+
+    *) Bugfix: alerts "ngx_slab_alloc() failed: no memory" no longer logged
+       when using shared memory in the "ssl_session_cache" directive and in
+       the ngx_http_limit_req_module.
+
+    *) Bugfix: the "underscores_in_headers" directive did not allow
+       underscore as a first character of a header.
+       Thanks to Piotr Sikora.
+
+    *) Bugfix: cache manager might hog CPU on exit in nginx/Windows.
+
+    *) Bugfix: nginx/Windows terminated abnormally if the
+       "ssl_session_cache" directive was used with the "shared" parameter.
+
+    *) Bugfix: in the ngx_http_spdy_module.
+
+
 Changes with nginx 1.5.12                                        18 Mar 2014
 
     *) Security: a heap memory buffer overflow might occur in a worker
--- a/text/ru/CHANGES.ru	Tue Apr 08 15:22:32 2014 +0400
+++ b/text/ru/CHANGES.ru	Tue Apr 08 18:26:14 2014 +0400
@@ -1,4 +1,32 @@
 
+Изменения в nginx 1.5.13                                          08.04.2014
+
+    *) Изменение: улучшена обработка хэш-таблиц; в директивах
+       variables_hash_max_size и types_hash_bucket_size значения по
+       умолчанию изменены на 1024 и 64 соответственно.
+
+    *) Добавление: модуль ngx_http_mp4_module теперь понимает аргумент end.
+
+    *) Добавление: поддержка byte ranges модулем ngx_http_mp4_module и при
+       сохранении ответов в кэш.
+
+    *) Исправление: теперь nginx не пишет в лог сообщения "ngx_slab_alloc()
+       failed: no memory" при использовании разделяемой памяти в
+       ssl_session_cache и в модуле ngx_http_limit_req_module.
+
+    *) Исправление: директива underscores_in_headers не разрешала
+       подчёркивание в первом символе заголовка.
+       Спасибо Piotr Sikora.
+
+    *) Исправление: cache manager мог нагружать процессор при выходе в
+       nginx/Windows.
+
+    *) Исправление: при использовании ssl_session_cache с параметром shared
+       рабочий процесс nginx/Windows завершался аварийно.
+
+    *) Исправление: в модуле ngx_http_spdy_module.
+
+
 Изменения в nginx 1.5.12                                          18.03.2014
 
     *) Безопасность: при обработке специально созданного запроса модулем
--- a/xml/index.xml	Tue Apr 08 15:22:32 2014 +0400
+++ b/xml/index.xml	Tue Apr 08 18:26:14 2014 +0400
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2014-04-08">
+<para>
+<link doc="en/download.xml">nginx-1.5.13</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2014-04-03">
 <para>
 W3Techs reports that
--- a/xml/versions.xml	Tue Apr 08 15:22:32 2014 +0400
+++ b/xml/versions.xml	Tue Apr 08 18:26:14 2014 +0400
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.5.13" />
 <item ver="1.5.12" />
 <item ver="1.5.11" />
 <item ver="1.5.10" />