diff options
author | Igor Sysoev <igor@sysoev.ru> | 2005-10-07 13:30:52 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2005-10-07 13:30:52 +0000 |
commit | 208eed22101e987a370036fa3851ce81c088c599 (patch) | |
tree | 40f2aa55bb0415eef08415373d380577eb18561f /docs | |
parent | 12b7a12a2d2cbf4a98a23c2d6c0c06ff588d2d70 (diff) | |
download | nginx-release-0.3.0.tar.gz nginx-release-0.3.0.zip |
nginx-0.3.0-RELEASE importrelease-0.3.0
*) Change: the 10-days live time limit of worker process was
eliminated. The limit was introduced because of millisecond timers
overflow.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/nginx/changes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 26a5869f1..4d67ea358 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,22 @@ <title lang="en">nginx changelog</title> +<changes ver="0.3.0" date="07.10.2005"> + +<change type="change"> +<para lang="ru"> +убрано десятидневное ограничение времени работы рабочего процесса. +Ограничение было введено из-за переполнения таймеров миллисекунд. +</para> +<para lang="en"> +the 10-days live time limit of worker process was eliminated. +The limit was introduced because of millisecond timers overflow. +</para> +</change> + +</changes> + + <changes ver="0.2.6" date="05.10.2005"> <change type="change"> |