summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-05-29 12:07:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-05-29 12:07:48 +0000
commit1f39696782450b928e9739084d0c9835d288b261 (patch)
tree053bbb1f701cac59457a128e1058f6d5412960af
parentacac00332e28576ca7e154cf9cdc9f661af65a53 (diff)
downloadnginx-1f39696782450b928e9739084d0c9835d288b261.tar.gz
nginx-0.5.22-RELEASErelease-0.5.22
-rw-r--r--docs/xml/nginx/changes.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 4cba70cd0..e373f5cb8 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,17 +9,33 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.5.22" date="29.05.2007">
+
+<change type="bugfix">
+<para lang="ru">
+большое тело запроса могло не передаваться бэкенду;
+ошибка появилась в 0.5.21.
+</para>
+<para lang="en">
+the big request body might not be passed to backend;
+bug appeared in 0.5.21.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.5.21" date="28.05.2007">
<change type="bugfix">
<para lang="ru">
если внутри сервера описано больше примерно десяти location'ов,
то location'ы, заданные с помощью регулярного выражения,
-могут выполняться не в том, порядке, в каком они описаны.
+могли выполняться не в том, порядке, в каком они описаны.
</para>
<para lang="en">
if server has more than about ten locations, then regex locations
-may be choosen not in that order as they were specified.
+might be choosen not in that order as they were specified.
</para>
</change>