comparison CHANGES @ 596:6c96fdd2dfc3 NGINX_0_8_50

nginx 0.8.50 *) Feature: the "secure_link", "secure_link_md5", and "secure_link_expires" directives of the ngx_http_secure_link_module. *) Feature: the -q switch. Thanks to Gena Makhomed. *) Bugfix: worker processes may got caught in an endless loop during reconfiguration, if a caching was used; the bug had appeared in 0.8.48. *) Bugfix: in the "gzip_disable" directive. Thanks to Derrick Petzold. *) Bugfix: nginx/Windows could not send stop, quit, reopen, and reload signals to a process run in other session.
author Igor Sysoev <http://sysoev.ru>
date Thu, 02 Sep 2010 00:00:00 +0400
parents 3436cf38d59e
children be70f83b184f
comparison
equal deleted inserted replaced
595:57dcc025db4f 596:6c96fdd2dfc3
1
2 Changes with nginx 0.8.50 02 Sep 2010
3
4 *) Feature: the "secure_link", "secure_link_md5", and
5 "secure_link_expires" directives of the ngx_http_secure_link_module.
6
7 *) Feature: the -q switch.
8 Thanks to Gena Makhomed.
9
10 *) Bugfix: worker processes may got caught in an endless loop during
11 reconfiguration, if a caching was used; the bug had appeared in
12 0.8.48.
13
14 *) Bugfix: in the "gzip_disable" directive.
15 Thanks to Derrick Petzold.
16
17 *) Bugfix: nginx/Windows could not send stop, quit, reopen, and reload
18 signals to a process run in other session.
19
1 20
2 Changes with nginx 0.8.49 09 Aug 2010 21 Changes with nginx 0.8.49 09 Aug 2010
3 22
4 *) Feature: the "image_filter_jpeg_quality" directive supports 23 *) Feature: the "image_filter_jpeg_quality" directive supports
5 variables. 24 variables.
49 68
50 *) Bugfix: $request_time variable had invalid values for subrequests. 69 *) Bugfix: $request_time variable had invalid values for subrequests.
51 70
52 *) Bugfix: errors intercepted by error_page could not be cached. 71 *) Bugfix: errors intercepted by error_page could not be cached.
53 72
54 *) Bugfix: a cache manager process my got caught in an endless loop, if 73 *) Bugfix: a cache manager process may got caught in an endless loop,
55 max_size parameter was used; the bug had appeared in 0.8.46. 74 if max_size parameter was used; the bug had appeared in 0.8.46.
56 75
57 76
58 Changes with nginx 0.8.46 19 Jul 2010 77 Changes with nginx 0.8.46 19 Jul 2010
59 78
60 *) Change: now the "proxy_no_cache", "fastcgi_no_cache", 79 *) Change: now the "proxy_no_cache", "fastcgi_no_cache",