diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-07-19 14:20:25 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-07-19 14:20:25 +0000 |
commit | ed8d15858a998feb8c215a80cc64f4f8c0649b66 (patch) | |
tree | 0e51718ed8b51579fa492401a5794166d9f124a5 | |
parent | 1595bdfc307326dfaa770ff6ee8996740df0b5ea (diff) | |
download | nginx-release-0.7.69.tar.gz nginx-release-0.7.69.zip |
nginx-0.7.69-RELEASErelease-0.7.69
-rw-r--r-- | docs/xml/nginx/changes.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 2c3d699f1..919388baf 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.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 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> |