diff docs/xml/nginx/changes.xml @ 489:45a460f82aec release-0.1.19

nginx-0.1.19-RELEASE import *) 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.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Feb 2005 13:40:36 +0000
parents 31ff3e943e16
children 0f836f0288ee
line wrap: on
line diff
--- 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">