# HG changeset patch # User Maxim Dounin # Date 1514304338 -10800 # Node ID 1e6908d12c00cc232844440fdf06d574bda8e92b # Parent 4931a7ba6a32eb37de765f4eea10e8951fcefaf3 nginx-1.13.8 diff -r 4931a7ba6a32 -r 1e6908d12c00 text/en/CHANGES --- a/text/en/CHANGES Tue Dec 19 20:49:06 2017 +0300 +++ b/text/en/CHANGES Tue Dec 26 19:05:38 2017 +0300 @@ -1,4 +1,38 @@ +Changes with nginx 1.13.8 26 Dec 2017 + + *) Feature: now nginx automatically preserves the CAP_NET_RAW capability + in worker processes when using the "transparent" parameter of the + "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and + "uwsgi_bind" directives. + + *) Feature: improved CPU cache line size detection. + Thanks to Debayan Ghosh. + + *) Feature: new directives in vim syntax highlighting scripts. + Thanks to Gena Makhomed. + + *) Bugfix: binary upgrade refused to work if nginx was re-parented to a + process with PID different from 1 after its parent process has + finished. + + *) Bugfix: the ngx_http_autoindex_module incorrectly handled requests + with bodies. + + *) Bugfix: in the "proxy_limit_rate" directive when used with the + "keepalive" directive. + + *) Bugfix: some parts of a response might be buffered when using + "proxy_buffering off" if the client connection used SSL. + Thanks to Patryk Lesiewicz. + + *) Bugfix: in the "proxy_cache_background_update" directive. + + *) Bugfix: it was not possible to start a parameter with a variable in + the "${name}" form with the name in curly brackets without enclosing + the parameter into single or double quotes. + + Changes with nginx 1.13.7 21 Nov 2017 *) Bugfix: in the $upstream_status variable. diff -r 4931a7ba6a32 -r 1e6908d12c00 text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Tue Dec 19 20:49:06 2017 +0300 +++ b/text/ru/CHANGES.ru Tue Dec 26 19:05:38 2017 +0300 @@ -1,4 +1,38 @@ +Изменения в nginx 1.13.8 26.12.2017 + + *) Добавление: теперь при использовании параметра transparent директив + proxy_bind, fastcgi_bind, memcached_bind, scgi_bind и uwsgi_bind + nginx автоматически сохраняет capability CAP_NET_RAW в рабочих + процессах. + + *) Добавление: улучшения в определении размера строки кэша процессора. + Спасибо Debayan Ghosh. + + *) Добавление: новые директивы в скриптах подсветки синтаксиса для vim. + Спасибо Геннадию Махомеду. + + *) Исправление: процедура обновления исполняемого файла не работала, + если после завершения родительского процесса новым родительским + процессом nginx'а становился процесс с PID, отличным от 1. + + *) Исправление: модуль ngx_http_autoindex_module неправильно обрабатывал + запросы с телом. + + *) Исправление: в директиве proxy_limit_rate при использовании с + директивой keepalive. + + *) Исправление: при использовании "proxy_buffering off" часть ответа + могла буферизироваться, если клиентское соединение использовало SSL. + Спасибо Patryk Lesiewicz. + + *) Исправление: в директиве proxy_cache_background_update. + + *) Исправление: переменную вида "${name}" с именем в фигурных скобках + нельзя было использовать в начале параметра не заключив весь параметр + в кавычки. + + Изменения в nginx 1.13.7 21.11.2017 *) Исправление: в переменной $upstream_status. diff -r 4931a7ba6a32 -r 1e6908d12c00 xml/index.xml --- a/xml/index.xml Tue Dec 19 20:49:06 2017 +0300 +++ b/xml/index.xml Tue Dec 26 19:05:38 2017 +0300 @@ -7,6 +7,13 @@ + + +nginx-1.13.8 +mainline version has been released. + + + nginx-1.13.7 diff -r 4931a7ba6a32 -r 1e6908d12c00 xml/versions.xml --- a/xml/versions.xml Tue Dec 19 20:49:06 2017 +0300 +++ b/xml/versions.xml Tue Dec 26 19:05:38 2017 +0300 @@ -9,6 +9,7 @@ +