summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-12-22 13:06:23 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-12-22 13:06:23 +0000
commit5a55499b6cd88a7811d5d6255b7d71c547cf784c (patch)
treed4d1371c272dde9b8ae5f9a18f9a874a1ecff548
parent84d17bba650167380268ee0f86c6789a04a02426 (diff)
downloadnginx-5a55499b6cd88a7811d5d6255b7d71c547cf784c.tar.gz
nginx-0.7.28-RELEASErelease-0.7.28
-rw-r--r--docs/xml/nginx/changes.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 710f22d7d..86402983a 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,31 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.7.28" date="22.12.2008">
+
+<change type="change">
+<para lang="ru">
+в выделении памяти в модуле ngx_http_gzip_filter_module.
+</para>
+<para lang="en">
+in memory allocation in the ngx_http_gzip_filter_module.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+значения по умолчанию для директивы gzip_values изменены с 4 4k/8k
+на 32 4k или 16 8k.
+</para>
+<para lang="en">
+the default "gzip_buffers" directive values have been changed
+to 32 4k or 16 8k from 4 4k/8k.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.27" date="15.12.2008">
<change type="feature">