changeset 3955:d62ef1c3477e stable-0.7 release-0.7.69

nginx-0.7.69-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 19 Jul 2011 14:20:25 +0000
parents 2d8bd4f61552
children f9e9f96e3407
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 19 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.7.69" 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.7.68" date="14.12.2010">
 
 <change type="bugfix">
@@ -14619,7 +14637,7 @@ the double slashes in "://" in the URI w
 </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>