# HG changeset patch # User Igor Sysoev # Date 1306920598 0 # Node ID c9c2805ac9245cc48ce6efeba2b4a444f859d6aa # Parent b4b7bb829fe21cf0f688860a93df7d06f8311904 nginx-1.0.4-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- 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 и proxy/fastcgi/scgi/ uwsgi_no_cache ошибка появилась в 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.