comparison CHANGES @ 506:e8b686f230a8 NGINX_0_8_5

nginx 0.8.5 *) Bugfix: now nginx allows underscores in a request method. *) Bugfix: a 500 error code was returned for invalid login/password while HTTP Basic authentication on Windows. *) Bugfix: ngx_http_perl_module responses did not work in subrequests. *) Bugfix: in ngx_http_limit_req_module. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 13 Jul 2009 00:00:00 +0400
parents c178dbab489a
children 4b0d7f0bf22b
comparison
equal deleted inserted replaced
505:1191e3250e60 506:e8b686f230a8
1
2 Changes with nginx 0.8.5 13 Jul 2009
3
4 *) Bugfix: now nginx allows underscores in a request method.
5
6 *) Bugfix: a 500 error code was returned for invalid login/password
7 while HTTP Basic authentication on Windows.
8
9 *) Bugfix: ngx_http_perl_module responses did not work in subrequests.
10
11 *) Bugfix: in ngx_http_limit_req_module.
12 Thanks to Maxim Dounin.
13
1 14
2 Changes with nginx 0.8.4 22 Jun 2009 15 Changes with nginx 0.8.4 22 Jun 2009
3 16
4 *) Bugfix: nginx could not be built --without-http-cache; the bug had 17 *) Bugfix: nginx could not be built --without-http-cache; the bug had
5 appeared in 0.8.3. 18 appeared in 0.8.3.
24 Changes with nginx 0.8.2 15 Jun 2009 37 Changes with nginx 0.8.2 15 Jun 2009
25 38
26 *) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on 39 *) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on
27 start up. 40 start up.
28 41
29 *) Bugfix: open_file_cache might cache open file descriptors too long. 42 *) Bugfix: open_file_cache might cache open file descriptors too long;
43 the bug had appeared in 0.7.4.
30 44
31 45
32 Changes with nginx 0.8.1 08 Jun 2009 46 Changes with nginx 0.8.1 08 Jun 2009
33 47
34 *) Feature: the "updating" parameter in "proxy_cache_use_stale" and 48 *) Feature: the "updating" parameter in "proxy_cache_use_stale" and