summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-02-16 13:40:36 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-02-16 13:40:36 +0000
commit1ebfead9da0596e8e84231f7ea8ba25a650a4d1e (patch)
tree15e18d104477e04ffb5fcb31b3fb43f20dcfe996 /docs
parent675cc5a855cec4acaae2937cb832c424e4d3bacf (diff)
downloadnginx-1ebfead9da0596e8e84231f7ea8ba25a650a4d1e.tar.gz
nginx-1ebfead9da0596e8e84231f7ea8ba25a650a4d1e.tar.bz2
nginx-0.1.19-RELEASE importrelease-0.1.19
*) Bugfix: now, if request contains the zero, then the 404 error is returned for the local requests. *) Bugfix: nginx could not be built on NetBSD 2.0. *) Bugfix: the timeout may occur while reading of the the client request body via SSL connections.
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/nginx/changes.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index da1b954e4..96c8381aa 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,41 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.1.19" date="16.02.2005">
+
+<change type="bugfix">
+<para lang="ru">
+если в запросе есть нуль, то для локальных запросов теперь возвращается
+ошибка 404.
+</para>
+<para lang="en">
+now, if request contains the zero, then the 404 error is returned
+for the local requests.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался под NetBSD 2.0.
+</para>
+<para lang="en">
+nginx could not be built on NetBSD 2.0.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+во время чтения тела запроса клиента в SSL соединении мог произойти таймаут.
+</para>
+<para lang="en">
+the timeout may occur while reading of the the client request body
+via SSL connections.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.1.18" date="09.02.2005">
<change type="workaround">