diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-06-11 18:42:55 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-06-11 18:42:55 +0000 |
commit | ef921fbfdcc1ab51eb72c5713a96ab595b160de5 (patch) | |
tree | ab022512ffb23bb32dfada6a45df81204c459632 | |
parent | 8ec084b9dc1a43ece558e66a1b22fc1d0f6d1830 (diff) | |
download | nginx-ef921fbfdcc1ab51eb72c5713a96ab595b160de5.tar.gz nginx-ef921fbfdcc1ab51eb72c5713a96ab595b160de5.zip |
nginx-0.5.25-RELEASErelease-0.5.25
-rw-r--r-- | docs/xml/nginx/changes.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 565f26634..b2fc88111 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,22 @@ <title lang="en">nginx changelog</title> +<changes ver="0.5.25" date="11.06.2007"> + +<change type="bugfix"> +<para lang="ru"> +nginx не собирался с параметром --without-http_rewrite_module; +ошибка появилась в 0.5.24. +</para> +<para lang="en"> +nginx could not be built with the --without-http_rewrite_module parameter; +bug appeared in 0.5.24. +</para> +</change> + +</changes> + + <changes ver="0.5.24" date="06.06.2007"> <change type="security"> @@ -28,7 +44,7 @@ using HTTP/0.9. ошибка появилась в 0.5.23. </para> <para lang="en"> -a part of response body may be passed uncompressed if gzip was used; +a part of response body might be passed uncompressed if gzip was used; bug appeared in 0.5.23. </para> </change> |