comparison CHANGES @ 590:cde3626b2d0d NGINX_0_8_47

nginx 0.8.47 *) Bugfix: $request_time variable had invalid values for subrequests. *) Bugfix: errors intercepted by error_page could be cached. *) Bugfix: a cache manager process my got caught in an endless loop, if max_size parameter was used; the bug had appeared in 0.8.46.
author Igor Sysoev <http://sysoev.ru>
date Wed, 28 Jul 2010 00:00:00 +0400
parents b6a5942a4e6a
children 09d5f308901f
comparison
equal deleted inserted replaced
589:5de4f69bbbab 590:cde3626b2d0d
1
2 Changes with nginx 0.8.47 28 Jul 2010
3
4 *) Bugfix: $request_time variable had invalid values for subrequests.
5
6 *) Bugfix: errors intercepted by error_page could be cached.
7
8 *) Bugfix: a cache manager process my got caught in an endless loop, if
9 max_size parameter was used; the bug had appeared in 0.8.46.
10
1 11
2 Changes with nginx 0.8.46 19 Jul 2010 12 Changes with nginx 0.8.46 19 Jul 2010
3 13
4 *) Change: now the "proxy_no_cache", "fastcgi_no_cache", 14 *) Change: now the "proxy_no_cache", "fastcgi_no_cache",
5 "uwsgi_no_cache", and "sÓgi_no_cache" directives affect on a cached 15 "uwsgi_no_cache", and "scgi_no_cache" directives affect on a cached
6 response saving only. 16 response saving only.
7 17
8 *) Feature: the "proxy_cache_bypass", "fastcgi_cache_bypass", 18 *) Feature: the "proxy_cache_bypass", "fastcgi_cache_bypass",
9 "uwsgi_cache_bypass", and "sÓgi_cache_bypass" directives. 19 "uwsgi_cache_bypass", and "scgi_cache_bypass" directives.
10 20
11 *) Bugfix: nginx did not free memory in cache keys zones if there was 21 *) Bugfix: nginx did not free memory in cache keys zones if there was
12 an error during working with backend: the memory was freed only 22 an error during working with backend: the memory was freed only
13 after inactivity time or on memory low condition. 23 after inactivity time or on memory low condition.
14 24