diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-01 13:20:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-01 13:20:34 +0000 |
commit | f61f442440cd4ab377ad6b4b50b7195db297095f (patch) | |
tree | a3915f4adae5dca6dcf9e5245c88330ac6395be5 | |
parent | de9fca55b1d9e72818e27504a5483174e6ec6c2e (diff) | |
download | nginx-release-0.7.47.tar.gz nginx-release-0.7.47.zip |
nginx-0.7.47-RELEASErelease-0.7.47
-rw-r--r-- | docs/xml/nginx/changes.xml | 71 |
1 files changed, 70 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 207e00217..71671820d 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,75 @@ <title lang="en">nginx changelog</title> +<changes ver="0.7.47" date="01.04.2009"> + +<change type="bugfix"> +<para lang="ru"> +nginx не собирался на FreeBSD 6 и более ранних версиях; +ошибка появилась в 0.7.46. +</para> +<para lang="en"> +nginx could not be built on FreeBSD 6 and early versions; +the bug had appeared in 0.7.46. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx не собирался на MacOSX; +ошибка появилась в 0.7.46. +</para> +<para lang="en"> +nginx could not be built on MacOSX; +the bug had <nobr>appeared in 0.7.46.</nobr> +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +если использовался параметр max_size, то cache manager мог удалить весь кэш; +ошибка появилась в 0.7.46. +</para> +<para lang="en"> +if the "max_size" parameter was set, then the cache manager might purge +a whole cache; +the bug had appeared in 0.7.46. +</para> +</change> + +<change type="change"> +<para lang="ru"> +в рабочем процессе мог произойти segmentation fault, +если директивы proxy_cache/fastcgi_cache +и proxy_cache_valid/ fastcgi_cache_valid не были заданы на одном уровне; +ошибка появилась в 0.7.46. +</para> +<para lang="en"> +a segmentation fault might occur in worker process, +if the "proxy_cache"/"fastcgi_cache" and +the "proxy_cache_valid"/ "fastcgi_cache_valid" were set on different levels; +the bug had appeared in 0.7.46. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в рабочем процессе мог произойти segmentation fault +при перенаправлении запроса проксированному или FastCGI-серверу +с помощью error_page или try_files; +ошибка появилась в 0.7.44. +</para> +<para lang="en"> +a segmentation fault might occur in worker process, +if a request was redirected to a proxied or FastCGI server via +error_page or try_files; +the bug had appeared in 0.7.44. +</para> +</change> + +</changes> + + <changes ver="0.7.46" date="30.03.2009"> <change type="bugfix"> @@ -31,7 +100,7 @@ the previous release tarball was incorrect. на разных уровнях. </para> <para lang="en"> -now the "proxy_cache" and the "proxy_cache_valid" can be set on +now the "proxy_cache" and the "proxy_cache_valid" directives can be set on different levels. </para> </change> |