diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-09-01 15:31:56 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-01 15:31:56 +0000 |
commit | ee396ba9821c123e589f976d217cbb0a49bbda5c (patch) | |
tree | b95e0d3a648af0e12eb0b0b5d54c9424e6b51936 | |
parent | cf0c445a141a84504e7ac0bdab34c651512ec89a (diff) | |
download | nginx-release-0.7.14.tar.gz nginx-release-0.7.14.zip |
nginx-0.7.14-RELEASErelease-0.7.14
-rw-r--r-- | docs/xml/nginx/changes.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 3841bf30b..54c28abf4 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,74 @@ <title lang="en">nginx changelog</title> +<changes ver="0.7.14" date="01.09.2008"> + +<change type="change"> +<para lang="ru"> +теперь директивы ssl_certificate и ssl_certificate_key не имеют +значений по умолчанию. +</para> +<para lang="en"> +now the ssl_certificate and ssl_certificate_key directives have not +default values. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директива listen поддерживает параметр ssl. +</para> +<para lang="en"> +the "listen" directive supports the "ssl" parameter. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +теперь при переконфигурации nginx учитывает изменение временной зоны +на FreeBSD и Linux. +</para> +<para lang="en"> +now nginx takes into account a time zone change while reconfiguration +on FreeBSD and Linux. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +параметры директивы listen, такие как backlog, rcvbuf и прочие, +не устанавливались, если сервером по умолчанию был не первый сервер. +</para> +<para lang="en"> +the "listen" directive parameters such as "backlog", "rcvbuf", etc. +were not set, if a default server was not the first one. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании в качестве аргументов части URI, выделенного с помощью +директивы rewrite, эти аргументы не экранировались. +</para> +<para lang="en"> +if URI part captured by a "rewrite" directive was used as a query string, +then the query string was not escaped. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +улучшения тестирования правильности конфигурационного файла. +</para> +<para lang="en"> +configuration file validity test improvements. +</para> +</change> + + +</changes> + + <changes ver="0.7.13" date="26.08.2008"> <change type="bugfix"> |