Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-07-09 10:54:47 +0400
committerIgor Sysoev <igor@sysoev.ru>2007-07-09 10:54:47 +0400
commitbede75eb2e7e9a1bbec8c04d7cc853ac90ab8f65 (patch)
tree72bf9f24a0616eedcf0e48f88214d272d46b7e0a
parent793e08317f0b059c8baba5e77944800fd9300095 (diff)
nginx-0.6.2-RELEASErelease-0.6.2
-rw-r--r--docs/xml/nginx/changes.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index ee5d6b3ce..ead5d8323 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,22 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.6.2" date="09.07.2007">
+
+<change type="bugfix">
+<para lang="ru">
+если заголовок ответа был разделён в FastCGI-записях, то nginx передавал
+клиенту мусор в таких заголовках.
+</para>
+<para lang="en">
+if the FastCGI header was split in records,
+then nginx passed garbage in the header to a client.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.6.1" date="17.06.2007">
<change type="bugfix">