diff CHANGES @ 628:83b58b182b76 NGINX_1_0_4

nginx 1.0.4 *) Change: now regular expressions case sensitivity in the "map" directive is given by prefixes "~" or "~*". *) Feature: now shared zones and caches use POSIX semaphores on Linux. Thanks to Denis F. Latypoff. *) Bugfix: "stalled" cache updating" alert. *) Bugfix: nginx could not be built --without-http_auth_basic_module; the bug had appeared in 1.0.3.
author Igor Sysoev <http://sysoev.ru>
date Wed, 01 Jun 2011 00:00:00 +0400
parents a7a5fa2e395b
children ad6fee8052d7
line wrap: on
line diff
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,18 @@
 
+Changes with nginx 1.0.4                                         01 Jun 2011
+
+    *) Change: now regular expressions case sensitivity in the "map" 
+       directive is given by prefixes "~" or "~*".
+
+    *) Feature: now shared zones and caches use POSIX semaphores on Linux. 
+       Thanks to Denis F. Latypoff.
+
+    *) Bugfix: "stalled" cache updating" alert.
+
+    *) Bugfix: nginx could not be built --without-http_auth_basic_module; 
+       the bug had appeared in 1.0.3.
+
+
 Changes with nginx 1.0.3                                         25 May 2011
 
     *) Feature: the "auth_basic_user_file" directive supports "$apr1", 
@@ -15,7 +29,7 @@ Changes with nginx 1.0.3                
        testing IPv4 address mapped to IPv6 address, if access or deny rules 
        were defined only for IPv6; the bug had appeared in 0.8.22.
 
-    *) Bugfix: a cached reponse may be broken if proxy/fastcgi/scgi/ 
+    *) Bugfix: 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.