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:
-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>