From 92013821884903f2675b280c144c32ca94788cde Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 1 Jun 2011 09:29:58 +0000 Subject: [PATCH] nginx-1.0.4-RELEASE --- docs/xml/nginx/changes.xml | 49 +++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index c26304496..180e405bf 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,53 @@ nginx changelog + + + + +теперь в регулярных выражениях в директиве map можно задать +чувствительность к регистру с помощью префиксов "~" и "~*". + + +now regular expressions case sensitivity in the "map" directive +is given by prefixes "~" or "~*". + + + + + +теперь разделяемые зоны и кэши используют семафоры POSIX на Linux.
+Спасибо Денису Латыпову. +
+ +now shared zones and caches use POSIX semaphores on Linux.
+Thanks to Denis F. Latypoff. +
+
+ + + +сообщения "stalled cache updating". + + +"stalled" cache updating" alert. + + + + + +nginx не собирался с параметром --without-http_auth_basic_module; +ошибка появилась в 1.0.3. + + +nginx could not be built --without-http_auth_basic_module; +the bug had appeared in 1.0.3. + + + +
+ + @@ -69,7 +116,7 @@ proxy/fastcgi/scgi/uwsgi_cache_bypass ошибка появилась в 0.8.46. -a cached reponse may be broken if proxy/fastcgi/scgi/ uwsgi_cache_bypass +a cached response may be broken if proxy/fastcgi/scgi/ uwsgi_cache_bypass and proxy/fastcgi/scgi/uwsgi_no_cache directive values were different; the bug had appeared in 0.8.46.