comparison docs/xml/nginx/changes.xml @ 477:ad1e9ebf93bb release-0.1.13

nginx-0.1.13-RELEASE import *) Feature: the server_names_hash and server_names_hash_threshold directives. *) Bugfix: the *.domain.tld names in the "server_name" directive did not work. *) Bugfix: the %request_length log parameter logged the incorrect length.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Dec 2004 12:30:30 +0000
parents c3c2848fc081
children c52408583801
comparison
equal deleted inserted replaced
476:7e8b84ab09e9 477:ad1e9ebf93bb
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7
8
9 <changes ver="0.1.13" date="21.12.2004">
10
11 <change type="feature">
12 <para lang="ru">
13 директивы server_names_hash и server_names_hash_threshold.
14 </para>
15 <para lang="en">
16 the server_names_hash and server_names_hash_threshold directives.
17 </para>
18 </change>
19
20 <change type="bugfix">
21 <para lang="ru">
22 имена *.domain.tld в директиве server_name не работали.
23 </para>
24 <para lang="en">
25 the *.domain.tld names in the server_name directive did not work.
26 </para>
27 </change>
28
29 <change type="bugfix">
30 <para lang="ru">
31 параметр лога %request_length записывал неверную длину.
32 </para>
33 <para lang="en">
34 the %request_length log parameter logged the incorrect length.
35 </para>
36 </change>
37
38 </changes>
7 39
8 40
9 <changes ver="0.1.12" date="06.12.2004"> 41 <changes ver="0.1.12" date="06.12.2004">
10 42
11 <change type="feature"> 43 <change type="feature">