Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-06-11 22:42:55 +0400
committerIgor Sysoev <igor@sysoev.ru>2007-06-11 22:42:55 +0400
commitef921fbfdcc1ab51eb72c5713a96ab595b160de5 (patch)
treeab022512ffb23bb32dfada6a45df81204c459632
parent8ec084b9dc1a43ece558e66a1b22fc1d0f6d1830 (diff)
nginx-0.5.25-RELEASErelease-0.5.25
-rw-r--r--docs/xml/nginx/changes.xml18
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>