# HG changeset patch # User Maxim Dounin # Date 1396967174 -14400 # Node ID 2b9dc2c5e1295edc77eeb338e1d7d53d289b40b4 # Parent ff7defe134d88589bacc919de7b5fc3e714218ab nginx-1.5.13 diff -r ff7defe134d8 -r 2b9dc2c5e129 text/en/CHANGES --- 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 diff -r ff7defe134d8 -r 2b9dc2c5e129 text/ru/CHANGES.ru --- 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 *) Безопасность: при обработке специально созданного запроса модулем diff -r ff7defe134d8 -r 2b9dc2c5e129 xml/index.xml --- 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 @@ + + +nginx-1.5.13 +mainline version has been released. + + + W3Techs reports that diff -r ff7defe134d8 -r 2b9dc2c5e129 xml/versions.xml --- 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 @@ +