summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-11-23 15:53:12 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-11-23 15:53:12 +0000
commitc2f326d5a233d6164ad2e82731dfc00baac132d0 (patch)
tree5ccc7f7ab5e5b87cb5e6d19048d0dee1d43593f7
parent72db760eca850562cc89c550c6cf9f54d657f532 (diff)
downloadnginx-release-0.8.28.tar.gz
nginx-0.8.28-RELEASErelease-0.8.28
-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 cf670d11b..be91835d3 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.8.28" date="23.11.2009">
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался с параметром --without-pcre;
+ошибка появилась в 0.8.25.
+</para>
+<para lang="en">
+nginx could not be built with the --without-pcre parameter;
+the bug had appeared in 0.8.25.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.8.27" date="17.11.2009">
<change type="bugfix">
@@ -17,7 +33,7 @@
ошибка появилась в 0.8.25.
</para>
<para lang="en">
-regular expressions did work in nginx/Windows;
+regular expressions did not work in nginx/Windows;
the bug had appeared in 0.8.25.
</para>
</change>