diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-04-08 15:18:55 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-04-08 15:18:55 +0000 |
| commit | 02f742b45eb8792053d3880641f45651d645e351 (patch) | |
| tree | 1d5893bcc89c8f879712aa80f9a98a42f397e2c0 /docs/xml/nginx | |
| parent | 87ff72436d289ae7b72a23138262e6d156490927 (diff) | |
| download | nginx-02f742b45eb8792053d3880641f45651d645e351.tar.gz nginx-02f742b45eb8792053d3880641f45651d645e351.tar.bz2 | |
nginx-0.1.28-RELEASE importrelease-0.1.28
*) Bugfix: nginx hogs CPU while proxying the huge files.
*) Bugfix: nginx could not be built by gcc 4.0 on Linux.
Diffstat (limited to 'docs/xml/nginx')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 3e4626bad..9444bac88 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,14 +9,37 @@ <title lang="en">nginx changelog</title> +<changes ver="0.1.28" date="08.04.2005"> + +<change type="bugfix"> +<para lang="ru"> +при проксировании больших файлов nginx сильно нагружал процессор. +</para> +<para lang="en"> +nginx hogs CPU while proxing the huge files. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx не собирался gcc 4.0 на Linux. +</para> +<para lang="en"> +nginx could not be built by gcc 4.0 on Linux. +</para> +</change> + +</changes> + + <changes ver="0.1.27" date="28.03.2005"> <change type="feature"> <para lang="ru"> -параметр blocked в директиве invalid_referers. +параметр blocked в директиве valid_referers. </para> <para lang="en"> -the "blocked" parameter of the "invalid_referers" directive. +the "blocked" parameter of the "valid_referers" directive. </para> </change> |
