comparison 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
comparison
equal deleted inserted replaced
627:a63a292c61af 628:83b58b182b76
1
2 Changes with nginx 1.0.4 01 Jun 2011
3
4 *) Change: now regular expressions case sensitivity in the "map"
5 directive is given by prefixes "~" or "~*".
6
7 *) Feature: now shared zones and caches use POSIX semaphores on Linux.
8 Thanks to Denis F. Latypoff.
9
10 *) Bugfix: "stalled" cache updating" alert.
11
12 *) Bugfix: nginx could not be built --without-http_auth_basic_module;
13 the bug had appeared in 1.0.3.
14
1 15
2 Changes with nginx 1.0.3 25 May 2011 16 Changes with nginx 1.0.3 25 May 2011
3 17
4 *) Feature: the "auth_basic_user_file" directive supports "$apr1", 18 *) Feature: the "auth_basic_user_file" directive supports "$apr1",
5 "{PLAIN}", and "{SSHA}" password encryption methods. 19 "{PLAIN}", and "{SSHA}" password encryption methods.
13 27
14 *) Bugfix: a segmentation fault occurred in a worker process during 28 *) Bugfix: a segmentation fault occurred in a worker process during
15 testing IPv4 address mapped to IPv6 address, if access or deny rules 29 testing IPv4 address mapped to IPv6 address, if access or deny rules
16 were defined only for IPv6; the bug had appeared in 0.8.22. 30 were defined only for IPv6; the bug had appeared in 0.8.22.
17 31
18 *) Bugfix: a cached reponse may be broken if proxy/fastcgi/scgi/ 32 *) Bugfix: a cached response may be broken if proxy/fastcgi/scgi/
19 uwsgi_cache_bypass and proxy/fastcgi/scgi/uwsgi_no_cache directive 33 uwsgi_cache_bypass and proxy/fastcgi/scgi/uwsgi_no_cache directive
20 values were different; the bug had appeared in 0.8.46. 34 values were different; the bug had appeared in 0.8.46.
21 35
22 36
23 Changes with nginx 1.0.2 10 May 2011 37 Changes with nginx 1.0.2 10 May 2011