summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-07-19 13:59:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-07-19 13:59:47 +0000
commit4c9f2328559d8905474f3c0ae55ab5844252c3fe (patch)
treece9f32ff6a6483213bcb8e15c5765a8cc621e798
parent429854b1f6a35e888ccb05fd631cf09f96e352f8 (diff)
downloadnginx-4c9f2328559d8905474f3c0ae55ab5844252c3fe.tar.gz
nginx-0.8.55-RELEASErelease-0.8.55
-rw-r--r--docs/xml/nginx/changes.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 3d6adcbad..8d5ad265e 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,24 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.8.55" date="19.07.2011">
+
+<change type="bugfix">
+<para lang="ru">
+при использовании кэширования
+в рабочем процессе мог произойти segmentation fault.<br/>
+Спасибо Lanshun Zhou.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process,
+if a caching was used.<br/>
+Thanks to Lanshun Zhou.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.8.54" date="14.12.2010">
<change type="bugfix">
@@ -16145,7 +16163,7 @@ the double slashes in "://" in the URI were converted to ":/".
</para>
<para lang="en">
if the request without arguments contains "//", "/./", "/../" or "%XX"
-then the lost character in the request line was lost;
+then the last character in the request line was lost;
the bug had appeared in 0.1.9.
</para>
</change>