diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-12-21 12:30:30 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-12-21 12:30:30 +0000 |
| commit | b1dfe478a03ad6919f174812951f6a2bec8befae (patch) | |
| tree | d8802484f8dbf5309b17a95b5fc9749627720a53 /docs/xml/nginx | |
| parent | 5275a8b3ac534ff36973801ec2aa6ce1214d7cc9 (diff) | |
| download | nginx-b1dfe478a03ad6919f174812951f6a2bec8befae.tar.gz nginx-b1dfe478a03ad6919f174812951f6a2bec8befae.tar.bz2 | |
nginx-0.1.13-RELEASE importrelease-0.1.13
*) 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.
Diffstat (limited to 'docs/xml/nginx')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 4fde0b7b4..cf3b3afcf 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -6,6 +6,38 @@ title="nginx"> +<changes ver="0.1.13" date="21.12.2004"> + +<change type="feature"> +<para lang="ru"> +директивы server_names_hash и server_names_hash_threshold. +</para> +<para lang="en"> +the server_names_hash and server_names_hash_threshold directives. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +имена *.domain.tld в директиве server_name не работали. +</para> +<para lang="en"> +the *.domain.tld names in the server_name directive did not work. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +параметр лога %request_length записывал неверную длину. +</para> +<para lang="en"> +the %request_length log parameter logged the incorrect length. +</para> +</change> + +</changes> + + <changes ver="0.1.12" date="06.12.2004"> <change type="feature"> |
