diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-09 17:11:56 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-09 17:11:56 +0300 |
commit | 348188897593623f5a60618074f62c0eb430fd32 (patch) | |
tree | a9a48eb51afddee2ec821c72ff7d8b2059ba615e | |
parent | 86c82d4376833619b0d473650c446055bb0b972d (diff) | |
download | nginx-release-1.9.11.tar.gz nginx-release-1.9.11.zip |
nginx-1.9.11-RELEASErelease-1.9.11
-rw-r--r-- | docs/xml/nginx/changes.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index b3ea9f3e7..bf68cb5f7 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,49 @@ <change_log title="nginx"> +<changes ver="1.9.11" date="09.02.2016"> + +<change type="feature"> +<para lang="ru"> +теперь resolver поддерживает TCP. +</para> +<para lang="en"> +TCP support in resolver. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +динамические модули. +</para> +<para lang="en"> +dynamic modules. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании HTTP/2 +переменная $request_length не учитывала размер заголовков запроса. +</para> +<para lang="en"> +the $request_length variable did not include size of request headers +when using HTTP/2. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в модуле ngx_http_v2_module. +</para> +<para lang="en"> +in the ngx_http_v2_module. +</para> +</change> + +</changes> + + <changes ver="1.9.10" date="26.01.2016"> <change type="security"> |