summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-12 12:11:50 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-12 12:11:50 +0000
commit5a107fef1c8af49adc7a950a2aa91e0994d9bd64 (patch)
tree0863b2c2f0fbb16143d3bc1925cab10cbba4c91a
parentfd61ab45501a73188ac99018d7fbb102d66111fd (diff)
nginx-0.7.57-RELEASErelease-0.7.57
-rw-r--r--docs/xml/nginx/changes.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 090a5dc36..e1eda0ef9 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.57" date="12.05.2009">
+
+<change type="bugfix">
+<para lang="ru">
+при перенаправлении ошибок модуля ngx_http_image_filter_module
+в именованный location в рабочем процессе происходил floating-point fault;
+ошибка появилась в 0.7.56.
+</para>
+<para lang="en">
+a segmentation fault occurred in worker process,
+if the ngx_http_image_filter_module errors were redirected to named location;
+the bug had appeared in 0.7.56.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.56" date="11.05.2009">
<change type="feature">