diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-08-09 08:24:13 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-08-09 08:24:13 +0000 |
commit | 396c9b7806b92ace4d9ba2e7d2d505858a687779 (patch) | |
tree | b295cc1dfa06fea4584da4047712b6d57ead785f | |
parent | d39b9ec19db947a6f276ea9d5b107c92956751d6 (diff) | |
download | nginx-release-0.8.49.tar.gz nginx-release-0.8.49.zip |
nginx-0.8.49-RELEASErelease-0.8.49
-rw-r--r-- | docs/xml/nginx/changes.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index da6fac797..dedda6300 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,44 @@ <title lang="en">nginx changelog</title> +<changes ver="0.8.49" date="09.08.2010"> + +<change type="feature"> +<para lang="ru"> +директива image_filter_jpeg_quality поддерживает переменные. +</para> +<para lang="en"> +the "image_filter_jpeg_quality" directive supports variables. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании переменной $geoip_region_name +в рабочем процессе мог произойти segmentation fault; +ошибка появилась в 0.8.48. +</para> +<para lang="en"> +a segmentation fault might occur in a worker process, +if the $geoip_region_name variables was used; +the bug had appeared in 0.8.48. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +ошибки, перехваченные error_page, кэшировались только до следующего запроса; +ошибка появилась в 0.8.48. +</para> +<para lang="en"> +errors intercepted by error_page were cached only for next request; +the bug had appeared in 0.8.48. +</para> +</change> + +</changes> + + <changes ver="0.8.48" date="03.08.2010"> <change type="change"> |